Shades of Persimmon #E85B11
Tints of Persimmon #E85B11
RGB
CMYK
RGB Variations
Color information
#E85B11 (or 0xE85B11) is known color: Persimmon. HEX triplet: E8, 5B and 11. RGB value is (232,91,17). Sum of RGB (Red+Green+Blue) = 232+91+17=340 (45% of max value = 765). Red value is 232 (91.02% from 255 or 68.24% from 340); Green value is 91 (35.94% from 255 or 26.76% from 340); Blue value is 17 (7.03% from 255 or 5% from 340); Max value from RGB is 232 - color contains mainly: red. Hex color #E85B11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85B11 is #17A4EE. Grayscale: #7D7D7D. Windows color (decimal): -1549551 or 1137640. OLE color: 1137640.
HSL color Cylindrical-coordinate representation of color #E85B11: hue angle of 20.65º degrees, saturation: 0.86, 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 #E85B11 is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 91 | 17 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.09 |
| HSL | 20.65º | 0.86% | 0.49% | - |
| HSV(B) | 20.65º | 0.93% | 0.91% | - |
| XYZ | 37.12 | 24.68 | 3.34 | - |
| YUV | 124.72 | 67.21 | 204.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 91 | 17 | 0 | 0.61 | 0.93 | 0.09 | 20.65 | 0.86 | 0.49 |
| Hex | E8 | 5B | 11 | 0 | 3D | 5D | 9 | 15 | 56 | 31 |
| Octal | 350 | 133 | 21 | 0 | 75 | 135 | 11 | 25 | 126 | 61 |
| Binary | 11101000 | 1011011 | 10001 | 0 | 111101 | 1011101 | 1001 | 10101 | 1010110 | 110001 |
Color Harmonies of #E85B11
Complementary color
Monochromatic Colors of #E85B11
Black with #E85B11
Text Example
Text Example
White with #E85B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85B11; }
p { color: rgb(232,91,17); }
H1.HeaderClassName
{
color: #E85B11;
}
.AnyTagClassName
{
color: #E85B11;
}
</style>
background-color css
<style>
a { background-color: #E85B11; }
a { background-color: rgb(232,91,17); }
div.DivClassName
{
background-color: #E85B11;
}
.BgClassName
{
background-color: #E85B11;
}
</style>
border-color css
<style>
span { border-color: #E85B11; }
span { border-color: rgb(232,91,17); }
td.TdClassName
{
border-color: #E85B11;
}
.TagClassName
{
border-color: #E85B11;
}
</style>