Shades of Carrot Orange #EC8818
Tints of Carrot Orange #EC8818
RGB
CMYK
RGB Variations
Color information
#EC8818 (or 0xEC8818) is known color: Carrot Orange. HEX triplet: EC, 88 and 18. RGB value is (236,136,24). Sum of RGB (Red+Green+Blue) = 236+136+24=396 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.60% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 24 (9.77% from 255 or 6.06% from 396); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8818 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8818 is #1377E7. Grayscale: #999999. Windows color (decimal): -1275880 or 1607916. OLE color: 1607916.
HSL color Cylindrical-coordinate representation of color #EC8818: hue angle of 31.7º 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 #EC8818 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 136 | 24 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.07 |
| HSL | 31.7º | 0.85% | 0.51% | - |
| HSV(B) | 31.7º | 0.9% | 0.93% | - |
| XYZ | 43.56 | 35.51 | 5.42 | - |
| YUV | 153.13 | 55.13 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 136 | 24 | 0 | 0.42 | 0.90 | 0.07 | 31.7 | 0.85 | 0.51 |
| Hex | EC | 88 | 18 | 0 | 2A | 5A | 7 | 20 | 55 | 33 |
| Octal | 354 | 210 | 30 | 0 | 52 | 132 | 7 | 40 | 125 | 63 |
| Binary | 11101100 | 10001000 | 11000 | 0 | 101010 | 1011010 | 111 | 100000 | 1010101 | 110011 |
Color Harmonies of #EC8818
Complementary color
Monochromatic Colors of #EC8818
Black with #EC8818
Text Example
Text Example
White with #EC8818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8818; }
p { color: rgb(236,136,24); }
H1.HeaderClassName
{
color: #EC8818;
}
.AnyTagClassName
{
color: #EC8818;
}
</style>
background-color css
<style>
a { background-color: #EC8818; }
a { background-color: rgb(236,136,24); }
div.DivClassName
{
background-color: #EC8818;
}
.BgClassName
{
background-color: #EC8818;
}
</style>
border-color css
<style>
span { border-color: #EC8818; }
span { border-color: rgb(236,136,24); }
td.TdClassName
{
border-color: #EC8818;
}
.TagClassName
{
border-color: #EC8818;
}
</style>