Shades of Carrot Orange #EC8118
Tints of Carrot Orange #EC8118
RGB
CMYK
RGB Variations
Color information
#EC8118 (or 0xEC8118) is known color: Carrot Orange. HEX triplet: EC, 81 and 18. RGB value is (236,129,24). Sum of RGB (Red+Green+Blue) = 236+129+24=389 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.67% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 24 (9.77% from 255 or 6.17% from 389); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8118 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8118 is #137EE7. Grayscale: #959595. Windows color (decimal): -1277672 or 1606124. OLE color: 1606124.
HSL color Cylindrical-coordinate representation of color #EC8118: hue angle of 29.72º 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 #EC8118 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 129 | 24 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.07 |
| HSL | 29.72º | 0.85% | 0.51% | - |
| HSV(B) | 29.72º | 0.9% | 0.93% | - |
| XYZ | 42.61 | 33.6 | 5.1 | - |
| YUV | 149.02 | 57.45 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 129 | 24 | 0 | 0.45 | 0.90 | 0.07 | 29.72 | 0.85 | 0.51 |
| Hex | EC | 81 | 18 | 0 | 2D | 5A | 7 | 1E | 55 | 33 |
| Octal | 354 | 201 | 30 | 0 | 55 | 132 | 7 | 36 | 125 | 63 |
| Binary | 11101100 | 10000001 | 11000 | 0 | 101101 | 1011010 | 111 | 11110 | 1010101 | 110011 |
Color Harmonies of #EC8118
Complementary color
Monochromatic Colors of #EC8118
Black with #EC8118
Text Example
Text Example
White with #EC8118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8118; }
p { color: rgb(236,129,24); }
H1.HeaderClassName
{
color: #EC8118;
}
.AnyTagClassName
{
color: #EC8118;
}
</style>
background-color css
<style>
a { background-color: #EC8118; }
a { background-color: rgb(236,129,24); }
div.DivClassName
{
background-color: #EC8118;
}
.BgClassName
{
background-color: #EC8118;
}
</style>
border-color css
<style>
span { border-color: #EC8118; }
span { border-color: rgb(236,129,24); }
td.TdClassName
{
border-color: #EC8118;
}
.TagClassName
{
border-color: #EC8118;
}
</style>