Shades of Persimmon #E15813
Tints of Persimmon #E15813
RGB
CMYK
RGB Variations
Color information
#E15813 (or 0xE15813) is known color: Persimmon. HEX triplet: E1, 58 and 13. RGB value is (225,88,19). Sum of RGB (Red+Green+Blue) = 225+88+19=332 (43% of max value = 765). Red value is 225 (88.28% from 255 or 67.77% from 332); Green value is 88 (34.77% from 255 or 26.51% from 332); Blue value is 19 (7.81% from 255 or 5.72% from 332); Max value from RGB is 225 - color contains mainly: red. Hex color #E15813 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15813 is #1EA7EC. Grayscale: #797979. Windows color (decimal): -2009069 or 1267937. OLE color: 1267937.
HSL color Cylindrical-coordinate representation of color #E15813: hue angle of 20.1º 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 #E15813 is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 88 | 19 | - |
| CMYK | 0 | 0.61 | 0.92 | 0.12 |
| HSL | 20.1º | 0.84% | 0.48% | - |
| HSV(B) | 20.1º | 0.92% | 0.88% | - |
| XYZ | 34.66 | 23.03 | 3.24 | - |
| YUV | 121.1 | 70.39 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 88 | 19 | 0 | 0.61 | 0.92 | 0.12 | 20.1 | 0.84 | 0.48 |
| Hex | E1 | 58 | 13 | 0 | 3D | 5C | C | 14 | 54 | 30 |
| Octal | 341 | 130 | 23 | 0 | 75 | 134 | 14 | 24 | 124 | 60 |
| Binary | 11100001 | 1011000 | 10011 | 0 | 111101 | 1011100 | 1100 | 10100 | 1010100 | 110000 |
Color Harmonies of #E15813
Complementary color
Monochromatic Colors of #E15813
Black with #E15813
Text Example
Text Example
White with #E15813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15813; }
p { color: rgb(225,88,19); }
H1.HeaderClassName
{
color: #E15813;
}
.AnyTagClassName
{
color: #E15813;
}
</style>
background-color css
<style>
a { background-color: #E15813; }
a { background-color: rgb(225,88,19); }
div.DivClassName
{
background-color: #E15813;
}
.BgClassName
{
background-color: #E15813;
}
</style>
border-color css
<style>
span { border-color: #E15813; }
span { border-color: rgb(225,88,19); }
td.TdClassName
{
border-color: #E15813;
}
.TagClassName
{
border-color: #E15813;
}
</style>