Color spaces of #eacb2a
RGB | 234 | 203 | 42 |
---|---|---|---|
HSL | 0.14 | 0.82 | 0.54 |
HSV | 50° | 82° | 92° |
CMYK | 0.00 | 0.13 | 0.82 0.08 |
XYZ | 55.7055 | 60.3715 | 10.9073 |
Yxy | 60.3715 | 0.4387 | 0.4754 |
Hunter Lab | 77.6991 | -7.9998 | 46.0663 |
CIE-Lab | 82.0397 | -4.1545 | 76.1482 |
#eacb2a color RGB value is (234,203,42).
#eacb2a hex color red value is 234, green value is 203 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #eacb2a hue: 0.14 , saturation: 0.82 and the lightness value of eacb2a is 0.54.
The process color (four color CMYK) of #eacb2a color hex is 0.00, 0.13, 0.82, 0.08. Web safe color of #eacb2a is #ffcc33. Color #eacb2a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11001011 | 00101010 |
Octal | 352 | 313 | 52 |
Decimal | 234 | 203 | 42 |
Hex | EA | CB | 2A |
Shades of #eacb2a
Tints of #eacb2a
RGB Percentages of Color #eacb2a
CMYK Percentages of Color #eacb2a
Complementary Color
#eacb2a | #2a49ea |
#eacb2a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eacb2a Color Preview on White Background
Lorem ipsum dolor sit amet.
#eacb2a Color CSS Codes
.mybgcolor {background-color:#eacb2a; } .myforecolor {color:#eacb2a; } .mybordercolor {border:3px solid #eacb2a; }
#eacb2a Text Font Color
<p style="color:#eacb2a">Text here</p>
This sample text font color is #eacb2a
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.
#eacb2a Background Color
<div style="background-color:#eacb2a">
Div content here</div>
This div background color is #eacb2a
#eacb2a Border Color
<div style="border:3px solid #eacb2a">
Div here</div>
This div border color is #eacb2a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,203,42, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eacb2a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eacb2a; -webkit-box-shadow: 1px 1px 3px 2px #eacb2a; box-shadow: 1px 1px 3px 2px #eacb2a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,203,42, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eacb2a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eacb2a; -webkit-box-shadow: 1px 1px 3px 2px #eacb2a; box-shadow: 1px 1px 3px 2px #eacb2a;">
Div content here</div>
This div box has shadow with color #eacb2a
Comments
No comments written yet.
Please login to write comment.