Shades of Carrot Orange #EE8418
Tints of Carrot Orange #EE8418
RGB
CMYK
RGB Variations
Color information
#EE8418 (or 0xEE8418) is known color: Carrot Orange. HEX triplet: EE, 84 and 18. RGB value is (238,132,24). Sum of RGB (Red+Green+Blue) = 238+132+24=394 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.41% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 24 (9.77% from 255 or 6.09% from 394); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8418 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE8418 is #117BE7. Grayscale: #979797. Windows color (decimal): -1145832 or 1606894. OLE color: 1606894.
HSL color Cylindrical-coordinate representation of color #EE8418: hue angle of 30.28º 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 #EE8418 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 132 | 24 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.07 |
| HSL | 30.28º | 0.86% | 0.51% | - |
| HSV(B) | 30.28º | 0.9% | 0.93% | - |
| XYZ | 43.68 | 34.75 | 5.27 | - |
| YUV | 151.38 | 56.12 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 132 | 24 | 0 | 0.45 | 0.90 | 0.07 | 30.28 | 0.86 | 0.51 |
| Hex | EE | 84 | 18 | 0 | 2D | 5A | 7 | 1E | 56 | 33 |
| Octal | 356 | 204 | 30 | 0 | 55 | 132 | 7 | 36 | 126 | 63 |
| Binary | 11101110 | 10000100 | 11000 | 0 | 101101 | 1011010 | 111 | 11110 | 1010110 | 110011 |
Color Harmonies of #EE8418
Complementary color
Monochromatic Colors of #EE8418
Black with #EE8418
Text Example
Text Example
White with #EE8418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8418; }
p { color: rgb(238,132,24); }
H1.HeaderClassName
{
color: #EE8418;
}
.AnyTagClassName
{
color: #EE8418;
}
</style>
background-color css
<style>
a { background-color: #EE8418; }
a { background-color: rgb(238,132,24); }
div.DivClassName
{
background-color: #EE8418;
}
.BgClassName
{
background-color: #EE8418;
}
</style>
border-color css
<style>
span { border-color: #EE8418; }
span { border-color: rgb(238,132,24); }
td.TdClassName
{
border-color: #EE8418;
}
.TagClassName
{
border-color: #EE8418;
}
</style>