Shades of Carrot Orange #EE8B19
Tints of Carrot Orange #EE8B19
RGB
CMYK
RGB Variations
Color information
#EE8B19 (or 0xEE8B19) is known color: Carrot Orange. HEX triplet: EE, 8B and 19. RGB value is (238,139,25). Sum of RGB (Red+Green+Blue) = 238+139+25=402 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.20% from 402); Green value is 139 (54.69% from 255 or 34.58% from 402); Blue value is 25 (10.16% from 255 or 6.22% from 402); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8B19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE8B19 is #1174E6. Grayscale: #9C9C9C. Windows color (decimal): -1144039 or 1674222. OLE color: 1674222.
HSL color Cylindrical-coordinate representation of color #EE8B19: hue angle of 32.11º 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 #EE8B19 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 139 | 25 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.07 |
| HSL | 32.11º | 0.86% | 0.52% | - |
| HSV(B) | 32.11º | 0.89% | 0.93% | - |
| XYZ | 44.67 | 36.71 | 5.65 | - |
| YUV | 155.61 | 54.3 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 139 | 25 | 0 | 0.42 | 0.89 | 0.07 | 32.11 | 0.86 | 0.52 |
| Hex | EE | 8B | 19 | 0 | 2A | 59 | 7 | 20 | 56 | 34 |
| Octal | 356 | 213 | 31 | 0 | 52 | 131 | 7 | 40 | 126 | 64 |
| Binary | 11101110 | 10001011 | 11001 | 0 | 101010 | 1011001 | 111 | 100000 | 1010110 | 110100 |
Color Harmonies of #EE8B19
Complementary color
Monochromatic Colors of #EE8B19
Black with #EE8B19
Text Example
Text Example
White with #EE8B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8B19; }
p { color: rgb(238,139,25); }
H1.HeaderClassName
{
color: #EE8B19;
}
.AnyTagClassName
{
color: #EE8B19;
}
</style>
background-color css
<style>
a { background-color: #EE8B19; }
a { background-color: rgb(238,139,25); }
div.DivClassName
{
background-color: #EE8B19;
}
.BgClassName
{
background-color: #EE8B19;
}
</style>
border-color css
<style>
span { border-color: #EE8B19; }
span { border-color: rgb(238,139,25); }
td.TdClassName
{
border-color: #EE8B19;
}
.TagClassName
{
border-color: #EE8B19;
}
</style>