Shades of Persimmon #E15616
Tints of Persimmon #E15616
RGB
CMYK
RGB Variations
Color information
#E15616 (or 0xE15616) is known color: Persimmon. HEX triplet: E1, 56 and 16. RGB value is (225,86,22). Sum of RGB (Red+Green+Blue) = 225+86+22=333 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.57% from 333); Green value is 86 (33.98% from 255 or 25.83% from 333); Blue value is 22 (8.98% from 255 or 6.61% from 333); Max value from RGB is 225 - color contains mainly: red. Hex color #E15616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15616 is #1EA9E9. Grayscale: #787878. Windows color (decimal): -2009578 or 1464033. OLE color: 1464033.
HSL color Cylindrical-coordinate representation of color #E15616: hue angle of 18.92º 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 #E15616 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 86 | 22 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.12 |
| HSL | 18.92º | 0.82% | 0.48% | - |
| HSV(B) | 18.92º | 0.9% | 0.88% | - |
| XYZ | 34.52 | 22.72 | 3.33 | - |
| YUV | 120.27 | 72.55 | 202.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 86 | 22 | 0 | 0.62 | 0.90 | 0.12 | 18.92 | 0.82 | 0.48 |
| Hex | E1 | 56 | 16 | 0 | 3E | 5A | C | 13 | 52 | 30 |
| Octal | 341 | 126 | 26 | 0 | 76 | 132 | 14 | 23 | 122 | 60 |
| Binary | 11100001 | 1010110 | 10110 | 0 | 111110 | 1011010 | 1100 | 10011 | 1010010 | 110000 |
Color Harmonies of #E15616
Complementary color
Monochromatic Colors of #E15616
Black with #E15616
Text Example
Text Example
White with #E15616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15616; }
p { color: rgb(225,86,22); }
H1.HeaderClassName
{
color: #E15616;
}
.AnyTagClassName
{
color: #E15616;
}
</style>
background-color css
<style>
a { background-color: #E15616; }
a { background-color: rgb(225,86,22); }
div.DivClassName
{
background-color: #E15616;
}
.BgClassName
{
background-color: #E15616;
}
</style>
border-color css
<style>
span { border-color: #E15616; }
span { border-color: rgb(225,86,22); }
td.TdClassName
{
border-color: #E15616;
}
.TagClassName
{
border-color: #E15616;
}
</style>