Shades of Persimmon #E15016
Tints of Persimmon #E15016
RGB
CMYK
RGB Variations
Color information
#E15016 (or 0xE15016) is known color: Persimmon. HEX triplet: E1, 50 and 16. RGB value is (225,80,22). Sum of RGB (Red+Green+Blue) = 225+80+22=327 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.81% from 327); Green value is 80 (31.64% from 255 or 24.46% from 327); Blue value is 22 (8.98% from 255 or 6.73% from 327); Max value from RGB is 225 - color contains mainly: red. Hex color #E15016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15016 is #1EAFE9. Grayscale: #757575. Windows color (decimal): -2011114 or 1462497. OLE color: 1462497.
HSL color Cylindrical-coordinate representation of color #E15016: hue angle of 17.14º 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 #E15016 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 80 | 22 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.12 |
| HSL | 17.14º | 0.82% | 0.48% | - |
| HSV(B) | 17.14º | 0.9% | 0.88% | - |
| XYZ | 34.06 | 21.8 | 3.17 | - |
| YUV | 116.74 | 74.54 | 205.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 80 | 22 | 0 | 0.64 | 0.90 | 0.12 | 17.14 | 0.82 | 0.48 |
| Hex | E1 | 50 | 16 | 0 | 40 | 5A | C | 11 | 52 | 30 |
| Octal | 341 | 120 | 26 | 0 | 100 | 132 | 14 | 21 | 122 | 60 |
| Binary | 11100001 | 1010000 | 10110 | 0 | 1000000 | 1011010 | 1100 | 10001 | 1010010 | 110000 |
Color Harmonies of #E15016
Complementary color
Monochromatic Colors of #E15016
Black with #E15016
Text Example
Text Example
White with #E15016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15016; }
p { color: rgb(225,80,22); }
H1.HeaderClassName
{
color: #E15016;
}
.AnyTagClassName
{
color: #E15016;
}
</style>
background-color css
<style>
a { background-color: #E15016; }
a { background-color: rgb(225,80,22); }
div.DivClassName
{
background-color: #E15016;
}
.BgClassName
{
background-color: #E15016;
}
</style>
border-color css
<style>
span { border-color: #E15016; }
span { border-color: rgb(225,80,22); }
td.TdClassName
{
border-color: #E15016;
}
.TagClassName
{
border-color: #E15016;
}
</style>