Color spaces of #ecb65e
RGB | 236 | 182 | 94 |
---|---|---|---|
HSL | 0.10 | 0.79 | 0.65 |
HSV | 37° | 60° | 93° |
CMYK | 0.00 | 0.23 | 0.60 0.07 |
XYZ | 53.3404 | 52.0969 | 17.8340 |
Yxy | 52.0969 | 0.4327 | 0.4226 |
Hunter Lab | 72.1782 | 5.6015 | 35.8752 |
CIE-Lab | 77.3387 | 10.1006 | 51.5014 |
#ecb65e color RGB value is (236,182,94).
#ecb65e hex color red value is 236, green value is 182 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ecb65e hue: 0.10 , saturation: 0.79 and the lightness value of ecb65e is 0.65.
The process color (four color CMYK) of #ecb65e color hex is 0.00, 0.23, 0.60, 0.07. Web safe color of #ecb65e is #ffcc66. Color #ecb65e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 10110110 | 01011110 |
Octal | 354 | 266 | 136 |
Decimal | 236 | 182 | 94 |
Hex | EC | B6 | 5E |
Shades of #ecb65e
Tints of #ecb65e
RGB Percentages of Color #ecb65e
CMYK Percentages of Color #ecb65e
Complementary Color
#ecb65e | #5e94ec |
#ecb65e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecb65e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecb65e Color CSS Codes
.mybgcolor {background-color:#ecb65e; } .myforecolor {color:#ecb65e; } .mybordercolor {border:3px solid #ecb65e; }
#ecb65e Text Font Color
<p style="color:#ecb65e">Text here</p>
This sample text font color is #ecb65e
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.
#ecb65e Background Color
<div style="background-color:#ecb65e">
Div content here</div>
This div background color is #ecb65e
#ecb65e Border Color
<div style="border:3px solid #ecb65e">
Div here</div>
This div border color is #ecb65e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,182,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecb65e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecb65e; -webkit-box-shadow: 1px 1px 3px 2px #ecb65e; box-shadow: 1px 1px 3px 2px #ecb65e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,182,94, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ecb65e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecb65e; -webkit-box-shadow: 1px 1px 3px 2px #ecb65e; box-shadow: 1px 1px 3px 2px #ecb65e;">
Div content here</div>
This div box has shadow with color #ecb65e
Comments
No comments written yet.
Please login to write comment.