Shades of Carrot Orange #EC9824
Tints of Carrot Orange #EC9824
RGB
CMYK
RGB Variations
Color information
#EC9824 (or 0xEC9824) is known color: Carrot Orange. HEX triplet: EC, 98 and 24. RGB value is (236,152,36). Sum of RGB (Red+Green+Blue) = 236+152+36=424 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.66% from 424); Green value is 152 (59.77% from 255 or 35.85% from 424); Blue value is 36 (14.45% from 255 or 8.49% from 424); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9824 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9824 is #1367DB. Grayscale: #A4A4A4. Windows color (decimal): -1271772 or 2398444. OLE color: 2398444.
HSL color Cylindrical-coordinate representation of color #EC9824: hue angle of 34.8º 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 #EC9824 is Cyan = 0, Magento = 0.36, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 152 | 36 | - |
| CMYK | 0 | 0.36 | 0.85 | 0.07 |
| HSL | 34.8º | 0.84% | 0.53% | - |
| HSV(B) | 34.8º | 0.85% | 0.93% | - |
| XYZ | 46.14 | 40.42 | 7.04 | - |
| YUV | 163.89 | 55.83 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 152 | 36 | 0 | 0.36 | 0.85 | 0.07 | 34.8 | 0.84 | 0.53 |
| Hex | EC | 98 | 24 | 0 | 24 | 55 | 7 | 23 | 54 | 35 |
| Octal | 354 | 230 | 44 | 0 | 44 | 125 | 7 | 43 | 124 | 65 |
| Binary | 11101100 | 10011000 | 100100 | 0 | 100100 | 1010101 | 111 | 100011 | 1010100 | 110101 |
Color Harmonies of #EC9824
Complementary color
Monochromatic Colors of #EC9824
Black with #EC9824
Text Example
Text Example
White with #EC9824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9824; }
p { color: rgb(236,152,36); }
H1.HeaderClassName
{
color: #EC9824;
}
.AnyTagClassName
{
color: #EC9824;
}
</style>
background-color css
<style>
a { background-color: #EC9824; }
a { background-color: rgb(236,152,36); }
div.DivClassName
{
background-color: #EC9824;
}
.BgClassName
{
background-color: #EC9824;
}
</style>
border-color css
<style>
span { border-color: #EC9824; }
span { border-color: rgb(236,152,36); }
td.TdClassName
{
border-color: #EC9824;
}
.TagClassName
{
border-color: #EC9824;
}
</style>