Color spaces of #eca96f
RGB | 236 | 169 | 111 |
---|---|---|---|
HSL | 0.08 | 0.77 | 0.68 |
HSV | 28° | 53° | 93° |
CMYK | 0.00 | 0.28 | 0.53 0.07 |
XYZ | 51.6493 | 47.3565 | 21.4574 |
Yxy | 47.3565 | 0.4288 | 0.3931 |
Hunter Lab | 68.8161 | 13.5435 | 29.6841 |
CIE-Lab | 74.4172 | 18.2880 | 39.5053 |
#eca96f color RGB value is (236,169,111).
#eca96f hex color red value is 236, green value is 169 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #eca96f hue: 0.08 , saturation: 0.77 and the lightness value of eca96f is 0.68.
The process color (four color CMYK) of #eca96f color hex is 0.00, 0.28, 0.53, 0.07. Web safe color of #eca96f is #ff9966. Color #eca96f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 10101001 | 01101111 |
Octal | 354 | 251 | 157 |
Decimal | 236 | 169 | 111 |
Hex | EC | A9 | 6F |
Shades of #eca96f
Tints of #eca96f
RGB Percentages of Color #eca96f
CMYK Percentages of Color #eca96f
Complementary Color
#eca96f | #6fb2ec |
#eca96f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eca96f Color Preview on White Background
Lorem ipsum dolor sit amet.
#eca96f Color CSS Codes
.mybgcolor {background-color:#eca96f; } .myforecolor {color:#eca96f; } .mybordercolor {border:3px solid #eca96f; }
#eca96f Text Font Color
<p style="color:#eca96f">Text here</p>
This sample text font color is #eca96f
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.
#eca96f Background Color
<div style="background-color:#eca96f">
Div content here</div>
This div background color is #eca96f
#eca96f Border Color
<div style="border:3px solid #eca96f">
Div here</div>
This div border color is #eca96f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,169,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eca96f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eca96f; -webkit-box-shadow: 1px 1px 3px 2px #eca96f; box-shadow: 1px 1px 3px 2px #eca96f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,169,111, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eca96f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eca96f; -webkit-box-shadow: 1px 1px 3px 2px #eca96f; box-shadow: 1px 1px 3px 2px #eca96f;">
Div content here</div>
This div box has shadow with color #eca96f
Comments
No comments written yet.
Please login to write comment.