Shades of Carrot Orange #EE8919
Tints of Carrot Orange #EE8919
RGB
CMYK
RGB Variations
Color information
#EE8919 (or 0xEE8919) is known color: Carrot Orange. HEX triplet: EE, 89 and 19. RGB value is (238,137,25). Sum of RGB (Red+Green+Blue) = 238+137+25=400 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.5% from 400); Green value is 137 (53.91% from 255 or 34.25% from 400); Blue value is 25 (10.16% from 255 or 6.25% from 400); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8919 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE8919 is #1176E6. Grayscale: #9A9A9A. Windows color (decimal): -1144551 or 1673710. OLE color: 1673710.
HSL color Cylindrical-coordinate representation of color #EE8919: hue angle of 31.55º 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 #EE8919 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 137 | 25 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.07 |
| HSL | 31.55º | 0.86% | 0.52% | - |
| HSV(B) | 31.55º | 0.89% | 0.93% | - |
| XYZ | 44.38 | 36.14 | 5.56 | - |
| YUV | 154.43 | 54.96 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 137 | 25 | 0 | 0.42 | 0.89 | 0.07 | 31.55 | 0.86 | 0.52 |
| Hex | EE | 89 | 19 | 0 | 2A | 59 | 7 | 20 | 56 | 34 |
| Octal | 356 | 211 | 31 | 0 | 52 | 131 | 7 | 40 | 126 | 64 |
| Binary | 11101110 | 10001001 | 11001 | 0 | 101010 | 1011001 | 111 | 100000 | 1010110 | 110100 |
Color Harmonies of #EE8919
Complementary color
Monochromatic Colors of #EE8919
Black with #EE8919
Text Example
Text Example
White with #EE8919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8919; }
p { color: rgb(238,137,25); }
H1.HeaderClassName
{
color: #EE8919;
}
.AnyTagClassName
{
color: #EE8919;
}
</style>
background-color css
<style>
a { background-color: #EE8919; }
a { background-color: rgb(238,137,25); }
div.DivClassName
{
background-color: #EE8919;
}
.BgClassName
{
background-color: #EE8919;
}
</style>
border-color css
<style>
span { border-color: #EE8919; }
span { border-color: rgb(238,137,25); }
td.TdClassName
{
border-color: #EE8919;
}
.TagClassName
{
border-color: #EE8919;
}
</style>