Shades of Carrot Orange #EC9A24
Tints of Carrot Orange #EC9A24
RGB
CMYK
RGB Variations
Color information
#EC9A24 (or 0xEC9A24) is known color: Carrot Orange. HEX triplet: EC, 9A and 24. RGB value is (236,154,36). Sum of RGB (Red+Green+Blue) = 236+154+36=426 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.40% from 426); Green value is 154 (60.55% from 255 or 36.15% from 426); Blue value is 36 (14.45% from 255 or 8.45% from 426); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9A24 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9A24 is #1365DB. Grayscale: #A5A5A5. Windows color (decimal): -1271260 or 2398956. OLE color: 2398956.
HSL color Cylindrical-coordinate representation of color #EC9A24: hue angle of 35.4º 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 #EC9A24 is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 154 | 36 | - |
| CMYK | 0 | 0.35 | 0.85 | 0.07 |
| HSL | 35.4º | 0.84% | 0.53% | - |
| HSV(B) | 35.4º | 0.85% | 0.93% | - |
| XYZ | 46.47 | 41.07 | 7.15 | - |
| YUV | 165.07 | 55.17 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 154 | 36 | 0 | 0.35 | 0.85 | 0.07 | 35.4 | 0.84 | 0.53 |
| Hex | EC | 9A | 24 | 0 | 23 | 55 | 7 | 23 | 54 | 35 |
| Octal | 354 | 232 | 44 | 0 | 43 | 125 | 7 | 43 | 124 | 65 |
| Binary | 11101100 | 10011010 | 100100 | 0 | 100011 | 1010101 | 111 | 100011 | 1010100 | 110101 |
Color Harmonies of #EC9A24
Complementary color
Monochromatic Colors of #EC9A24
Black with #EC9A24
Text Example
Text Example
White with #EC9A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9A24; }
p { color: rgb(236,154,36); }
H1.HeaderClassName
{
color: #EC9A24;
}
.AnyTagClassName
{
color: #EC9A24;
}
</style>
background-color css
<style>
a { background-color: #EC9A24; }
a { background-color: rgb(236,154,36); }
div.DivClassName
{
background-color: #EC9A24;
}
.BgClassName
{
background-color: #EC9A24;
}
</style>
border-color css
<style>
span { border-color: #EC9A24; }
span { border-color: rgb(236,154,36); }
td.TdClassName
{
border-color: #EC9A24;
}
.TagClassName
{
border-color: #EC9A24;
}
</style>