Shades of Persimmon #E15516
Tints of Persimmon #E15516
RGB
CMYK
RGB Variations
Color information
#E15516 (or 0xE15516) is known color: Persimmon. HEX triplet: E1, 55 and 16. RGB value is (225,85,22). Sum of RGB (Red+Green+Blue) = 225+85+22=332 (43% of max value = 765). Red value is 225 (88.28% from 255 or 67.77% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 22 (8.98% from 255 or 6.63% from 332); Max value from RGB is 225 - color contains mainly: red. Hex color #E15516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15516 is #1EAAE9. Grayscale: #787878. Windows color (decimal): -2009834 or 1463777. OLE color: 1463777.
HSL color Cylindrical-coordinate representation of color #E15516: hue angle of 18.62º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E15516 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 85 | 22 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.12 |
| HSL | 18.62º | 0.82% | 0.48% | - |
| HSV(B) | 18.62º | 0.9% | 0.88% | - |
| XYZ | 34.44 | 22.56 | 3.3 | - |
| YUV | 119.68 | 72.88 | 203.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 85 | 22 | 0 | 0.62 | 0.90 | 0.12 | 18.62 | 0.82 | 0.48 |
| Hex | E1 | 55 | 16 | 0 | 3E | 5A | C | 13 | 52 | 30 |
| Octal | 341 | 125 | 26 | 0 | 76 | 132 | 14 | 23 | 122 | 60 |
| Binary | 11100001 | 1010101 | 10110 | 0 | 111110 | 1011010 | 1100 | 10011 | 1010010 | 110000 |
Color Harmonies of #E15516
Complementary color
Monochromatic Colors of #E15516
Black with #E15516
Text Example
Text Example
White with #E15516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15516; }
p { color: rgb(225,85,22); }
H1.HeaderClassName
{
color: #E15516;
}
.AnyTagClassName
{
color: #E15516;
}
</style>
background-color css
<style>
a { background-color: #E15516; }
a { background-color: rgb(225,85,22); }
div.DivClassName
{
background-color: #E15516;
}
.BgClassName
{
background-color: #E15516;
}
</style>
border-color css
<style>
span { border-color: #E15516; }
span { border-color: rgb(225,85,22); }
td.TdClassName
{
border-color: #E15516;
}
.TagClassName
{
border-color: #E15516;
}
</style>