Shades of Carrot Orange #EE8118
Tints of Carrot Orange #EE8118
RGB
CMYK
RGB Variations
Color information
#EE8118 (or 0xEE8118) is known color: Carrot Orange. HEX triplet: EE, 81 and 18. RGB value is (238,129,24). Sum of RGB (Red+Green+Blue) = 238+129+24=391 (51% of max value = 765). Red value is 238 (93.36% from 255 or 60.87% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 24 (9.77% from 255 or 6.14% from 391); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8118 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE8118 is #117EE7. Grayscale: #969696. Windows color (decimal): -1146600 or 1606126. OLE color: 1606126.
HSL color Cylindrical-coordinate representation of color #EE8118: hue angle of 29.44º degrees, saturation: 0.86, 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 #EE8118 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 129 | 24 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.07 |
| HSL | 29.44º | 0.86% | 0.51% | - |
| HSV(B) | 29.44º | 0.9% | 0.93% | - |
| XYZ | 43.28 | 33.94 | 5.14 | - |
| YUV | 149.62 | 57.11 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 129 | 24 | 0 | 0.46 | 0.90 | 0.07 | 29.44 | 0.86 | 0.51 |
| Hex | EE | 81 | 18 | 0 | 2E | 5A | 7 | 1D | 56 | 33 |
| Octal | 356 | 201 | 30 | 0 | 56 | 132 | 7 | 35 | 126 | 63 |
| Binary | 11101110 | 10000001 | 11000 | 0 | 101110 | 1011010 | 111 | 11101 | 1010110 | 110011 |
Color Harmonies of #EE8118
Complementary color
Monochromatic Colors of #EE8118
Black with #EE8118
Text Example
Text Example
White with #EE8118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8118; }
p { color: rgb(238,129,24); }
H1.HeaderClassName
{
color: #EE8118;
}
.AnyTagClassName
{
color: #EE8118;
}
</style>
background-color css
<style>
a { background-color: #EE8118; }
a { background-color: rgb(238,129,24); }
div.DivClassName
{
background-color: #EE8118;
}
.BgClassName
{
background-color: #EE8118;
}
</style>
border-color css
<style>
span { border-color: #EE8118; }
span { border-color: rgb(238,129,24); }
td.TdClassName
{
border-color: #EE8118;
}
.TagClassName
{
border-color: #EE8118;
}
</style>