Shades of Persimmon #E0580C
Tints of Persimmon #E0580C
RGB
CMYK
RGB Variations
Color information
#E0580C (or 0xE0580C) is known color: Persimmon. HEX triplet: E0, 58 and 0C. RGB value is (224,88,12). Sum of RGB (Red+Green+Blue) = 224+88+12=324 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.14% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 12 (5.08% from 255 or 3.70% from 324); Max value from RGB is 224 - color contains mainly: red. Hex color #E0580C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E0580C is #1FA7F3. Grayscale: #787878. Windows color (decimal): -2074612 or 809184. OLE color: 809184.
HSL color Cylindrical-coordinate representation of color #E0580C: hue angle of 21.51º 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 #E0580C is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 88 | 12 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.12 |
| HSL | 21.51º | 0.9% | 0.46% | - |
| HSV(B) | 21.51º | 0.95% | 0.88% | - |
| XYZ | 34.3 | 22.85 | 2.95 | - |
| YUV | 120 | 67.06 | 202.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 88 | 12 | 0 | 0.61 | 0.95 | 0.12 | 21.51 | 0.9 | 0.46 |
| Hex | E0 | 58 | C | 0 | 3D | 5F | C | 16 | 5A | 2E |
| Octal | 340 | 130 | 14 | 0 | 75 | 137 | 14 | 26 | 132 | 56 |
| Binary | 11100000 | 1011000 | 1100 | 0 | 111101 | 1011111 | 1100 | 10110 | 1011010 | 101110 |
Color Harmonies of #E0580C
Complementary color
Monochromatic Colors of #E0580C
Black with #E0580C
Text Example
Text Example
White with #E0580C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0580C; }
p { color: rgb(224,88,12); }
H1.HeaderClassName
{
color: #E0580C;
}
.AnyTagClassName
{
color: #E0580C;
}
</style>
background-color css
<style>
a { background-color: #E0580C; }
a { background-color: rgb(224,88,12); }
div.DivClassName
{
background-color: #E0580C;
}
.BgClassName
{
background-color: #E0580C;
}
</style>
border-color css
<style>
span { border-color: #E0580C; }
span { border-color: rgb(224,88,12); }
td.TdClassName
{
border-color: #E0580C;
}
.TagClassName
{
border-color: #E0580C;
}
</style>