Shades of Persimmon #E15A13
Tints of Persimmon #E15A13
RGB
CMYK
RGB Variations
Color information
#E15A13 (or 0xE15A13) is known color: Persimmon. HEX triplet: E1, 5A and 13. RGB value is (225,90,19). Sum of RGB (Red+Green+Blue) = 225+90+19=334 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.37% from 334); Green value is 90 (35.55% from 255 or 26.95% from 334); Blue value is 19 (7.81% from 255 or 5.69% from 334); Max value from RGB is 225 - color contains mainly: red. Hex color #E15A13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15A13 is #1EA5EC. Grayscale: #7A7A7A. Windows color (decimal): -2008557 or 1268449. OLE color: 1268449.
HSL color Cylindrical-coordinate representation of color #E15A13: hue angle of 20.68º 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 #E15A13 is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 90 | 19 | - |
| CMYK | 0 | 0.60 | 0.92 | 0.12 |
| HSL | 20.68º | 0.84% | 0.48% | - |
| HSV(B) | 20.68º | 0.92% | 0.88% | - |
| XYZ | 34.83 | 23.37 | 3.29 | - |
| YUV | 122.27 | 69.73 | 201.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 90 | 19 | 0 | 0.60 | 0.92 | 0.12 | 20.68 | 0.84 | 0.48 |
| Hex | E1 | 5A | 13 | 0 | 3C | 5C | C | 15 | 54 | 30 |
| Octal | 341 | 132 | 23 | 0 | 74 | 134 | 14 | 25 | 124 | 60 |
| Binary | 11100001 | 1011010 | 10011 | 0 | 111100 | 1011100 | 1100 | 10101 | 1010100 | 110000 |
Color Harmonies of #E15A13
Complementary color
Monochromatic Colors of #E15A13
Black with #E15A13
Text Example
Text Example
White with #E15A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15A13; }
p { color: rgb(225,90,19); }
H1.HeaderClassName
{
color: #E15A13;
}
.AnyTagClassName
{
color: #E15A13;
}
</style>
background-color css
<style>
a { background-color: #E15A13; }
a { background-color: rgb(225,90,19); }
div.DivClassName
{
background-color: #E15A13;
}
.BgClassName
{
background-color: #E15A13;
}
</style>
border-color css
<style>
span { border-color: #E15A13; }
span { border-color: rgb(225,90,19); }
td.TdClassName
{
border-color: #E15A13;
}
.TagClassName
{
border-color: #E15A13;
}
</style>