Color spaces of #eca462
RGB | 236 | 164 | 98 |
---|---|---|---|
HSL | 0.08 | 0.78 | 0.65 |
HSV | 29° | 58° | 93° |
CMYK | 0.00 | 0.31 | 0.58 0.07 |
XYZ | 50.0721 | 45.2656 | 17.6533 |
Yxy | 45.2656 | 0.4432 | 0.4006 |
Hunter Lab | 67.2797 | 15.1069 | 31.5389 |
CIE-Lab | 73.0664 | 19.9142 | 44.5062 |
#eca462 color RGB value is (236,164,98).
#eca462 hex color red value is 236, green value is 164 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #eca462 hue: 0.08 , saturation: 0.78 and the lightness value of eca462 is 0.65.
The process color (four color CMYK) of #eca462 color hex is 0.00, 0.31, 0.58, 0.07. Web safe color of #eca462 is #ff9966. Color #eca462 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 10100100 | 01100010 |
Octal | 354 | 244 | 142 |
Decimal | 236 | 164 | 98 |
Hex | EC | A4 | 62 |
Shades of #eca462
Tints of #eca462
RGB Percentages of Color #eca462
CMYK Percentages of Color #eca462
Complementary Color
#eca462 | #62aaec |
#eca462 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eca462 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eca462 Color CSS Codes
.mybgcolor {background-color:#eca462; } .myforecolor {color:#eca462; } .mybordercolor {border:3px solid #eca462; }
#eca462 Text Font Color
<p style="color:#eca462">Text here</p>
This sample text font color is #eca462
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.
#eca462 Background Color
<div style="background-color:#eca462">
Div content here</div>
This div background color is #eca462
#eca462 Border Color
<div style="border:3px solid #eca462">
Div here</div>
This div border color is #eca462
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,164,98, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eca462; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eca462; -webkit-box-shadow: 1px 1px 3px 2px #eca462; box-shadow: 1px 1px 3px 2px #eca462; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,164,98, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eca462">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eca462; -webkit-box-shadow: 1px 1px 3px 2px #eca462; box-shadow: 1px 1px 3px 2px #eca462;">
Div content here</div>
This div box has shadow with color #eca462
Comments
No comments written yet.
Please login to write comment.