Color spaces of #eac215
RGB | 234 | 194 | 21 |
---|---|---|---|
HSL | 0.14 | 0.84 | 0.50 |
HSV | 49° | 91° | 92° |
CMYK | 0.00 | 0.17 | 0.91 0.08 |
XYZ | 53.3588 | 56.1301 | 8.7314 |
Yxy | 56.1301 | 0.4514 | 0.4748 |
Hunter Lab | 74.9200 | -3.9805 | 45.5342 |
CIE-Lab | 79.6878 | 0.0227 | 78.7332 |
#eac215 color RGB value is (234,194,21).
#eac215 hex color red value is 234, green value is 194 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #eac215 hue: 0.14 , saturation: 0.84 and the lightness value of eac215 is 0.50.
The process color (four color CMYK) of #eac215 color hex is 0.00, 0.17, 0.91, 0.08. Web safe color of #eac215 is #ffcc00. Color #eac215 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11000010 | 00010101 |
Octal | 352 | 302 | 25 |
Decimal | 234 | 194 | 21 |
Hex | EA | C2 | 15 |
Shades of #eac215
Tints of #eac215
RGB Percentages of Color #eac215
CMYK Percentages of Color #eac215
Complementary Color
#eac215 | #153dea |
#eac215 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eac215 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eac215 Color CSS Codes
.mybgcolor {background-color:#eac215; } .myforecolor {color:#eac215; } .mybordercolor {border:3px solid #eac215; }
#eac215 Text Font Color
<p style="color:#eac215">Text here</p>
This sample text font color is #eac215
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.
#eac215 Background Color
<div style="background-color:#eac215">
Div content here</div>
This div background color is #eac215
#eac215 Border Color
<div style="border:3px solid #eac215">
Div here</div>
This div border color is #eac215
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,194,21, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eac215; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eac215; -webkit-box-shadow: 1px 1px 3px 2px #eac215; box-shadow: 1px 1px 3px 2px #eac215; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,194,21, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eac215">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eac215; -webkit-box-shadow: 1px 1px 3px 2px #eac215; box-shadow: 1px 1px 3px 2px #eac215;">
Div content here</div>
This div box has shadow with color #eac215
Comments
No comments written yet.
Please login to write comment.