Shades of Carrot Orange #EE8119
Tints of Carrot Orange #EE8119
RGB
CMYK
RGB Variations
Color information
#EE8119 (or 0xEE8119) is known color: Carrot Orange. HEX triplet: EE, 81 and 19. RGB value is (238,129,25). Sum of RGB (Red+Green+Blue) = 238+129+25=392 (51% of max value = 765). Red value is 238 (93.36% from 255 or 60.71% from 392); Green value is 129 (50.78% from 255 or 32.91% from 392); Blue value is 25 (10.16% from 255 or 6.38% from 392); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8119 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE8119 is #117EE6. Grayscale: #969696. Windows color (decimal): -1146599 or 1671662. OLE color: 1671662.
HSL color Cylindrical-coordinate representation of color #EE8119: hue angle of 29.3º 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 #EE8119 is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 129 | 25 | - |
| CMYK | 0 | 0.46 | 0.89 | 0.07 |
| HSL | 29.3º | 0.86% | 0.52% | - |
| HSV(B) | 29.3º | 0.89% | 0.93% | - |
| XYZ | 43.29 | 33.95 | 5.19 | - |
| YUV | 149.74 | 57.61 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 129 | 25 | 0 | 0.46 | 0.89 | 0.07 | 29.3 | 0.86 | 0.52 |
| Hex | EE | 81 | 19 | 0 | 2E | 59 | 7 | 1D | 56 | 34 |
| Octal | 356 | 201 | 31 | 0 | 56 | 131 | 7 | 35 | 126 | 64 |
| Binary | 11101110 | 10000001 | 11001 | 0 | 101110 | 1011001 | 111 | 11101 | 1010110 | 110100 |
Color Harmonies of #EE8119
Complementary color
Monochromatic Colors of #EE8119
Black with #EE8119
Text Example
Text Example
White with #EE8119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8119; }
p { color: rgb(238,129,25); }
H1.HeaderClassName
{
color: #EE8119;
}
.AnyTagClassName
{
color: #EE8119;
}
</style>
background-color css
<style>
a { background-color: #EE8119; }
a { background-color: rgb(238,129,25); }
div.DivClassName
{
background-color: #EE8119;
}
.BgClassName
{
background-color: #EE8119;
}
</style>
border-color css
<style>
span { border-color: #EE8119; }
span { border-color: rgb(238,129,25); }
td.TdClassName
{
border-color: #EE8119;
}
.TagClassName
{
border-color: #EE8119;
}
</style>