Color spaces of #eab223
RGB | 234 | 178 | 35 |
---|---|---|---|
HSL | 0.12 | 0.83 | 0.53 |
HSV | 43° | 85° | 92° |
CMYK | 0.00 | 0.24 | 0.85 0.08 |
XYZ | 50.1555 | 49.4546 | 8.4923 |
Yxy | 49.4546 | 0.4640 | 0.4575 |
Hunter Lab | 70.3240 | 4.2404 | 42.0669 |
CIE-Lab | 75.7333 | 8.6433 | 72.7096 |
#eab223 color RGB value is (234,178,35).
#eab223 hex color red value is 234, green value is 178 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #eab223 hue: 0.12 , saturation: 0.83 and the lightness value of eab223 is 0.53.
The process color (four color CMYK) of #eab223 color hex is 0.00, 0.24, 0.85, 0.08. Web safe color of #eab223 is #ff9933. Color #eab223 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 10110010 | 00100011 |
Octal | 352 | 262 | 43 |
Decimal | 234 | 178 | 35 |
Hex | EA | B2 | 23 |
Shades of #eab223
Tints of #eab223
RGB Percentages of Color #eab223
CMYK Percentages of Color #eab223
Complementary Color
#eab223 | #235bea |
#eab223 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eab223 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eab223 Color CSS Codes
.mybgcolor {background-color:#eab223; } .myforecolor {color:#eab223; } .mybordercolor {border:3px solid #eab223; }
#eab223 Text Font Color
<p style="color:#eab223">Text here</p>
This sample text font color is #eab223
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.
#eab223 Background Color
<div style="background-color:#eab223">
Div content here</div>
This div background color is #eab223
#eab223 Border Color
<div style="border:3px solid #eab223">
Div here</div>
This div border color is #eab223
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,178,35, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eab223; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eab223; -webkit-box-shadow: 1px 1px 3px 2px #eab223; box-shadow: 1px 1px 3px 2px #eab223; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,178,35, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eab223">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eab223; -webkit-box-shadow: 1px 1px 3px 2px #eab223; box-shadow: 1px 1px 3px 2px #eab223;">
Div content here</div>
This div box has shadow with color #eab223
Comments
No comments written yet.
Please login to write comment.