Shades of Carrot Orange #EE8A19
Tints of Carrot Orange #EE8A19
RGB
CMYK
RGB Variations
Color information
#EE8A19 (or 0xEE8A19) is known color: Carrot Orange. HEX triplet: EE, 8A and 19. RGB value is (238,138,25). Sum of RGB (Red+Green+Blue) = 238+138+25=401 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.35% from 401); Green value is 138 (54.30% from 255 or 34.41% from 401); Blue value is 25 (10.16% from 255 or 6.23% from 401); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8A19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE8A19 is #1175E6. Grayscale: #9B9B9B. Windows color (decimal): -1144295 or 1673966. OLE color: 1673966.
HSL color Cylindrical-coordinate representation of color #EE8A19: hue angle of 31.83º 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 #EE8A19 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 138 | 25 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.07 |
| HSL | 31.83º | 0.86% | 0.52% | - |
| HSV(B) | 31.83º | 0.89% | 0.93% | - |
| XYZ | 44.52 | 36.42 | 5.6 | - |
| YUV | 155.02 | 54.63 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 138 | 25 | 0 | 0.42 | 0.89 | 0.07 | 31.83 | 0.86 | 0.52 |
| Hex | EE | 8A | 19 | 0 | 2A | 59 | 7 | 20 | 56 | 34 |
| Octal | 356 | 212 | 31 | 0 | 52 | 131 | 7 | 40 | 126 | 64 |
| Binary | 11101110 | 10001010 | 11001 | 0 | 101010 | 1011001 | 111 | 100000 | 1010110 | 110100 |
Color Harmonies of #EE8A19
Complementary color
Monochromatic Colors of #EE8A19
Black with #EE8A19
Text Example
Text Example
White with #EE8A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8A19; }
p { color: rgb(238,138,25); }
H1.HeaderClassName
{
color: #EE8A19;
}
.AnyTagClassName
{
color: #EE8A19;
}
</style>
background-color css
<style>
a { background-color: #EE8A19; }
a { background-color: rgb(238,138,25); }
div.DivClassName
{
background-color: #EE8A19;
}
.BgClassName
{
background-color: #EE8A19;
}
</style>
border-color css
<style>
span { border-color: #EE8A19; }
span { border-color: rgb(238,138,25); }
td.TdClassName
{
border-color: #EE8A19;
}
.TagClassName
{
border-color: #EE8A19;
}
</style>