Shades of Persimmon #E85B10
Tints of Persimmon #E85B10
RGB
CMYK
RGB Variations
Color information
#E85B10 (or 0xE85B10) is known color: Persimmon. HEX triplet: E8, 5B and 10. RGB value is (232,91,16). Sum of RGB (Red+Green+Blue) = 232+91+16=339 (44% of max value = 765). Red value is 232 (91.02% from 255 or 68.44% from 339); Green value is 91 (35.94% from 255 or 26.84% from 339); Blue value is 16 (6.64% from 255 or 4.72% from 339); Max value from RGB is 232 - color contains mainly: red. Hex color #E85B10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85B10 is #17A4EF. Grayscale: #7D7D7D. Windows color (decimal): -1549552 or 1072104. OLE color: 1072104.
HSL color Cylindrical-coordinate representation of color #E85B10: hue angle of 20.83º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E85B10 is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 91 | 16 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.09 |
| HSL | 20.83º | 0.87% | 0.49% | - |
| HSV(B) | 20.83º | 0.93% | 0.91% | - |
| XYZ | 37.11 | 24.68 | 3.3 | - |
| YUV | 124.61 | 66.71 | 204.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 91 | 16 | 0 | 0.61 | 0.93 | 0.09 | 20.83 | 0.87 | 0.49 |
| Hex | E8 | 5B | 10 | 0 | 3D | 5D | 9 | 15 | 57 | 31 |
| Octal | 350 | 133 | 20 | 0 | 75 | 135 | 11 | 25 | 127 | 61 |
| Binary | 11101000 | 1011011 | 10000 | 0 | 111101 | 1011101 | 1001 | 10101 | 1010111 | 110001 |
Color Harmonies of #E85B10
Complementary color
Monochromatic Colors of #E85B10
Black with #E85B10
Text Example
Text Example
White with #E85B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85B10; }
p { color: rgb(232,91,16); }
H1.HeaderClassName
{
color: #E85B10;
}
.AnyTagClassName
{
color: #E85B10;
}
</style>
background-color css
<style>
a { background-color: #E85B10; }
a { background-color: rgb(232,91,16); }
div.DivClassName
{
background-color: #E85B10;
}
.BgClassName
{
background-color: #E85B10;
}
</style>
border-color css
<style>
span { border-color: #E85B10; }
span { border-color: rgb(232,91,16); }
td.TdClassName
{
border-color: #E85B10;
}
.TagClassName
{
border-color: #E85B10;
}
</style>