Shades of Persimmon #E85C11
Tints of Persimmon #E85C11
RGB
CMYK
RGB Variations
Color information
#E85C11 (or 0xE85C11) is known color: Persimmon. HEX triplet: E8, 5C and 11. RGB value is (232,92,17). Sum of RGB (Red+Green+Blue) = 232+92+17=341 (45% of max value = 765). Red value is 232 (91.02% from 255 or 68.04% from 341); Green value is 92 (36.33% from 255 or 26.98% from 341); Blue value is 17 (7.03% from 255 or 4.99% from 341); Max value from RGB is 232 - color contains mainly: red. Hex color #E85C11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85C11 is #17A3EE. Grayscale: #7D7D7D. Windows color (decimal): -1549295 or 1137896. OLE color: 1137896.
HSL color Cylindrical-coordinate representation of color #E85C11: hue angle of 20.93º 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 #E85C11 is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 92 | 17 | - |
| CMYK | 0 | 0.60 | 0.93 | 0.09 |
| HSL | 20.93º | 0.86% | 0.49% | - |
| HSV(B) | 20.93º | 0.93% | 0.91% | - |
| XYZ | 37.21 | 24.85 | 3.37 | - |
| YUV | 125.31 | 66.88 | 204.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 92 | 17 | 0 | 0.60 | 0.93 | 0.09 | 20.93 | 0.86 | 0.49 |
| Hex | E8 | 5C | 11 | 0 | 3C | 5D | 9 | 15 | 56 | 31 |
| Octal | 350 | 134 | 21 | 0 | 74 | 135 | 11 | 25 | 126 | 61 |
| Binary | 11101000 | 1011100 | 10001 | 0 | 111100 | 1011101 | 1001 | 10101 | 1010110 | 110001 |
Color Harmonies of #E85C11
Complementary color
Monochromatic Colors of #E85C11
Black with #E85C11
Text Example
Text Example
White with #E85C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85C11; }
p { color: rgb(232,92,17); }
H1.HeaderClassName
{
color: #E85C11;
}
.AnyTagClassName
{
color: #E85C11;
}
</style>
background-color css
<style>
a { background-color: #E85C11; }
a { background-color: rgb(232,92,17); }
div.DivClassName
{
background-color: #E85C11;
}
.BgClassName
{
background-color: #E85C11;
}
</style>
border-color css
<style>
span { border-color: #E85C11; }
span { border-color: rgb(232,92,17); }
td.TdClassName
{
border-color: #E85C11;
}
.TagClassName
{
border-color: #E85C11;
}
</style>