Shades of Carrot Orange #EC9F1F
Tints of Carrot Orange #EC9F1F
RGB
CMYK
RGB Variations
Color information
#EC9F1F (or 0xEC9F1F) is known color: Carrot Orange. HEX triplet: EC, 9F and 1F. RGB value is (236,159,31). Sum of RGB (Red+Green+Blue) = 236+159+31=426 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.40% from 426); Green value is 159 (62.5% from 255 or 37.32% from 426); Blue value is 31 (12.5% from 255 or 7.28% from 426); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9F1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9F1F is #1360E0. Grayscale: #A8A8A8. Windows color (decimal): -1269985 or 2072556. OLE color: 2072556.
HSL color Cylindrical-coordinate representation of color #EC9F1F: hue angle of 37.46º 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 #EC9F1F is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 159 | 31 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.07 |
| HSL | 37.46º | 0.84% | 0.52% | - |
| HSV(B) | 37.46º | 0.87% | 0.93% | - |
| XYZ | 47.24 | 42.73 | 7.05 | - |
| YUV | 167.43 | 51.01 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 159 | 31 | 0 | 0.33 | 0.87 | 0.07 | 37.46 | 0.84 | 0.52 |
| Hex | EC | 9F | 1F | 0 | 21 | 57 | 7 | 25 | 54 | 34 |
| Octal | 354 | 237 | 37 | 0 | 41 | 127 | 7 | 45 | 124 | 64 |
| Binary | 11101100 | 10011111 | 11111 | 0 | 100001 | 1010111 | 111 | 100101 | 1010100 | 110100 |
Color Harmonies of #EC9F1F
Complementary color
Monochromatic Colors of #EC9F1F
Black with #EC9F1F
Text Example
Text Example
White with #EC9F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9F1F; }
p { color: rgb(236,159,31); }
H1.HeaderClassName
{
color: #EC9F1F;
}
.AnyTagClassName
{
color: #EC9F1F;
}
</style>
background-color css
<style>
a { background-color: #EC9F1F; }
a { background-color: rgb(236,159,31); }
div.DivClassName
{
background-color: #EC9F1F;
}
.BgClassName
{
background-color: #EC9F1F;
}
</style>
border-color css
<style>
span { border-color: #EC9F1F; }
span { border-color: rgb(236,159,31); }
td.TdClassName
{
border-color: #EC9F1F;
}
.TagClassName
{
border-color: #EC9F1F;
}
</style>