Color spaces of #ecb66a
RGB | 236 | 182 | 106 |
---|---|---|---|
HSL | 0.10 | 0.77 | 0.67 |
HSV | 35° | 55° | 93° |
CMYK | 0.00 | 0.23 | 0.55 0.07 |
XYZ | 53.9215 | 52.3294 | 20.8943 |
Yxy | 52.3294 | 0.4241 | 0.4116 |
Hunter Lab | 72.3391 | 6.4604 | 33.5121 |
CIE-Lab | 77.4774 | 10.9952 | 45.8086 |
#ecb66a color RGB value is (236,182,106).
#ecb66a hex color red value is 236, green value is 182 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #ecb66a hue: 0.10 , saturation: 0.77 and the lightness value of ecb66a is 0.67.
The process color (four color CMYK) of #ecb66a color hex is 0.00, 0.23, 0.55, 0.07. Web safe color of #ecb66a is #ffcc66. Color #ecb66a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 10110110 | 01101010 |
Octal | 354 | 266 | 152 |
Decimal | 236 | 182 | 106 |
Hex | EC | B6 | 6A |
Shades of #ecb66a
Tints of #ecb66a
RGB Percentages of Color #ecb66a
CMYK Percentages of Color #ecb66a
Complementary Color
#ecb66a | #6aa0ec |
#ecb66a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecb66a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecb66a Color CSS Codes
.mybgcolor {background-color:#ecb66a; } .myforecolor {color:#ecb66a; } .mybordercolor {border:3px solid #ecb66a; }
#ecb66a Text Font Color
<p style="color:#ecb66a">Text here</p>
This sample text font color is #ecb66a
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.
#ecb66a Background Color
<div style="background-color:#ecb66a">
Div content here</div>
This div background color is #ecb66a
#ecb66a Border Color
<div style="border:3px solid #ecb66a">
Div here</div>
This div border color is #ecb66a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,182,106, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecb66a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecb66a; -webkit-box-shadow: 1px 1px 3px 2px #ecb66a; box-shadow: 1px 1px 3px 2px #ecb66a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,182,106, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ecb66a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecb66a; -webkit-box-shadow: 1px 1px 3px 2px #ecb66a; box-shadow: 1px 1px 3px 2px #ecb66a;">
Div content here</div>
This div box has shadow with color #ecb66a
Comments
No comments written yet.
Please login to write comment.