Color spaces of #ec964c
RGB | 236 | 150 | 76 |
---|---|---|---|
HSL | 0.08 | 0.81 | 0.61 |
HSV | 28° | 68° | 93° |
CMYK | 0.00 | 0.36 | 0.68 0.07 |
XYZ | 46.8029 | 40.1674 | 12.1238 |
Yxy | 40.1674 | 0.4723 | 0.4053 |
Hunter Lab | 63.3778 | 20.9067 | 33.0226 |
CIE-Lab | 69.5886 | 25.9179 | 51.3486 |
#ec964c color RGB value is (236,150,76).
#ec964c hex color red value is 236, green value is 150 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #ec964c hue: 0.08 , saturation: 0.81 and the lightness value of ec964c is 0.61.
The process color (four color CMYK) of #ec964c color hex is 0.00, 0.36, 0.68, 0.07. Web safe color of #ec964c is #ff9933. Color #ec964c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 10010110 | 01001100 |
Octal | 354 | 226 | 114 |
Decimal | 236 | 150 | 76 |
Hex | EC | 96 | 4C |
Shades of #ec964c
Tints of #ec964c
RGB Percentages of Color #ec964c
CMYK Percentages of Color #ec964c
Complementary Color
#ec964c | #4ca2ec |
#ec964c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ec964c Color Preview on White Background
Lorem ipsum dolor sit amet.
#ec964c Color CSS Codes
.mybgcolor {background-color:#ec964c; } .myforecolor {color:#ec964c; } .mybordercolor {border:3px solid #ec964c; }
#ec964c Text Font Color
<p style="color:#ec964c">Text here</p>
This sample text font color is #ec964c
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.
#ec964c Background Color
<div style="background-color:#ec964c">
Div content here</div>
This div background color is #ec964c
#ec964c Border Color
<div style="border:3px solid #ec964c">
Div here</div>
This div border color is #ec964c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,150,76, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ec964c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ec964c; -webkit-box-shadow: 1px 1px 3px 2px #ec964c; box-shadow: 1px 1px 3px 2px #ec964c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,150,76, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ec964c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ec964c; -webkit-box-shadow: 1px 1px 3px 2px #ec964c; box-shadow: 1px 1px 3px 2px #ec964c;">
Div content here</div>
This div box has shadow with color #ec964c
Comments
No comments written yet.
Please login to write comment.