Shades of Carrot Orange #EC9124
Tints of Carrot Orange #EC9124
RGB
CMYK
RGB Variations
Color information
#EC9124 (or 0xEC9124) is known color: Carrot Orange. HEX triplet: EC, 91 and 24. RGB value is (236,145,36). Sum of RGB (Red+Green+Blue) = 236+145+36=417 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.59% from 417); Green value is 145 (57.03% from 255 or 34.77% from 417); Blue value is 36 (14.45% from 255 or 8.63% from 417); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9124 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9124 is #136EDB. Grayscale: #A0A0A0. Windows color (decimal): -1273564 or 2396652. OLE color: 2396652.
HSL color Cylindrical-coordinate representation of color #EC9124: hue angle of 32.7º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC9124 is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 145 | 36 | - |
| CMYK | 0 | 0.39 | 0.85 | 0.07 |
| HSL | 32.7º | 0.84% | 0.53% | - |
| HSV(B) | 32.7º | 0.85% | 0.93% | - |
| XYZ | 45.04 | 38.21 | 6.67 | - |
| YUV | 159.78 | 58.15 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 145 | 36 | 0 | 0.39 | 0.85 | 0.07 | 32.7 | 0.84 | 0.53 |
| Hex | EC | 91 | 24 | 0 | 27 | 55 | 7 | 21 | 54 | 35 |
| Octal | 354 | 221 | 44 | 0 | 47 | 125 | 7 | 41 | 124 | 65 |
| Binary | 11101100 | 10010001 | 100100 | 0 | 100111 | 1010101 | 111 | 100001 | 1010100 | 110101 |
Color Harmonies of #EC9124
Complementary color
Monochromatic Colors of #EC9124
Black with #EC9124
Text Example
Text Example
White with #EC9124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9124; }
p { color: rgb(236,145,36); }
H1.HeaderClassName
{
color: #EC9124;
}
.AnyTagClassName
{
color: #EC9124;
}
</style>
background-color css
<style>
a { background-color: #EC9124; }
a { background-color: rgb(236,145,36); }
div.DivClassName
{
background-color: #EC9124;
}
.BgClassName
{
background-color: #EC9124;
}
</style>
border-color css
<style>
span { border-color: #EC9124; }
span { border-color: rgb(236,145,36); }
td.TdClassName
{
border-color: #EC9124;
}
.TagClassName
{
border-color: #EC9124;
}
</style>