Shades of Persimmon #E0580D
Tints of Persimmon #E0580D
RGB
CMYK
RGB Variations
Color information
#E0580D (or 0xE0580D) is known color: Persimmon. HEX triplet: E0, 58 and 0D. RGB value is (224,88,13). Sum of RGB (Red+Green+Blue) = 224+88+13=325 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.92% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 13 (5.47% from 255 or 4% from 325); Max value from RGB is 224 - color contains mainly: red. Hex color #E0580D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E0580D is #1FA7F2. Grayscale: #787878. Windows color (decimal): -2074611 or 874720. OLE color: 874720.
HSL color Cylindrical-coordinate representation of color #E0580D: hue angle of 21.33º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E0580D is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 88 | 13 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.12 |
| HSL | 21.33º | 0.89% | 0.46% | - |
| HSV(B) | 21.33º | 0.94% | 0.88% | - |
| XYZ | 34.3 | 22.86 | 2.98 | - |
| YUV | 120.11 | 67.56 | 202.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 88 | 13 | 0 | 0.61 | 0.94 | 0.12 | 21.33 | 0.89 | 0.46 |
| Hex | E0 | 58 | D | 0 | 3D | 5E | C | 15 | 59 | 2E |
| Octal | 340 | 130 | 15 | 0 | 75 | 136 | 14 | 25 | 131 | 56 |
| Binary | 11100000 | 1011000 | 1101 | 0 | 111101 | 1011110 | 1100 | 10101 | 1011001 | 101110 |
Color Harmonies of #E0580D
Complementary color
Monochromatic Colors of #E0580D
Black with #E0580D
Text Example
Text Example
White with #E0580D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0580D; }
p { color: rgb(224,88,13); }
H1.HeaderClassName
{
color: #E0580D;
}
.AnyTagClassName
{
color: #E0580D;
}
</style>
background-color css
<style>
a { background-color: #E0580D; }
a { background-color: rgb(224,88,13); }
div.DivClassName
{
background-color: #E0580D;
}
.BgClassName
{
background-color: #E0580D;
}
</style>
border-color css
<style>
span { border-color: #E0580D; }
span { border-color: rgb(224,88,13); }
td.TdClassName
{
border-color: #E0580D;
}
.TagClassName
{
border-color: #E0580D;
}
</style>