Shades of Persimmon #E85116
Tints of Persimmon #E85116
RGB
CMYK
RGB Variations
Color information
#E85116 (or 0xE85116) is known color: Persimmon. HEX triplet: E8, 51 and 16. RGB value is (232,81,22). Sum of RGB (Red+Green+Blue) = 232+81+22=335 (44% of max value = 765). Red value is 232 (91.02% from 255 or 69.25% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 22 (8.98% from 255 or 6.57% from 335); Max value from RGB is 232 - color contains mainly: red. Hex color #E85116 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85116 is #17AEE9. Grayscale: #777777. Windows color (decimal): -1552106 or 1462760. OLE color: 1462760.
HSL color Cylindrical-coordinate representation of color #E85116: hue angle of 16.86º 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 #E85116 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 81 | 22 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.09 |
| HSL | 16.86º | 0.83% | 0.5% | - |
| HSV(B) | 16.86º | 0.91% | 0.91% | - |
| XYZ | 36.37 | 23.1 | 3.3 | - |
| YUV | 119.42 | 73.03 | 208.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 81 | 22 | 0 | 0.65 | 0.91 | 0.09 | 16.86 | 0.83 | 0.5 |
| Hex | E8 | 51 | 16 | 0 | 41 | 5B | 9 | 11 | 53 | 32 |
| Octal | 350 | 121 | 26 | 0 | 101 | 133 | 11 | 21 | 123 | 62 |
| Binary | 11101000 | 1010001 | 10110 | 0 | 1000001 | 1011011 | 1001 | 10001 | 1010011 | 110010 |
Color Harmonies of #E85116
Complementary color
Monochromatic Colors of #E85116
Black with #E85116
Text Example
Text Example
White with #E85116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85116; }
p { color: rgb(232,81,22); }
H1.HeaderClassName
{
color: #E85116;
}
.AnyTagClassName
{
color: #E85116;
}
</style>
background-color css
<style>
a { background-color: #E85116; }
a { background-color: rgb(232,81,22); }
div.DivClassName
{
background-color: #E85116;
}
.BgClassName
{
background-color: #E85116;
}
</style>
border-color css
<style>
span { border-color: #E85116; }
span { border-color: rgb(232,81,22); }
td.TdClassName
{
border-color: #E85116;
}
.TagClassName
{
border-color: #E85116;
}
</style>