Shades of Persimmon #E85E16
Tints of Persimmon #E85E16
RGB
CMYK
RGB Variations
Color information
#E85E16 (or 0xE85E16) is known color: Persimmon. HEX triplet: E8, 5E and 16. RGB value is (232,94,22). Sum of RGB (Red+Green+Blue) = 232+94+22=348 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.67% from 348); Green value is 94 (37.11% from 255 or 27.01% from 348); Blue value is 22 (8.98% from 255 or 6.32% from 348); Max value from RGB is 232 - color contains mainly: red. Hex color #E85E16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85E16 is #17A1E9. Grayscale: #7F7F7F. Windows color (decimal): -1548778 or 1466088. OLE color: 1466088.
HSL color Cylindrical-coordinate representation of color #E85E16: hue angle of 20.57º 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 #E85E16 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 94 | 22 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.09 |
| HSL | 20.57º | 0.83% | 0.5% | - |
| HSV(B) | 20.57º | 0.91% | 0.91% | - |
| XYZ | 37.43 | 25.22 | 3.65 | - |
| YUV | 127.05 | 68.72 | 202.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 94 | 22 | 0 | 0.59 | 0.91 | 0.09 | 20.57 | 0.83 | 0.5 |
| Hex | E8 | 5E | 16 | 0 | 3B | 5B | 9 | 15 | 53 | 32 |
| Octal | 350 | 136 | 26 | 0 | 73 | 133 | 11 | 25 | 123 | 62 |
| Binary | 11101000 | 1011110 | 10110 | 0 | 111011 | 1011011 | 1001 | 10101 | 1010011 | 110010 |
Color Harmonies of #E85E16
Complementary color
Monochromatic Colors of #E85E16
Black with #E85E16
Text Example
Text Example
White with #E85E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85E16; }
p { color: rgb(232,94,22); }
H1.HeaderClassName
{
color: #E85E16;
}
.AnyTagClassName
{
color: #E85E16;
}
</style>
background-color css
<style>
a { background-color: #E85E16; }
a { background-color: rgb(232,94,22); }
div.DivClassName
{
background-color: #E85E16;
}
.BgClassName
{
background-color: #E85E16;
}
</style>
border-color css
<style>
span { border-color: #E85E16; }
span { border-color: rgb(232,94,22); }
td.TdClassName
{
border-color: #E85E16;
}
.TagClassName
{
border-color: #E85E16;
}
</style>