Color spaces of #ecb85c
RGB | 236 | 184 | 92 |
---|---|---|---|
HSL | 0.11 | 0.79 | 0.64 |
HSV | 38° | 61° | 93° |
CMYK | 0.00 | 0.22 | 0.61 0.07 |
XYZ | 53.6643 | 52.8866 | 17.5049 |
Yxy | 52.8866 | 0.4326 | 0.4263 |
Hunter Lab | 72.7232 | 4.4542 | 36.6348 |
CIE-Lab | 77.8080 | 8.9110 | 52.9878 |
#ecb85c color RGB value is (236,184,92).
#ecb85c hex color red value is 236, green value is 184 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #ecb85c hue: 0.11 , saturation: 0.79 and the lightness value of ecb85c is 0.64.
The process color (four color CMYK) of #ecb85c color hex is 0.00, 0.22, 0.61, 0.07. Web safe color of #ecb85c is #ffcc66. Color #ecb85c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 10111000 | 01011100 |
Octal | 354 | 270 | 134 |
Decimal | 236 | 184 | 92 |
Hex | EC | B8 | 5C |
Shades of #ecb85c
Tints of #ecb85c
RGB Percentages of Color #ecb85c
CMYK Percentages of Color #ecb85c
Complementary Color
#ecb85c | #5c90ec |
#ecb85c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecb85c Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecb85c Color CSS Codes
.mybgcolor {background-color:#ecb85c; } .myforecolor {color:#ecb85c; } .mybordercolor {border:3px solid #ecb85c; }
#ecb85c Text Font Color
<p style="color:#ecb85c">Text here</p>
This sample text font color is #ecb85c
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.
#ecb85c Background Color
<div style="background-color:#ecb85c">
Div content here</div>
This div background color is #ecb85c
#ecb85c Border Color
<div style="border:3px solid #ecb85c">
Div here</div>
This div border color is #ecb85c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,184,92, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecb85c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecb85c; -webkit-box-shadow: 1px 1px 3px 2px #ecb85c; box-shadow: 1px 1px 3px 2px #ecb85c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,184,92, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ecb85c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecb85c; -webkit-box-shadow: 1px 1px 3px 2px #ecb85c; box-shadow: 1px 1px 3px 2px #ecb85c;">
Div content here</div>
This div box has shadow with color #ecb85c
Comments
No comments written yet.
Please login to write comment.