Shades of Carrot Orange #EE9119
Tints of Carrot Orange #EE9119
RGB
CMYK
RGB Variations
Color information
#EE9119 (or 0xEE9119) is known color: Carrot Orange. HEX triplet: EE, 91 and 19. RGB value is (238,145,25). Sum of RGB (Red+Green+Blue) = 238+145+25=408 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.33% from 408); Green value is 145 (57.03% from 255 or 35.54% from 408); Blue value is 25 (10.16% from 255 or 6.13% from 408); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9119 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9119 is #116EE6. Grayscale: #9F9F9F. Windows color (decimal): -1142503 or 1675758. OLE color: 1675758.
HSL color Cylindrical-coordinate representation of color #EE9119: hue angle of 33.8º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE9119 is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 145 | 25 | - |
| CMYK | 0 | 0.39 | 0.89 | 0.07 |
| HSL | 33.8º | 0.86% | 0.52% | - |
| HSV(B) | 33.8º | 0.89% | 0.93% | - |
| XYZ | 45.56 | 38.5 | 5.95 | - |
| YUV | 159.13 | 52.31 | 184.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 145 | 25 | 0 | 0.39 | 0.89 | 0.07 | 33.8 | 0.86 | 0.52 |
| Hex | EE | 91 | 19 | 0 | 27 | 59 | 7 | 22 | 56 | 34 |
| Octal | 356 | 221 | 31 | 0 | 47 | 131 | 7 | 42 | 126 | 64 |
| Binary | 11101110 | 10010001 | 11001 | 0 | 100111 | 1011001 | 111 | 100010 | 1010110 | 110100 |
Color Harmonies of #EE9119
Complementary color
Monochromatic Colors of #EE9119
Black with #EE9119
Text Example
Text Example
White with #EE9119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9119; }
p { color: rgb(238,145,25); }
H1.HeaderClassName
{
color: #EE9119;
}
.AnyTagClassName
{
color: #EE9119;
}
</style>
background-color css
<style>
a { background-color: #EE9119; }
a { background-color: rgb(238,145,25); }
div.DivClassName
{
background-color: #EE9119;
}
.BgClassName
{
background-color: #EE9119;
}
</style>
border-color css
<style>
span { border-color: #EE9119; }
span { border-color: rgb(238,145,25); }
td.TdClassName
{
border-color: #EE9119;
}
.TagClassName
{
border-color: #EE9119;
}
</style>