Color spaces of #eaa21c
RGB | 234 | 162 | 28 |
---|---|---|---|
HSL | 0.11 | 0.83 | 0.51 |
HSV | 39° | 88° | 92° |
CMYK | 0.00 | 0.31 | 0.88 0.08 |
XYZ | 47.0616 | 43.4169 | 6.9985 |
Yxy | 43.4169 | 0.4828 | 0.4454 |
Hunter Lab | 65.8915 | 12.1797 | 39.8267 |
CIE-Lab | 71.8370 | 16.9525 | 71.3285 |
#eaa21c color RGB value is (234,162,28).
#eaa21c hex color red value is 234, green value is 162 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #eaa21c hue: 0.11 , saturation: 0.83 and the lightness value of eaa21c is 0.51.
The process color (four color CMYK) of #eaa21c color hex is 0.00, 0.31, 0.88, 0.08. Web safe color of #eaa21c is #ff9933. Color #eaa21c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 10100010 | 00011100 |
Octal | 352 | 242 | 34 |
Decimal | 234 | 162 | 28 |
Hex | EA | A2 | 1C |
Shades of #eaa21c
Tints of #eaa21c
RGB Percentages of Color #eaa21c
CMYK Percentages of Color #eaa21c
Complementary Color
#eaa21c | #1c64ea |
#eaa21c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eaa21c Color Preview on White Background
Lorem ipsum dolor sit amet.
#eaa21c Color CSS Codes
.mybgcolor {background-color:#eaa21c; } .myforecolor {color:#eaa21c; } .mybordercolor {border:3px solid #eaa21c; }
#eaa21c Text Font Color
<p style="color:#eaa21c">Text here</p>
This sample text font color is #eaa21c
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.
#eaa21c Background Color
<div style="background-color:#eaa21c">
Div content here</div>
This div background color is #eaa21c
#eaa21c Border Color
<div style="border:3px solid #eaa21c">
Div here</div>
This div border color is #eaa21c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,162,28, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eaa21c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eaa21c; -webkit-box-shadow: 1px 1px 3px 2px #eaa21c; box-shadow: 1px 1px 3px 2px #eaa21c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,162,28, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eaa21c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eaa21c; -webkit-box-shadow: 1px 1px 3px 2px #eaa21c; box-shadow: 1px 1px 3px 2px #eaa21c;">
Div content here</div>
This div box has shadow with color #eaa21c
Comments
No comments written yet.
Please login to write comment.