Shades of Persimmon #E85516
Tints of Persimmon #E85516
RGB
CMYK
RGB Variations
Color information
#E85516 (or 0xE85516) is known color: Persimmon. HEX triplet: E8, 55 and 16. RGB value is (232,85,22). Sum of RGB (Red+Green+Blue) = 232+85+22=339 (44% of max value = 765). Red value is 232 (91.02% from 255 or 68.44% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 22 (8.98% from 255 or 6.49% from 339); Max value from RGB is 232 - color contains mainly: red. Hex color #E85516 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85516 is #17AAE9. Grayscale: #7A7A7A. Windows color (decimal): -1551082 or 1463784. OLE color: 1463784.
HSL color Cylindrical-coordinate representation of color #E85516: hue angle of 18º 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 #E85516 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 85 | 22 | - |
| CMYK | 0 | 0.63 | 0.91 | 0.09 |
| HSL | 18º | 0.83% | 0.5% | - |
| HSV(B) | 18º | 0.91% | 0.91% | - |
| XYZ | 36.67 | 23.71 | 3.4 | - |
| YUV | 121.77 | 71.7 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 85 | 22 | 0 | 0.63 | 0.91 | 0.09 | 18 | 0.83 | 0.5 |
| Hex | E8 | 55 | 16 | 0 | 3F | 5B | 9 | 12 | 53 | 32 |
| Octal | 350 | 125 | 26 | 0 | 77 | 133 | 11 | 22 | 123 | 62 |
| Binary | 11101000 | 1010101 | 10110 | 0 | 111111 | 1011011 | 1001 | 10010 | 1010011 | 110010 |
Color Harmonies of #E85516
Complementary color
Monochromatic Colors of #E85516
Black with #E85516
Text Example
Text Example
White with #E85516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85516; }
p { color: rgb(232,85,22); }
H1.HeaderClassName
{
color: #E85516;
}
.AnyTagClassName
{
color: #E85516;
}
</style>
background-color css
<style>
a { background-color: #E85516; }
a { background-color: rgb(232,85,22); }
div.DivClassName
{
background-color: #E85516;
}
.BgClassName
{
background-color: #E85516;
}
</style>
border-color css
<style>
span { border-color: #E85516; }
span { border-color: rgb(232,85,22); }
td.TdClassName
{
border-color: #E85516;
}
.TagClassName
{
border-color: #E85516;
}
</style>