Shades of Persimmon #E15914
Tints of Persimmon #E15914
RGB
CMYK
RGB Variations
Color information
#E15914 (or 0xE15914) is known color: Persimmon. HEX triplet: E1, 59 and 14. RGB value is (225,89,20). Sum of RGB (Red+Green+Blue) = 225+89+20=334 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.37% from 334); Green value is 89 (35.16% from 255 or 26.65% from 334); Blue value is 20 (8.20% from 255 or 5.99% from 334); Max value from RGB is 225 - color contains mainly: red. Hex color #E15914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15914 is #1EA6EB. Grayscale: #7A7A7A. Windows color (decimal): -2008812 or 1333729. OLE color: 1333729.
HSL color Cylindrical-coordinate representation of color #E15914: hue angle of 20.2º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E15914 is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 89 | 20 | - |
| CMYK | 0 | 0.60 | 0.91 | 0.12 |
| HSL | 20.2º | 0.84% | 0.48% | - |
| HSV(B) | 20.2º | 0.91% | 0.88% | - |
| XYZ | 34.75 | 23.2 | 3.31 | - |
| YUV | 121.8 | 70.56 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 89 | 20 | 0 | 0.60 | 0.91 | 0.12 | 20.2 | 0.84 | 0.48 |
| Hex | E1 | 59 | 14 | 0 | 3C | 5B | C | 14 | 54 | 30 |
| Octal | 341 | 131 | 24 | 0 | 74 | 133 | 14 | 24 | 124 | 60 |
| Binary | 11100001 | 1011001 | 10100 | 0 | 111100 | 1011011 | 1100 | 10100 | 1010100 | 110000 |
Color Harmonies of #E15914
Complementary color
Monochromatic Colors of #E15914
Black with #E15914
Text Example
Text Example
White with #E15914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15914; }
p { color: rgb(225,89,20); }
H1.HeaderClassName
{
color: #E15914;
}
.AnyTagClassName
{
color: #E15914;
}
</style>
background-color css
<style>
a { background-color: #E15914; }
a { background-color: rgb(225,89,20); }
div.DivClassName
{
background-color: #E15914;
}
.BgClassName
{
background-color: #E15914;
}
</style>
border-color css
<style>
span { border-color: #E15914; }
span { border-color: rgb(225,89,20); }
td.TdClassName
{
border-color: #E15914;
}
.TagClassName
{
border-color: #E15914;
}
</style>