Shades of Persimmon #E86017
Tints of Persimmon #E86017
RGB
CMYK
RGB Variations
Color information
#E86017 (or 0xE86017) is known color: Persimmon. HEX triplet: E8, 60 and 17. RGB value is (232,96,23). Sum of RGB (Red+Green+Blue) = 232+96+23=351 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.10% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 23 (9.38% from 255 or 6.55% from 351); Max value from RGB is 232 - color contains mainly: red. Hex color #E86017 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E86017 is #179FE8. Grayscale: #808080. Windows color (decimal): -1548265 or 1532136. OLE color: 1532136.
HSL color Cylindrical-coordinate representation of color #E86017: hue angle of 20.96º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E86017 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 96 | 23 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.09 |
| HSL | 20.96º | 0.82% | 0.5% | - |
| HSV(B) | 20.96º | 0.9% | 0.91% | - |
| XYZ | 37.62 | 25.58 | 3.77 | - |
| YUV | 128.34 | 68.56 | 201.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 96 | 23 | 0 | 0.59 | 0.90 | 0.09 | 20.96 | 0.82 | 0.5 |
| Hex | E8 | 60 | 17 | 0 | 3B | 5A | 9 | 15 | 52 | 32 |
| Octal | 350 | 140 | 27 | 0 | 73 | 132 | 11 | 25 | 122 | 62 |
| Binary | 11101000 | 1100000 | 10111 | 0 | 111011 | 1011010 | 1001 | 10101 | 1010010 | 110010 |
Color Harmonies of #E86017
Complementary color
Monochromatic Colors of #E86017
Black with #E86017
Text Example
Text Example
White with #E86017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86017; }
p { color: rgb(232,96,23); }
H1.HeaderClassName
{
color: #E86017;
}
.AnyTagClassName
{
color: #E86017;
}
</style>
background-color css
<style>
a { background-color: #E86017; }
a { background-color: rgb(232,96,23); }
div.DivClassName
{
background-color: #E86017;
}
.BgClassName
{
background-color: #E86017;
}
</style>
border-color css
<style>
span { border-color: #E86017; }
span { border-color: rgb(232,96,23); }
td.TdClassName
{
border-color: #E86017;
}
.TagClassName
{
border-color: #E86017;
}
</style>