Shades of Persimmon #E0580E
Tints of Persimmon #E0580E
RGB
CMYK
RGB Variations
Color information
#E0580E (or 0xE0580E) is known color: Persimmon. HEX triplet: E0, 58 and 0E. RGB value is (224,88,14). Sum of RGB (Red+Green+Blue) = 224+88+14=326 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.71% from 326); Green value is 88 (34.77% from 255 or 26.99% from 326); Blue value is 14 (5.86% from 255 or 4.29% from 326); Max value from RGB is 224 - color contains mainly: red. Hex color #E0580E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E0580E is #1FA7F1. Grayscale: #787878. Windows color (decimal): -2074610 or 940256. OLE color: 940256.
HSL color Cylindrical-coordinate representation of color #E0580E: hue angle of 21.14º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E0580E is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 88 | 14 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.12 |
| HSL | 21.14º | 0.88% | 0.47% | - |
| HSV(B) | 21.14º | 0.94% | 0.88% | - |
| XYZ | 34.31 | 22.86 | 3.02 | - |
| YUV | 120.23 | 68.06 | 202.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 88 | 14 | 0 | 0.61 | 0.94 | 0.12 | 21.14 | 0.88 | 0.47 |
| Hex | E0 | 58 | E | 0 | 3D | 5E | C | 15 | 58 | 2F |
| Octal | 340 | 130 | 16 | 0 | 75 | 136 | 14 | 25 | 130 | 57 |
| Binary | 11100000 | 1011000 | 1110 | 0 | 111101 | 1011110 | 1100 | 10101 | 1011000 | 101111 |
Color Harmonies of #E0580E
Complementary color
Monochromatic Colors of #E0580E
Black with #E0580E
Text Example
Text Example
White with #E0580E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0580E; }
p { color: rgb(224,88,14); }
H1.HeaderClassName
{
color: #E0580E;
}
.AnyTagClassName
{
color: #E0580E;
}
</style>
background-color css
<style>
a { background-color: #E0580E; }
a { background-color: rgb(224,88,14); }
div.DivClassName
{
background-color: #E0580E;
}
.BgClassName
{
background-color: #E0580E;
}
</style>
border-color css
<style>
span { border-color: #E0580E; }
span { border-color: rgb(224,88,14); }
td.TdClassName
{
border-color: #E0580E;
}
.TagClassName
{
border-color: #E0580E;
}
</style>