Shades of Carrot Orange #EE9919
Tints of Carrot Orange #EE9919
RGB
CMYK
RGB Variations
Color information
#EE9919 (or 0xEE9919) is known color: Carrot Orange. HEX triplet: EE, 99 and 19. RGB value is (238,153,25). Sum of RGB (Red+Green+Blue) = 238+153+25=416 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.21% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 25 (10.16% from 255 or 6.01% from 416); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9919 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9919 is #1166E6. Grayscale: #A4A4A4. Windows color (decimal): -1140455 or 1677806. OLE color: 1677806.
HSL color Cylindrical-coordinate representation of color #EE9919: hue angle of 36.06º 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 #EE9919 is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 153 | 25 | - |
| CMYK | 0 | 0.36 | 0.89 | 0.07 |
| HSL | 36.06º | 0.86% | 0.52% | - |
| HSV(B) | 36.06º | 0.89% | 0.93% | - |
| XYZ | 46.83 | 41.03 | 6.37 | - |
| YUV | 163.82 | 49.66 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 153 | 25 | 0 | 0.36 | 0.89 | 0.07 | 36.06 | 0.86 | 0.52 |
| Hex | EE | 99 | 19 | 0 | 24 | 59 | 7 | 24 | 56 | 34 |
| Octal | 356 | 231 | 31 | 0 | 44 | 131 | 7 | 44 | 126 | 64 |
| Binary | 11101110 | 10011001 | 11001 | 0 | 100100 | 1011001 | 111 | 100100 | 1010110 | 110100 |
Color Harmonies of #EE9919
Complementary color
Monochromatic Colors of #EE9919
Black with #EE9919
Text Example
Text Example
White with #EE9919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9919; }
p { color: rgb(238,153,25); }
H1.HeaderClassName
{
color: #EE9919;
}
.AnyTagClassName
{
color: #EE9919;
}
</style>
background-color css
<style>
a { background-color: #EE9919; }
a { background-color: rgb(238,153,25); }
div.DivClassName
{
background-color: #EE9919;
}
.BgClassName
{
background-color: #EE9919;
}
</style>
border-color css
<style>
span { border-color: #EE9919; }
span { border-color: rgb(238,153,25); }
td.TdClassName
{
border-color: #EE9919;
}
.TagClassName
{
border-color: #EE9919;
}
</style>