Shades of Persimmon #E15913
Tints of Persimmon #E15913
RGB
CMYK
RGB Variations
Color information
#E15913 (or 0xE15913) is known color: Persimmon. HEX triplet: E1, 59 and 13. RGB value is (225,89,19). Sum of RGB (Red+Green+Blue) = 225+89+19=333 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.57% from 333); Green value is 89 (35.16% from 255 or 26.73% from 333); Blue value is 19 (7.81% from 255 or 5.71% from 333); Max value from RGB is 225 - color contains mainly: red. Hex color #E15913 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15913 is #1EA6EC. Grayscale: #7A7A7A. Windows color (decimal): -2008813 or 1268193. OLE color: 1268193.
HSL color Cylindrical-coordinate representation of color #E15913: hue angle of 20.39º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E15913 is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 89 | 19 | - |
| CMYK | 0 | 0.60 | 0.92 | 0.12 |
| HSL | 20.39º | 0.84% | 0.48% | - |
| HSV(B) | 20.39º | 0.92% | 0.88% | - |
| XYZ | 34.74 | 23.2 | 3.26 | - |
| YUV | 121.68 | 70.06 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 89 | 19 | 0 | 0.60 | 0.92 | 0.12 | 20.39 | 0.84 | 0.48 |
| Hex | E1 | 59 | 13 | 0 | 3C | 5C | C | 14 | 54 | 30 |
| Octal | 341 | 131 | 23 | 0 | 74 | 134 | 14 | 24 | 124 | 60 |
| Binary | 11100001 | 1011001 | 10011 | 0 | 111100 | 1011100 | 1100 | 10100 | 1010100 | 110000 |
Color Harmonies of #E15913
Complementary color
Monochromatic Colors of #E15913
Black with #E15913
Text Example
Text Example
White with #E15913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15913; }
p { color: rgb(225,89,19); }
H1.HeaderClassName
{
color: #E15913;
}
.AnyTagClassName
{
color: #E15913;
}
</style>
background-color css
<style>
a { background-color: #E15913; }
a { background-color: rgb(225,89,19); }
div.DivClassName
{
background-color: #E15913;
}
.BgClassName
{
background-color: #E15913;
}
</style>
border-color css
<style>
span { border-color: #E15913; }
span { border-color: rgb(225,89,19); }
td.TdClassName
{
border-color: #E15913;
}
.TagClassName
{
border-color: #E15913;
}
</style>