Shades of Persimmon #E15413
Tints of Persimmon #E15413
RGB
CMYK
RGB Variations
Color information
#E15413 (or 0xE15413) is known color: Persimmon. HEX triplet: E1, 54 and 13. RGB value is (225,84,19). Sum of RGB (Red+Green+Blue) = 225+84+19=328 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.60% from 328); Green value is 84 (33.20% from 255 or 25.61% from 328); Blue value is 19 (7.81% from 255 or 5.79% from 328); Max value from RGB is 225 - color contains mainly: red. Hex color #E15413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15413 is #1EABEC. Grayscale: #777777. Windows color (decimal): -2010093 or 1266913. OLE color: 1266913.
HSL color Cylindrical-coordinate representation of color #E15413: hue angle of 18.93º 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 #E15413 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 84 | 19 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.12 |
| HSL | 18.93º | 0.84% | 0.48% | - |
| HSV(B) | 18.93º | 0.92% | 0.88% | - |
| XYZ | 34.34 | 22.4 | 3.13 | - |
| YUV | 118.75 | 71.71 | 203.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 84 | 19 | 0 | 0.63 | 0.92 | 0.12 | 18.93 | 0.84 | 0.48 |
| Hex | E1 | 54 | 13 | 0 | 3F | 5C | C | 13 | 54 | 30 |
| Octal | 341 | 124 | 23 | 0 | 77 | 134 | 14 | 23 | 124 | 60 |
| Binary | 11100001 | 1010100 | 10011 | 0 | 111111 | 1011100 | 1100 | 10011 | 1010100 | 110000 |
Color Harmonies of #E15413
Complementary color
Monochromatic Colors of #E15413
Black with #E15413
Text Example
Text Example
White with #E15413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15413; }
p { color: rgb(225,84,19); }
H1.HeaderClassName
{
color: #E15413;
}
.AnyTagClassName
{
color: #E15413;
}
</style>
background-color css
<style>
a { background-color: #E15413; }
a { background-color: rgb(225,84,19); }
div.DivClassName
{
background-color: #E15413;
}
.BgClassName
{
background-color: #E15413;
}
</style>
border-color css
<style>
span { border-color: #E15413; }
span { border-color: rgb(225,84,19); }
td.TdClassName
{
border-color: #E15413;
}
.TagClassName
{
border-color: #E15413;
}
</style>