Shades of Persimmon #E5590E
Tints of Persimmon #E5590E
RGB
CMYK
RGB Variations
Color information
#E5590E (or 0xE5590E) is known color: Persimmon. HEX triplet: E5, 59 and 0E. RGB value is (229,89,14). Sum of RGB (Red+Green+Blue) = 229+89+14=332 (43% of max value = 765). Red value is 229 (89.84% from 255 or 68.98% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 14 (5.86% from 255 or 4.22% from 332); Max value from RGB is 229 - color contains mainly: red. Hex color #E5590E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E5590E is #1AA6F1. Grayscale: #7A7A7A. Windows color (decimal): -1746674 or 940517. OLE color: 940517.
HSL color Cylindrical-coordinate representation of color #E5590E: hue angle of 20.93º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E5590E is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 89 | 14 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.10 |
| HSL | 20.93º | 0.88% | 0.48% | - |
| HSV(B) | 20.93º | 0.94% | 0.9% | - |
| XYZ | 35.96 | 23.83 | 3.12 | - |
| YUV | 122.31 | 66.88 | 204.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 89 | 14 | 0 | 0.61 | 0.94 | 0.10 | 20.93 | 0.88 | 0.48 |
| Hex | E5 | 59 | E | 0 | 3D | 5E | A | 15 | 58 | 30 |
| Octal | 345 | 131 | 16 | 0 | 75 | 136 | 12 | 25 | 130 | 60 |
| Binary | 11100101 | 1011001 | 1110 | 0 | 111101 | 1011110 | 1010 | 10101 | 1011000 | 110000 |
Color Harmonies of #E5590E
Complementary color
Monochromatic Colors of #E5590E
Black with #E5590E
Text Example
Text Example
White with #E5590E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5590E; }
p { color: rgb(229,89,14); }
H1.HeaderClassName
{
color: #E5590E;
}
.AnyTagClassName
{
color: #E5590E;
}
</style>
background-color css
<style>
a { background-color: #E5590E; }
a { background-color: rgb(229,89,14); }
div.DivClassName
{
background-color: #E5590E;
}
.BgClassName
{
background-color: #E5590E;
}
</style>
border-color css
<style>
span { border-color: #E5590E; }
span { border-color: rgb(229,89,14); }
td.TdClassName
{
border-color: #E5590E;
}
.TagClassName
{
border-color: #E5590E;
}
</style>