Shades of Persimmon #E0590C
Tints of Persimmon #E0590C
RGB
CMYK
RGB Variations
Color information
#E0590C (or 0xE0590C) is known color: Persimmon. HEX triplet: E0, 59 and 0C. RGB value is (224,89,12). Sum of RGB (Red+Green+Blue) = 224+89+12=325 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.92% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 12 (5.08% from 255 or 3.69% from 325); Max value from RGB is 224 - color contains mainly: red. Hex color #E0590C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E0590C is #1FA6F3. Grayscale: #797979. Windows color (decimal): -2074356 or 809440. OLE color: 809440.
HSL color Cylindrical-coordinate representation of color #E0590C: hue angle of 21.79º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E0590C is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 89 | 12 | - |
| CMYK | 0 | 0.60 | 0.95 | 0.12 |
| HSL | 21.79º | 0.9% | 0.46% | - |
| HSV(B) | 21.79º | 0.95% | 0.88% | - |
| XYZ | 34.38 | 23.02 | 2.98 | - |
| YUV | 120.59 | 66.73 | 201.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 89 | 12 | 0 | 0.60 | 0.95 | 0.12 | 21.79 | 0.9 | 0.46 |
| Hex | E0 | 59 | C | 0 | 3C | 5F | C | 16 | 5A | 2E |
| Octal | 340 | 131 | 14 | 0 | 74 | 137 | 14 | 26 | 132 | 56 |
| Binary | 11100000 | 1011001 | 1100 | 0 | 111100 | 1011111 | 1100 | 10110 | 1011010 | 101110 |
Color Harmonies of #E0590C
Complementary color
Monochromatic Colors of #E0590C
Black with #E0590C
Text Example
Text Example
White with #E0590C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0590C; }
p { color: rgb(224,89,12); }
H1.HeaderClassName
{
color: #E0590C;
}
.AnyTagClassName
{
color: #E0590C;
}
</style>
background-color css
<style>
a { background-color: #E0590C; }
a { background-color: rgb(224,89,12); }
div.DivClassName
{
background-color: #E0590C;
}
.BgClassName
{
background-color: #E0590C;
}
</style>
border-color css
<style>
span { border-color: #E0590C; }
span { border-color: rgb(224,89,12); }
td.TdClassName
{
border-color: #E0590C;
}
.TagClassName
{
border-color: #E0590C;
}
</style>