Shades of Carrot Orange #EE911C
Tints of Carrot Orange #EE911C
RGB
CMYK
RGB Variations
Color information
#EE911C (or 0xEE911C) is known color: Carrot Orange. HEX triplet: EE, 91 and 1C. RGB value is (238,145,28). Sum of RGB (Red+Green+Blue) = 238+145+28=411 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.91% from 411); Green value is 145 (57.03% from 255 or 35.28% from 411); Blue value is 28 (11.33% from 255 or 6.81% from 411); Max value from RGB is 238 - color contains mainly: red. Hex color #EE911C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE911C is #116EE3. Grayscale: #A0A0A0. Windows color (decimal): -1142500 or 1872366. OLE color: 1872366.
HSL color Cylindrical-coordinate representation of color #EE911C: hue angle of 33.43º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EE911C is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 145 | 28 | - |
| CMYK | 0 | 0.39 | 0.88 | 0.07 |
| HSL | 33.43º | 0.86% | 0.52% | - |
| HSV(B) | 33.43º | 0.88% | 0.93% | - |
| XYZ | 45.59 | 38.51 | 6.13 | - |
| YUV | 159.47 | 53.81 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 145 | 28 | 0 | 0.39 | 0.88 | 0.07 | 33.43 | 0.86 | 0.52 |
| Hex | EE | 91 | 1C | 0 | 27 | 58 | 7 | 21 | 56 | 34 |
| Octal | 356 | 221 | 34 | 0 | 47 | 130 | 7 | 41 | 126 | 64 |
| Binary | 11101110 | 10010001 | 11100 | 0 | 100111 | 1011000 | 111 | 100001 | 1010110 | 110100 |
Color Harmonies of #EE911C
Complementary color
Monochromatic Colors of #EE911C
Black with #EE911C
Text Example
Text Example
White with #EE911C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE911C; }
p { color: rgb(238,145,28); }
H1.HeaderClassName
{
color: #EE911C;
}
.AnyTagClassName
{
color: #EE911C;
}
</style>
background-color css
<style>
a { background-color: #EE911C; }
a { background-color: rgb(238,145,28); }
div.DivClassName
{
background-color: #EE911C;
}
.BgClassName
{
background-color: #EE911C;
}
</style>
border-color css
<style>
span { border-color: #EE911C; }
span { border-color: rgb(238,145,28); }
td.TdClassName
{
border-color: #EE911C;
}
.TagClassName
{
border-color: #EE911C;
}
</style>