Shades of Carrot Orange #EE9320
Tints of Carrot Orange #EE9320
RGB
CMYK
RGB Variations
Color information
#EE9320 (or 0xEE9320) is known color: Carrot Orange. HEX triplet: EE, 93 and 20. RGB value is (238,147,32). Sum of RGB (Red+Green+Blue) = 238+147+32=417 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.07% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 32 (12.89% from 255 or 7.67% from 417); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9320 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE9320 is #116CDF. Grayscale: #A1A1A1. Windows color (decimal): -1141984 or 2135022. OLE color: 2135022.
HSL color Cylindrical-coordinate representation of color #EE9320: hue angle of 33.5º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE9320 is Cyan = 0, Magento = 0.38, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 147 | 32 | - |
| CMYK | 0 | 0.38 | 0.87 | 0.07 |
| HSL | 33.5º | 0.86% | 0.53% | - |
| HSV(B) | 33.5º | 0.87% | 0.93% | - |
| XYZ | 45.95 | 39.15 | 6.5 | - |
| YUV | 161.1 | 55.15 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 147 | 32 | 0 | 0.38 | 0.87 | 0.07 | 33.5 | 0.86 | 0.53 |
| Hex | EE | 93 | 20 | 0 | 26 | 57 | 7 | 21 | 56 | 35 |
| Octal | 356 | 223 | 40 | 0 | 46 | 127 | 7 | 41 | 126 | 65 |
| Binary | 11101110 | 10010011 | 100000 | 0 | 100110 | 1010111 | 111 | 100001 | 1010110 | 110101 |
Color Harmonies of #EE9320
Complementary color
Monochromatic Colors of #EE9320
Black with #EE9320
Text Example
Text Example
White with #EE9320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9320; }
p { color: rgb(238,147,32); }
H1.HeaderClassName
{
color: #EE9320;
}
.AnyTagClassName
{
color: #EE9320;
}
</style>
background-color css
<style>
a { background-color: #EE9320; }
a { background-color: rgb(238,147,32); }
div.DivClassName
{
background-color: #EE9320;
}
.BgClassName
{
background-color: #EE9320;
}
</style>
border-color css
<style>
span { border-color: #EE9320; }
span { border-color: rgb(238,147,32); }
td.TdClassName
{
border-color: #EE9320;
}
.TagClassName
{
border-color: #EE9320;
}
</style>