Shades of Persimmon #E15118
Tints of Persimmon #E15118
RGB
CMYK
RGB Variations
Color information
#E15118 (or 0xE15118) is known color: Persimmon. HEX triplet: E1, 51 and 18. RGB value is (225,81,24). Sum of RGB (Red+Green+Blue) = 225+81+24=330 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.18% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 24 (9.77% from 255 or 7.27% from 330); Max value from RGB is 225 - color contains mainly: red. Hex color #E15118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15118 is #1EAEE7. Grayscale: #757575. Windows color (decimal): -2010856 or 1593825. OLE color: 1593825.
HSL color Cylindrical-coordinate representation of color #E15118: hue angle of 17.01º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E15118 is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 81 | 24 | - |
| CMYK | 0 | 0.64 | 0.89 | 0.12 |
| HSL | 17.01º | 0.81% | 0.49% | - |
| HSV(B) | 17.01º | 0.89% | 0.88% | - |
| XYZ | 34.16 | 21.96 | 3.3 | - |
| YUV | 117.56 | 75.21 | 204.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 81 | 24 | 0 | 0.64 | 0.89 | 0.12 | 17.01 | 0.81 | 0.49 |
| Hex | E1 | 51 | 18 | 0 | 40 | 59 | C | 11 | 51 | 31 |
| Octal | 341 | 121 | 30 | 0 | 100 | 131 | 14 | 21 | 121 | 61 |
| Binary | 11100001 | 1010001 | 11000 | 0 | 1000000 | 1011001 | 1100 | 10001 | 1010001 | 110001 |
Color Harmonies of #E15118
Complementary color
Monochromatic Colors of #E15118
Black with #E15118
Text Example
Text Example
White with #E15118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15118; }
p { color: rgb(225,81,24); }
H1.HeaderClassName
{
color: #E15118;
}
.AnyTagClassName
{
color: #E15118;
}
</style>
background-color css
<style>
a { background-color: #E15118; }
a { background-color: rgb(225,81,24); }
div.DivClassName
{
background-color: #E15118;
}
.BgClassName
{
background-color: #E15118;
}
</style>
border-color css
<style>
span { border-color: #E15118; }
span { border-color: rgb(225,81,24); }
td.TdClassName
{
border-color: #E15118;
}
.TagClassName
{
border-color: #E15118;
}
</style>