Shades of Carrot Orange #EE8D16
Tints of Carrot Orange #EE8D16
RGB
CMYK
RGB Variations
Color information
#EE8D16 (or 0xEE8D16) is known color: Carrot Orange. HEX triplet: EE, 8D and 16. RGB value is (238,141,22). Sum of RGB (Red+Green+Blue) = 238+141+22=401 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.35% from 401); Green value is 141 (55.47% from 255 or 35.16% from 401); Blue value is 22 (8.98% from 255 or 5.49% from 401); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8D16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE8D16 is #1172E9. Grayscale: #9D9D9D. Windows color (decimal): -1143530 or 1478126. OLE color: 1478126.
HSL color Cylindrical-coordinate representation of color #EE8D16: hue angle of 33.06º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EE8D16 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 141 | 22 | - |
| CMYK | 0 | 0.41 | 0.91 | 0.07 |
| HSL | 33.06º | 0.86% | 0.51% | - |
| HSV(B) | 33.06º | 0.91% | 0.93% | - |
| XYZ | 44.93 | 37.28 | 5.59 | - |
| YUV | 156.44 | 52.14 | 186.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 141 | 22 | 0 | 0.41 | 0.91 | 0.07 | 33.06 | 0.86 | 0.51 |
| Hex | EE | 8D | 16 | 0 | 29 | 5B | 7 | 21 | 56 | 33 |
| Octal | 356 | 215 | 26 | 0 | 51 | 133 | 7 | 41 | 126 | 63 |
| Binary | 11101110 | 10001101 | 10110 | 0 | 101001 | 1011011 | 111 | 100001 | 1010110 | 110011 |
Color Harmonies of #EE8D16
Complementary color
Monochromatic Colors of #EE8D16
Black with #EE8D16
Text Example
Text Example
White with #EE8D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8D16; }
p { color: rgb(238,141,22); }
H1.HeaderClassName
{
color: #EE8D16;
}
.AnyTagClassName
{
color: #EE8D16;
}
</style>
background-color css
<style>
a { background-color: #EE8D16; }
a { background-color: rgb(238,141,22); }
div.DivClassName
{
background-color: #EE8D16;
}
.BgClassName
{
background-color: #EE8D16;
}
</style>
border-color css
<style>
span { border-color: #EE8D16; }
span { border-color: rgb(238,141,22); }
td.TdClassName
{
border-color: #EE8D16;
}
.TagClassName
{
border-color: #EE8D16;
}
</style>