Shades of Carrot Orange #EE9011
Tints of Carrot Orange #EE9011
RGB
CMYK
RGB Variations
Color information
#EE9011 (or 0xEE9011) is known color: Carrot Orange. HEX triplet: EE, 90 and 11. RGB value is (238,144,17). Sum of RGB (Red+Green+Blue) = 238+144+17=399 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.65% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 17 (7.03% from 255 or 4.26% from 399); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9011 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9011 is #116FEE. Grayscale: #9E9E9E. Windows color (decimal): -1142767 or 1151214. OLE color: 1151214.
HSL color Cylindrical-coordinate representation of color #EE9011: hue angle of 34.48º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EE9011 is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 144 | 17 | - |
| CMYK | 0 | 0.39 | 0.93 | 0.07 |
| HSL | 34.48º | 0.87% | 0.5% | - |
| HSV(B) | 34.48º | 0.93% | 0.93% | - |
| XYZ | 45.33 | 38.16 | 5.51 | - |
| YUV | 157.63 | 48.64 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 144 | 17 | 0 | 0.39 | 0.93 | 0.07 | 34.48 | 0.87 | 0.5 |
| Hex | EE | 90 | 11 | 0 | 27 | 5D | 7 | 22 | 57 | 32 |
| Octal | 356 | 220 | 21 | 0 | 47 | 135 | 7 | 42 | 127 | 62 |
| Binary | 11101110 | 10010000 | 10001 | 0 | 100111 | 1011101 | 111 | 100010 | 1010111 | 110010 |
Color Harmonies of #EE9011
Complementary color
Monochromatic Colors of #EE9011
Black with #EE9011
Text Example
Text Example
White with #EE9011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9011; }
p { color: rgb(238,144,17); }
H1.HeaderClassName
{
color: #EE9011;
}
.AnyTagClassName
{
color: #EE9011;
}
</style>
background-color css
<style>
a { background-color: #EE9011; }
a { background-color: rgb(238,144,17); }
div.DivClassName
{
background-color: #EE9011;
}
.BgClassName
{
background-color: #EE9011;
}
</style>
border-color css
<style>
span { border-color: #EE9011; }
span { border-color: rgb(238,144,17); }
td.TdClassName
{
border-color: #EE9011;
}
.TagClassName
{
border-color: #EE9011;
}
</style>