Color spaces of #ec885f
RGB | 236 | 136 | 95 |
---|---|---|---|
HSL | 0.05 | 0.79 | 0.65 |
HSV | 17° | 60° | 93° |
CMYK | 0.00 | 0.42 | 0.60 0.07 |
XYZ | 45.4618 | 36.2674 | 15.4307 |
Yxy | 36.2674 | 0.4679 | 0.3733 |
Hunter Lab | 60.2224 | 29.3601 | 26.9639 |
CIE-Lab | 66.7237 | 34.4586 | 38.3541 |
#ec885f color RGB value is (236,136,95).
#ec885f hex color red value is 236, green value is 136 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ec885f hue: 0.05 , saturation: 0.79 and the lightness value of ec885f is 0.65.
The process color (four color CMYK) of #ec885f color hex is 0.00, 0.42, 0.60, 0.07. Web safe color of #ec885f is #ff9966. Color #ec885f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 10001000 | 01011111 |
Octal | 354 | 210 | 137 |
Decimal | 236 | 136 | 95 |
Hex | EC | 88 | 5F |
Shades of #ec885f
Tints of #ec885f
RGB Percentages of Color #ec885f
CMYK Percentages of Color #ec885f
Complementary Color
#ec885f | #5fc3ec |
#ec885f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ec885f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ec885f Color CSS Codes
.mybgcolor {background-color:#ec885f; } .myforecolor {color:#ec885f; } .mybordercolor {border:3px solid #ec885f; }
#ec885f Text Font Color
<p style="color:#ec885f">Text here</p>
This sample text font color is #ec885f
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.
#ec885f Background Color
<div style="background-color:#ec885f">
Div content here</div>
This div background color is #ec885f
#ec885f Border Color
<div style="border:3px solid #ec885f">
Div here</div>
This div border color is #ec885f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,136,95, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ec885f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ec885f; -webkit-box-shadow: 1px 1px 3px 2px #ec885f; box-shadow: 1px 1px 3px 2px #ec885f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,136,95, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ec885f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ec885f; -webkit-box-shadow: 1px 1px 3px 2px #ec885f; box-shadow: 1px 1px 3px 2px #ec885f;">
Div content here</div>
This div box has shadow with color #ec885f
Comments
No comments written yet.
Please login to write comment.