Shades of Carrot Orange #E88014
Tints of Carrot Orange #E88014
RGB
CMYK
RGB Variations
Color information
#E88014 (or 0xE88014) is known color: Carrot Orange. HEX triplet: E8, 80 and 14. RGB value is (232,128,20). Sum of RGB (Red+Green+Blue) = 232+128+20=380 (50% of max value = 765). Red value is 232 (91.02% from 255 or 61.05% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 20 (8.20% from 255 or 5.26% from 380); Max value from RGB is 232 - color contains mainly: red. Hex color #E88014 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E88014 is #177FEB. Grayscale: #939393. Windows color (decimal): -1540076 or 1343720. OLE color: 1343720.
HSL color Cylindrical-coordinate representation of color #E88014: hue angle of 30.57º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E88014 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 128 | 20 | - |
| CMYK | 0 | 0.45 | 0.91 | 0.09 |
| HSL | 30.57º | 0.84% | 0.49% | - |
| HSV(B) | 30.57º | 0.91% | 0.91% | - |
| XYZ | 41.12 | 32.64 | 4.8 | - |
| YUV | 146.78 | 56.46 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 128 | 20 | 0 | 0.45 | 0.91 | 0.09 | 30.57 | 0.84 | 0.49 |
| Hex | E8 | 80 | 14 | 0 | 2D | 5B | 9 | 1F | 54 | 31 |
| Octal | 350 | 200 | 24 | 0 | 55 | 133 | 11 | 37 | 124 | 61 |
| Binary | 11101000 | 10000000 | 10100 | 0 | 101101 | 1011011 | 1001 | 11111 | 1010100 | 110001 |
Color Harmonies of #E88014
Complementary color
Monochromatic Colors of #E88014
Black with #E88014
Text Example
Text Example
White with #E88014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88014; }
p { color: rgb(232,128,20); }
H1.HeaderClassName
{
color: #E88014;
}
.AnyTagClassName
{
color: #E88014;
}
</style>
background-color css
<style>
a { background-color: #E88014; }
a { background-color: rgb(232,128,20); }
div.DivClassName
{
background-color: #E88014;
}
.BgClassName
{
background-color: #E88014;
}
</style>
border-color css
<style>
span { border-color: #E88014; }
span { border-color: rgb(232,128,20); }
td.TdClassName
{
border-color: #E88014;
}
.TagClassName
{
border-color: #E88014;
}
</style>