Shades of Carrot Orange #EC9818
Tints of Carrot Orange #EC9818
RGB
CMYK
RGB Variations
Color information
#EC9818 (or 0xEC9818) is known color: Carrot Orange. HEX triplet: EC, 98 and 18. RGB value is (236,152,24). Sum of RGB (Red+Green+Blue) = 236+152+24=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 152 (59.77% from 255 or 36.89% from 412); Blue value is 24 (9.77% from 255 or 5.83% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9818 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9818 is #1367E7. Grayscale: #A3A3A3. Windows color (decimal): -1271784 or 1612012. OLE color: 1612012.
HSL color Cylindrical-coordinate representation of color #EC9818: hue angle of 36.23º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC9818 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 152 | 24 | - |
| CMYK | 0 | 0.36 | 0.90 | 0.07 |
| HSL | 36.23º | 0.85% | 0.51% | - |
| HSV(B) | 36.23º | 0.9% | 0.93% | - |
| XYZ | 45.99 | 40.36 | 6.23 | - |
| YUV | 162.52 | 49.83 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 152 | 24 | 0 | 0.36 | 0.90 | 0.07 | 36.23 | 0.85 | 0.51 |
| Hex | EC | 98 | 18 | 0 | 24 | 5A | 7 | 24 | 55 | 33 |
| Octal | 354 | 230 | 30 | 0 | 44 | 132 | 7 | 44 | 125 | 63 |
| Binary | 11101100 | 10011000 | 11000 | 0 | 100100 | 1011010 | 111 | 100100 | 1010101 | 110011 |
Color Harmonies of #EC9818
Complementary color
Monochromatic Colors of #EC9818
Black with #EC9818
Text Example
Text Example
White with #EC9818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9818; }
p { color: rgb(236,152,24); }
H1.HeaderClassName
{
color: #EC9818;
}
.AnyTagClassName
{
color: #EC9818;
}
</style>
background-color css
<style>
a { background-color: #EC9818; }
a { background-color: rgb(236,152,24); }
div.DivClassName
{
background-color: #EC9818;
}
.BgClassName
{
background-color: #EC9818;
}
</style>
border-color css
<style>
span { border-color: #EC9818; }
span { border-color: rgb(236,152,24); }
td.TdClassName
{
border-color: #EC9818;
}
.TagClassName
{
border-color: #EC9818;
}
</style>