Color spaces of #ea3822
RGB | 234 | 56 | 34 |
---|---|---|---|
HSL | 0.02 | 0.83 | 0.53 |
HSV | 7° | 85° | 92° |
CMYK | 0.00 | 0.76 | 0.85 0.08 |
XYZ | 35.6346 | 20.4363 | 3.5798 |
Yxy | 20.4363 | 0.5974 | 0.3426 |
Hunter Lab | 45.2065 | 61.5934 | 26.9495 |
CIE-Lab | 52.3270 | 66.0226 | 53.7339 |
#ea3822 color RGB value is (234,56,34).
#ea3822 hex color red value is 234, green value is 56 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #ea3822 hue: 0.02 , saturation: 0.83 and the lightness value of ea3822 is 0.53.
The process color (four color CMYK) of #ea3822 color hex is 0.00, 0.76, 0.85, 0.08. Web safe color of #ea3822 is #ff3333. Color #ea3822 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 00111000 | 00100010 |
Octal | 352 | 70 | 42 |
Decimal | 234 | 56 | 34 |
Hex | EA | 38 | 22 |
Shades of #ea3822
Tints of #ea3822
RGB Percentages of Color #ea3822
CMYK Percentages of Color #ea3822
Complementary Color
#ea3822 | #22d4ea |
#ea3822 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ea3822 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ea3822 Color CSS Codes
.mybgcolor {background-color:#ea3822; } .myforecolor {color:#ea3822; } .mybordercolor {border:3px solid #ea3822; }
#ea3822 Text Font Color
<p style="color:#ea3822">Text here</p>
This sample text font color is #ea3822
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#ea3822 Background Color
<div style="background-color:#ea3822">
Div content here</div>
This div background color is #ea3822
#ea3822 Border Color
<div style="border:3px solid #ea3822">
Div here</div>
This div border color is #ea3822
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,56,34, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ea3822; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ea3822; -webkit-box-shadow: 1px 1px 3px 2px #ea3822; box-shadow: 1px 1px 3px 2px #ea3822; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,56,34, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ea3822">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ea3822; -webkit-box-shadow: 1px 1px 3px 2px #ea3822; box-shadow: 1px 1px 3px 2px #ea3822;">
Div content here</div>
This div box has shadow with color #ea3822
Comments
No comments written yet.
Please login to write comment.