Color spaces of #eca972
RGB | 236 | 169 | 114 |
---|---|---|---|
HSL | 0.08 | 0.76 | 0.69 |
HSV | 27° | 52° | 93° |
CMYK | 0.00 | 0.28 | 0.52 0.07 |
XYZ | 51.8173 | 47.4237 | 22.3422 |
Yxy | 47.4237 | 0.4262 | 0.3901 |
Hunter Lab | 68.8649 | 13.7986 | 28.9696 |
CIE-Lab | 74.4600 | 18.5456 | 38.0008 |
#eca972 color RGB value is (236,169,114).
#eca972 hex color red value is 236, green value is 169 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #eca972 hue: 0.08 , saturation: 0.76 and the lightness value of eca972 is 0.69.
The process color (four color CMYK) of #eca972 color hex is 0.00, 0.28, 0.52, 0.07. Web safe color of #eca972 is #ff9966. Color #eca972 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 10101001 | 01110010 |
Octal | 354 | 251 | 162 |
Decimal | 236 | 169 | 114 |
Hex | EC | A9 | 72 |
Shades of #eca972
Tints of #eca972
RGB Percentages of Color #eca972
CMYK Percentages of Color #eca972
Complementary Color
#eca972 | #72b5ec |
#eca972 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eca972 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eca972 Color CSS Codes
.mybgcolor {background-color:#eca972; } .myforecolor {color:#eca972; } .mybordercolor {border:3px solid #eca972; }
#eca972 Text Font Color
<p style="color:#eca972">Text here</p>
This sample text font color is #eca972
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.
#eca972 Background Color
<div style="background-color:#eca972">
Div content here</div>
This div background color is #eca972
#eca972 Border Color
<div style="border:3px solid #eca972">
Div here</div>
This div border color is #eca972
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,169,114, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eca972; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eca972; -webkit-box-shadow: 1px 1px 3px 2px #eca972; box-shadow: 1px 1px 3px 2px #eca972; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,169,114, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eca972">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eca972; -webkit-box-shadow: 1px 1px 3px 2px #eca972; box-shadow: 1px 1px 3px 2px #eca972;">
Div content here</div>
This div box has shadow with color #eca972
Comments
No comments written yet.
Please login to write comment.