Shades of Persimmon #E86016
Tints of Persimmon #E86016
RGB
CMYK
RGB Variations
Color information
#E86016 (or 0xE86016) is known color: Persimmon. HEX triplet: E8, 60 and 16. RGB value is (232,96,22). Sum of RGB (Red+Green+Blue) = 232+96+22=350 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.29% from 350); Green value is 96 (37.89% from 255 or 27.43% from 350); Blue value is 22 (8.98% from 255 or 6.29% from 350); Max value from RGB is 232 - color contains mainly: red. Hex color #E86016 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E86016 is #179FE9. Grayscale: #808080. Windows color (decimal): -1548266 or 1466600. OLE color: 1466600.
HSL color Cylindrical-coordinate representation of color #E86016: hue angle of 21.14º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E86016 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 96 | 22 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.09 |
| HSL | 21.14º | 0.83% | 0.5% | - |
| HSV(B) | 21.14º | 0.91% | 0.91% | - |
| XYZ | 37.61 | 25.58 | 3.71 | - |
| YUV | 128.23 | 68.06 | 202.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 96 | 22 | 0 | 0.59 | 0.91 | 0.09 | 21.14 | 0.83 | 0.5 |
| Hex | E8 | 60 | 16 | 0 | 3B | 5B | 9 | 15 | 53 | 32 |
| Octal | 350 | 140 | 26 | 0 | 73 | 133 | 11 | 25 | 123 | 62 |
| Binary | 11101000 | 1100000 | 10110 | 0 | 111011 | 1011011 | 1001 | 10101 | 1010011 | 110010 |
Color Harmonies of #E86016
Complementary color
Monochromatic Colors of #E86016
Black with #E86016
Text Example
Text Example
White with #E86016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86016; }
p { color: rgb(232,96,22); }
H1.HeaderClassName
{
color: #E86016;
}
.AnyTagClassName
{
color: #E86016;
}
</style>
background-color css
<style>
a { background-color: #E86016; }
a { background-color: rgb(232,96,22); }
div.DivClassName
{
background-color: #E86016;
}
.BgClassName
{
background-color: #E86016;
}
</style>
border-color css
<style>
span { border-color: #E86016; }
span { border-color: rgb(232,96,22); }
td.TdClassName
{
border-color: #E86016;
}
.TagClassName
{
border-color: #E86016;
}
</style>