Shades of Carrot Orange #EC9F1E
Tints of Carrot Orange #EC9F1E
RGB
CMYK
RGB Variations
Color information
#EC9F1E (or 0xEC9F1E) is known color: Carrot Orange. HEX triplet: EC, 9F and 1E. RGB value is (236,159,30). Sum of RGB (Red+Green+Blue) = 236+159+30=425 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.53% from 425); Green value is 159 (62.5% from 255 or 37.41% from 425); Blue value is 30 (12.11% from 255 or 7.06% from 425); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9F1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9F1E is #1360E1. Grayscale: #A7A7A7. Windows color (decimal): -1269986 or 2007020. OLE color: 2007020.
HSL color Cylindrical-coordinate representation of color #EC9F1E: hue angle of 37.57º 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 #EC9F1E is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 159 | 30 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.07 |
| HSL | 37.57º | 0.84% | 0.52% | - |
| HSV(B) | 37.57º | 0.87% | 0.93% | - |
| XYZ | 47.22 | 42.72 | 6.99 | - |
| YUV | 167.32 | 50.51 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 159 | 30 | 0 | 0.33 | 0.87 | 0.07 | 37.57 | 0.84 | 0.52 |
| Hex | EC | 9F | 1E | 0 | 21 | 57 | 7 | 26 | 54 | 34 |
| Octal | 354 | 237 | 36 | 0 | 41 | 127 | 7 | 46 | 124 | 64 |
| Binary | 11101100 | 10011111 | 11110 | 0 | 100001 | 1010111 | 111 | 100110 | 1010100 | 110100 |
Color Harmonies of #EC9F1E
Complementary color
Monochromatic Colors of #EC9F1E
Black with #EC9F1E
Text Example
Text Example
White with #EC9F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9F1E; }
p { color: rgb(236,159,30); }
H1.HeaderClassName
{
color: #EC9F1E;
}
.AnyTagClassName
{
color: #EC9F1E;
}
</style>
background-color css
<style>
a { background-color: #EC9F1E; }
a { background-color: rgb(236,159,30); }
div.DivClassName
{
background-color: #EC9F1E;
}
.BgClassName
{
background-color: #EC9F1E;
}
</style>
border-color css
<style>
span { border-color: #EC9F1E; }
span { border-color: rgb(236,159,30); }
td.TdClassName
{
border-color: #EC9F1E;
}
.TagClassName
{
border-color: #EC9F1E;
}
</style>