Shades of Persimmon #E15911
Tints of Persimmon #E15911
RGB
CMYK
RGB Variations
Color information
#E15911 (or 0xE15911) is known color: Persimmon. HEX triplet: E1, 59 and 11. RGB value is (225,89,17). Sum of RGB (Red+Green+Blue) = 225+89+17=331 (43% of max value = 765). Red value is 225 (88.28% from 255 or 67.98% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 17 (7.03% from 255 or 5.14% from 331); Max value from RGB is 225 - color contains mainly: red. Hex color #E15911 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15911 is #1EA6EE. Grayscale: #797979. Windows color (decimal): -2008815 or 1137121. OLE color: 1137121.
HSL color Cylindrical-coordinate representation of color #E15911: hue angle of 20.77º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E15911 is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 89 | 17 | - |
| CMYK | 0 | 0.60 | 0.92 | 0.12 |
| HSL | 20.77º | 0.86% | 0.47% | - |
| HSV(B) | 20.77º | 0.92% | 0.88% | - |
| XYZ | 34.72 | 23.19 | 3.18 | - |
| YUV | 121.46 | 69.06 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 89 | 17 | 0 | 0.60 | 0.92 | 0.12 | 20.77 | 0.86 | 0.47 |
| Hex | E1 | 59 | 11 | 0 | 3C | 5C | C | 15 | 56 | 2F |
| Octal | 341 | 131 | 21 | 0 | 74 | 134 | 14 | 25 | 126 | 57 |
| Binary | 11100001 | 1011001 | 10001 | 0 | 111100 | 1011100 | 1100 | 10101 | 1010110 | 101111 |
Color Harmonies of #E15911
Complementary color
Monochromatic Colors of #E15911
Black with #E15911
Text Example
Text Example
White with #E15911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15911; }
p { color: rgb(225,89,17); }
H1.HeaderClassName
{
color: #E15911;
}
.AnyTagClassName
{
color: #E15911;
}
</style>
background-color css
<style>
a { background-color: #E15911; }
a { background-color: rgb(225,89,17); }
div.DivClassName
{
background-color: #E15911;
}
.BgClassName
{
background-color: #E15911;
}
</style>
border-color css
<style>
span { border-color: #E15911; }
span { border-color: rgb(225,89,17); }
td.TdClassName
{
border-color: #E15911;
}
.TagClassName
{
border-color: #E15911;
}
</style>