Shades of Carrot Orange #EE8921
Tints of Carrot Orange #EE8921
RGB
CMYK
RGB Variations
Color information
#EE8921 (or 0xEE8921) is known color: Carrot Orange. HEX triplet: EE, 89 and 21. RGB value is (238,137,33). Sum of RGB (Red+Green+Blue) = 238+137+33=408 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.33% from 408); Green value is 137 (53.91% from 255 or 33.58% from 408); Blue value is 33 (13.28% from 255 or 8.09% from 408); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8921 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE8921 is #1176DE. Grayscale: #9B9B9B. Windows color (decimal): -1144543 or 2197998. OLE color: 2197998.
HSL color Cylindrical-coordinate representation of color #EE8921: hue angle of 30.44º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EE8921 is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 137 | 33 | - |
| CMYK | 0 | 0.42 | 0.86 | 0.07 |
| HSL | 30.44º | 0.86% | 0.53% | - |
| HSV(B) | 30.44º | 0.86% | 0.93% | - |
| XYZ | 44.48 | 36.18 | 6.08 | - |
| YUV | 155.34 | 58.96 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 137 | 33 | 0 | 0.42 | 0.86 | 0.07 | 30.44 | 0.86 | 0.53 |
| Hex | EE | 89 | 21 | 0 | 2A | 56 | 7 | 1E | 56 | 35 |
| Octal | 356 | 211 | 41 | 0 | 52 | 126 | 7 | 36 | 126 | 65 |
| Binary | 11101110 | 10001001 | 100001 | 0 | 101010 | 1010110 | 111 | 11110 | 1010110 | 110101 |
Color Harmonies of #EE8921
Complementary color
Monochromatic Colors of #EE8921
Black with #EE8921
Text Example
Text Example
White with #EE8921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8921; }
p { color: rgb(238,137,33); }
H1.HeaderClassName
{
color: #EE8921;
}
.AnyTagClassName
{
color: #EE8921;
}
</style>
background-color css
<style>
a { background-color: #EE8921; }
a { background-color: rgb(238,137,33); }
div.DivClassName
{
background-color: #EE8921;
}
.BgClassName
{
background-color: #EE8921;
}
</style>
border-color css
<style>
span { border-color: #EE8921; }
span { border-color: rgb(238,137,33); }
td.TdClassName
{
border-color: #EE8921;
}
.TagClassName
{
border-color: #EE8921;
}
</style>