Shades of Persimmon #E86000
Tints of Persimmon #E86000
RGB
CMYK
RGB Variations
Color information
#E86000 (or 0xE86000) is known color: Persimmon. HEX triplet: E8, 60 and 00. RGB value is (232,96,0). Sum of RGB (Red+Green+Blue) = 232+96+0=328 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.73% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 0 (0.39% from 255 or 0% from 328); Max value from RGB is 232 - color contains mainly: red. Hex color #E86000 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E86000 is #179FFF. Grayscale: #7E7E7E. Windows color (decimal): -1548288 or 24808. OLE color: 24808.
HSL color Cylindrical-coordinate representation of color #E86000: hue angle of 24.83º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E86000 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 96 | 0 | - |
| CMYK | 0 | 0.59 | 1 | 0.09 |
| HSL | 24.83º | 1% | 0.45% | - |
| HSV(B) | 24.83º | 1% | 0.91% | - |
| XYZ | 37.46 | 25.52 | 2.95 | - |
| YUV | 125.72 | 57.06 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 96 | 0 | 0 | 0.59 | 1 | 0.09 | 24.83 | 1 | 0.45 |
| Hex | E8 | 60 | 0 | 0 | 3B | 64 | 9 | 19 | 64 | 2D |
| Octal | 350 | 140 | 0 | 0 | 73 | 144 | 11 | 31 | 144 | 55 |
| Binary | 11101000 | 1100000 | 0 | 0 | 111011 | 1100100 | 1001 | 11001 | 1100100 | 101101 |
Color Harmonies of #E86000
Complementary color
Monochromatic Colors of #E86000
Black with #E86000
Text Example
Text Example
White with #E86000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86000; }
p { color: rgb(232,96,0); }
H1.HeaderClassName
{
color: #E86000;
}
.AnyTagClassName
{
color: #E86000;
}
</style>
background-color css
<style>
a { background-color: #E86000; }
a { background-color: rgb(232,96,0); }
div.DivClassName
{
background-color: #E86000;
}
.BgClassName
{
background-color: #E86000;
}
</style>
border-color css
<style>
span { border-color: #E86000; }
span { border-color: rgb(232,96,0); }
td.TdClassName
{
border-color: #E86000;
}
.TagClassName
{
border-color: #E86000;
}
</style>