Color spaces of #ecca6f
RGB | 236 | 202 | 111 |
---|---|---|---|
HSL | 0.12 | 0.77 | 0.68 |
HSV | 44° | 53° | 93° |
CMYK | 0.00 | 0.14 | 0.53 0.07 |
XYZ | 58.5818 | 61.2216 | 23.7683 |
Yxy | 61.2216 | 0.4080 | 0.4264 |
Hunter Lab | 78.2442 | -3.2837 | 36.7604 |
CIE-Lab | 82.4977 | 0.9525 | 49.4007 |
#ecca6f color RGB value is (236,202,111).
#ecca6f hex color red value is 236, green value is 202 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ecca6f hue: 0.12 , saturation: 0.77 and the lightness value of ecca6f is 0.68.
The process color (four color CMYK) of #ecca6f color hex is 0.00, 0.14, 0.53, 0.07. Web safe color of #ecca6f is #ffcc66. Color #ecca6f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 11001010 | 01101111 |
Octal | 354 | 312 | 157 |
Decimal | 236 | 202 | 111 |
Hex | EC | CA | 6F |
Shades of #ecca6f
Tints of #ecca6f
RGB Percentages of Color #ecca6f
CMYK Percentages of Color #ecca6f
Complementary Color
#ecca6f | #6f91ec |
#ecca6f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecca6f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecca6f Color CSS Codes
.mybgcolor {background-color:#ecca6f; } .myforecolor {color:#ecca6f; } .mybordercolor {border:3px solid #ecca6f; }
#ecca6f Text Font Color
<p style="color:#ecca6f">Text here</p>
This sample text font color is #ecca6f
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.
#ecca6f Background Color
<div style="background-color:#ecca6f">
Div content here</div>
This div background color is #ecca6f
#ecca6f Border Color
<div style="border:3px solid #ecca6f">
Div here</div>
This div border color is #ecca6f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,202,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecca6f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecca6f; -webkit-box-shadow: 1px 1px 3px 2px #ecca6f; box-shadow: 1px 1px 3px 2px #ecca6f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,202,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 #ecca6f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecca6f; -webkit-box-shadow: 1px 1px 3px 2px #ecca6f; box-shadow: 1px 1px 3px 2px #ecca6f;">
Div content here</div>
This div box has shadow with color #ecca6f
Comments
No comments written yet.
Please login to write comment.