Shades of Persimmon #E05914
Tints of Persimmon #E05914
RGB
CMYK
RGB Variations
Color information
#E05914 (or 0xE05914) is known color: Persimmon. HEX triplet: E0, 59 and 14. RGB value is (224,89,20). Sum of RGB (Red+Green+Blue) = 224+89+20=333 (44% of max value = 765). Red value is 224 (87.89% from 255 or 67.27% from 333); Green value is 89 (35.16% from 255 or 26.73% from 333); Blue value is 20 (8.20% from 255 or 6.01% from 333); Max value from RGB is 224 - color contains mainly: red. Hex color #E05914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05914 is #1FA6EB. Grayscale: #797979. Windows color (decimal): -2074348 or 1333728. OLE color: 1333728.
HSL color Cylindrical-coordinate representation of color #E05914: hue angle of 20.29º 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 #E05914 is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 89 | 20 | - |
| CMYK | 0 | 0.60 | 0.91 | 0.12 |
| HSL | 20.29º | 0.84% | 0.48% | - |
| HSV(B) | 20.29º | 0.91% | 0.88% | - |
| XYZ | 34.44 | 23.04 | 3.29 | - |
| YUV | 121.5 | 70.73 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 89 | 20 | 0 | 0.60 | 0.91 | 0.12 | 20.29 | 0.84 | 0.48 |
| Hex | E0 | 59 | 14 | 0 | 3C | 5B | C | 14 | 54 | 30 |
| Octal | 340 | 131 | 24 | 0 | 74 | 133 | 14 | 24 | 124 | 60 |
| Binary | 11100000 | 1011001 | 10100 | 0 | 111100 | 1011011 | 1100 | 10100 | 1010100 | 110000 |
Color Harmonies of #E05914
Complementary color
Monochromatic Colors of #E05914
Black with #E05914
Text Example
Text Example
White with #E05914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05914; }
p { color: rgb(224,89,20); }
H1.HeaderClassName
{
color: #E05914;
}
.AnyTagClassName
{
color: #E05914;
}
</style>
background-color css
<style>
a { background-color: #E05914; }
a { background-color: rgb(224,89,20); }
div.DivClassName
{
background-color: #E05914;
}
.BgClassName
{
background-color: #E05914;
}
</style>
border-color css
<style>
span { border-color: #E05914; }
span { border-color: rgb(224,89,20); }
td.TdClassName
{
border-color: #E05914;
}
.TagClassName
{
border-color: #E05914;
}
</style>