Shades of Carrot Orange #EC9E1E
Tints of Carrot Orange #EC9E1E
RGB
CMYK
RGB Variations
Color information
#EC9E1E (or 0xEC9E1E) is known color: Carrot Orange. HEX triplet: EC, 9E and 1E. RGB value is (236,158,30). Sum of RGB (Red+Green+Blue) = 236+158+30=424 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.66% from 424); Green value is 158 (62.11% from 255 or 37.26% from 424); Blue value is 30 (12.11% from 255 or 7.08% from 424); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9E1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9E1E is #1361E1. Grayscale: #A7A7A7. Windows color (decimal): -1270242 or 2006764. OLE color: 2006764.
HSL color Cylindrical-coordinate representation of color #EC9E1E: hue angle of 37.28º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC9E1E is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 158 | 30 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.07 |
| HSL | 37.28º | 0.84% | 0.52% | - |
| HSV(B) | 37.28º | 0.87% | 0.93% | - |
| XYZ | 47.05 | 42.38 | 6.93 | - |
| YUV | 166.73 | 50.84 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 158 | 30 | 0 | 0.33 | 0.87 | 0.07 | 37.28 | 0.84 | 0.52 |
| Hex | EC | 9E | 1E | 0 | 21 | 57 | 7 | 25 | 54 | 34 |
| Octal | 354 | 236 | 36 | 0 | 41 | 127 | 7 | 45 | 124 | 64 |
| Binary | 11101100 | 10011110 | 11110 | 0 | 100001 | 1010111 | 111 | 100101 | 1010100 | 110100 |
Color Harmonies of #EC9E1E
Complementary color
Monochromatic Colors of #EC9E1E
Black with #EC9E1E
Text Example
Text Example
White with #EC9E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9E1E; }
p { color: rgb(236,158,30); }
H1.HeaderClassName
{
color: #EC9E1E;
}
.AnyTagClassName
{
color: #EC9E1E;
}
</style>
background-color css
<style>
a { background-color: #EC9E1E; }
a { background-color: rgb(236,158,30); }
div.DivClassName
{
background-color: #EC9E1E;
}
.BgClassName
{
background-color: #EC9E1E;
}
</style>
border-color css
<style>
span { border-color: #EC9E1E; }
span { border-color: rgb(236,158,30); }
td.TdClassName
{
border-color: #EC9E1E;
}
.TagClassName
{
border-color: #EC9E1E;
}
</style>