Color spaces of #eae200
RGB | 234 | 226 | 0 |
---|---|---|---|
HSL | 0.16 | 1.00 | 0.46 |
HSV | 58° | 100° | 92° |
CMYK | 0.00 | 0.03 | 1.00 0.08 |
XYZ | 61.1280 | 71.8851 | 10.6534 |
Yxy | 71.8851 | 0.4255 | 0.5004 |
Hunter Lab | 84.7851 | -19.6797 | 51.8997 |
CIE-Lab | 87.9133 | -16.3127 | 87.0014 |
#eae200 color RGB value is (234,226,0).
#eae200 hex color red value is 234, green value is 226 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #eae200 hue: 0.16 , saturation: 1.00 and the lightness value of eae200 is 0.46.
The process color (four color CMYK) of #eae200 color hex is 0.00, 0.03, 1.00, 0.08. Web safe color of #eae200 is #ffcc00. Color #eae200 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11100010 | 00000000 |
Octal | 352 | 342 | 0 |
Decimal | 234 | 226 | 0 |
Hex | EA | E2 | 0 |
Shades of #eae200
Tints of #eae200
RGB Percentages of Color #eae200
CMYK Percentages of Color #eae200
Complementary Color
#eae200 | #0008ea |
#eae200 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eae200 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eae200 Color CSS Codes
.mybgcolor {background-color:#eae200; } .myforecolor {color:#eae200; } .mybordercolor {border:3px solid #eae200; }
#eae200 Text Font Color
<p style="color:#eae200">Text here</p>
This sample text font color is #eae200
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.
#eae200 Background Color
<div style="background-color:#eae200">
Div content here</div>
This div background color is #eae200
#eae200 Border Color
<div style="border:3px solid #eae200">
Div here</div>
This div border color is #eae200
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,226,0, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eae200; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eae200; -webkit-box-shadow: 1px 1px 3px 2px #eae200; box-shadow: 1px 1px 3px 2px #eae200; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,226,0, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eae200">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eae200; -webkit-box-shadow: 1px 1px 3px 2px #eae200; box-shadow: 1px 1px 3px 2px #eae200;">
Div content here</div>
This div box has shadow with color #eae200
Comments
No comments written yet.
Please login to write comment.