Shades of Persimmon #E85B16
Tints of Persimmon #E85B16
RGB
CMYK
RGB Variations
Color information
#E85B16 (or 0xE85B16) is known color: Persimmon. HEX triplet: E8, 5B and 16. RGB value is (232,91,22). Sum of RGB (Red+Green+Blue) = 232+91+22=345 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.25% from 345); Green value is 91 (35.94% from 255 or 26.38% from 345); Blue value is 22 (8.98% from 255 or 6.38% from 345); Max value from RGB is 232 - color contains mainly: red. Hex color #E85B16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85B16 is #17A4E9. Grayscale: #7D7D7D. Windows color (decimal): -1549546 or 1465320. OLE color: 1465320.
HSL color Cylindrical-coordinate representation of color #E85B16: hue angle of 19.71º 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 #E85B16 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 91 | 22 | - |
| CMYK | 0 | 0.61 | 0.91 | 0.09 |
| HSL | 19.71º | 0.83% | 0.5% | - |
| HSV(B) | 19.71º | 0.91% | 0.91% | - |
| XYZ | 37.16 | 24.7 | 3.57 | - |
| YUV | 125.29 | 69.71 | 204.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 91 | 22 | 0 | 0.61 | 0.91 | 0.09 | 19.71 | 0.83 | 0.5 |
| Hex | E8 | 5B | 16 | 0 | 3D | 5B | 9 | 14 | 53 | 32 |
| Octal | 350 | 133 | 26 | 0 | 75 | 133 | 11 | 24 | 123 | 62 |
| Binary | 11101000 | 1011011 | 10110 | 0 | 111101 | 1011011 | 1001 | 10100 | 1010011 | 110010 |
Color Harmonies of #E85B16
Complementary color
Monochromatic Colors of #E85B16
Black with #E85B16
Text Example
Text Example
White with #E85B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85B16; }
p { color: rgb(232,91,22); }
H1.HeaderClassName
{
color: #E85B16;
}
.AnyTagClassName
{
color: #E85B16;
}
</style>
background-color css
<style>
a { background-color: #E85B16; }
a { background-color: rgb(232,91,22); }
div.DivClassName
{
background-color: #E85B16;
}
.BgClassName
{
background-color: #E85B16;
}
</style>
border-color css
<style>
span { border-color: #E85B16; }
span { border-color: rgb(232,91,22); }
td.TdClassName
{
border-color: #E85B16;
}
.TagClassName
{
border-color: #E85B16;
}
</style>