Shades of Carrot Orange #EE8218
Tints of Carrot Orange #EE8218
RGB
CMYK
RGB Variations
Color information
#EE8218 (or 0xEE8218) is known color: Carrot Orange. HEX triplet: EE, 82 and 18. RGB value is (238,130,24). Sum of RGB (Red+Green+Blue) = 238+130+24=392 (51% of max value = 765). Red value is 238 (93.36% from 255 or 60.71% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 24 (9.77% from 255 or 6.12% from 392); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8218 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE8218 is #117DE7. Grayscale: #969696. Windows color (decimal): -1146344 or 1606382. OLE color: 1606382.
HSL color Cylindrical-coordinate representation of color #EE8218: hue angle of 29.72º 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 #EE8218 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 130 | 24 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.07 |
| HSL | 29.72º | 0.86% | 0.51% | - |
| HSV(B) | 29.72º | 0.9% | 0.93% | - |
| XYZ | 43.41 | 34.21 | 5.18 | - |
| YUV | 150.21 | 56.78 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 130 | 24 | 0 | 0.45 | 0.90 | 0.07 | 29.72 | 0.86 | 0.51 |
| Hex | EE | 82 | 18 | 0 | 2D | 5A | 7 | 1E | 56 | 33 |
| Octal | 356 | 202 | 30 | 0 | 55 | 132 | 7 | 36 | 126 | 63 |
| Binary | 11101110 | 10000010 | 11000 | 0 | 101101 | 1011010 | 111 | 11110 | 1010110 | 110011 |
Color Harmonies of #EE8218
Complementary color
Monochromatic Colors of #EE8218
Black with #EE8218
Text Example
Text Example
White with #EE8218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8218; }
p { color: rgb(238,130,24); }
H1.HeaderClassName
{
color: #EE8218;
}
.AnyTagClassName
{
color: #EE8218;
}
</style>
background-color css
<style>
a { background-color: #EE8218; }
a { background-color: rgb(238,130,24); }
div.DivClassName
{
background-color: #EE8218;
}
.BgClassName
{
background-color: #EE8218;
}
</style>
border-color css
<style>
span { border-color: #EE8218; }
span { border-color: rgb(238,130,24); }
td.TdClassName
{
border-color: #EE8218;
}
.TagClassName
{
border-color: #EE8218;
}
</style>