Shades of Persimmon #E85E11
Tints of Persimmon #E85E11
RGB
CMYK
RGB Variations
Color information
#E85E11 (or 0xE85E11) is known color: Persimmon. HEX triplet: E8, 5E and 11. RGB value is (232,94,17). Sum of RGB (Red+Green+Blue) = 232+94+17=343 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.64% from 343); Green value is 94 (37.11% from 255 or 27.41% from 343); Blue value is 17 (7.03% from 255 or 4.96% from 343); Max value from RGB is 232 - color contains mainly: red. Hex color #E85E11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85E11 is #17A1EE. Grayscale: #7E7E7E. Windows color (decimal): -1548783 or 1138408. OLE color: 1138408.
HSL color Cylindrical-coordinate representation of color #E85E11: hue angle of 21.49º 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 #E85E11 is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 94 | 17 | - |
| CMYK | 0 | 0.59 | 0.93 | 0.09 |
| HSL | 21.49º | 0.86% | 0.49% | - |
| HSV(B) | 21.49º | 0.93% | 0.91% | - |
| XYZ | 37.38 | 25.2 | 3.42 | - |
| YUV | 126.48 | 66.22 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 94 | 17 | 0 | 0.59 | 0.93 | 0.09 | 21.49 | 0.86 | 0.49 |
| Hex | E8 | 5E | 11 | 0 | 3B | 5D | 9 | 15 | 56 | 31 |
| Octal | 350 | 136 | 21 | 0 | 73 | 135 | 11 | 25 | 126 | 61 |
| Binary | 11101000 | 1011110 | 10001 | 0 | 111011 | 1011101 | 1001 | 10101 | 1010110 | 110001 |
Color Harmonies of #E85E11
Complementary color
Monochromatic Colors of #E85E11
Black with #E85E11
Text Example
Text Example
White with #E85E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85E11; }
p { color: rgb(232,94,17); }
H1.HeaderClassName
{
color: #E85E11;
}
.AnyTagClassName
{
color: #E85E11;
}
</style>
background-color css
<style>
a { background-color: #E85E11; }
a { background-color: rgb(232,94,17); }
div.DivClassName
{
background-color: #E85E11;
}
.BgClassName
{
background-color: #E85E11;
}
</style>
border-color css
<style>
span { border-color: #E85E11; }
span { border-color: rgb(232,94,17); }
td.TdClassName
{
border-color: #E85E11;
}
.TagClassName
{
border-color: #E85E11;
}
</style>