Shades of Persimmon #E0570C
Tints of Persimmon #E0570C
RGB
CMYK
RGB Variations
Color information
#E0570C (or 0xE0570C) is known color: Persimmon. HEX triplet: E0, 57 and 0C. RGB value is (224,87,12). Sum of RGB (Red+Green+Blue) = 224+87+12=323 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.35% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 12 (5.08% from 255 or 3.72% from 323); Max value from RGB is 224 - color contains mainly: red. Hex color #E0570C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E0570C is #1FA8F3. Grayscale: #777777. Windows color (decimal): -2074868 or 808928. OLE color: 808928.
HSL color Cylindrical-coordinate representation of color #E0570C: hue angle of 21.23º 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 #E0570C is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 87 | 12 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.12 |
| HSL | 21.23º | 0.9% | 0.46% | - |
| HSV(B) | 21.23º | 0.95% | 0.88% | - |
| XYZ | 34.22 | 22.69 | 2.92 | - |
| YUV | 119.41 | 67.39 | 202.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 87 | 12 | 0 | 0.61 | 0.95 | 0.12 | 21.23 | 0.9 | 0.46 |
| Hex | E0 | 57 | C | 0 | 3D | 5F | C | 15 | 5A | 2E |
| Octal | 340 | 127 | 14 | 0 | 75 | 137 | 14 | 25 | 132 | 56 |
| Binary | 11100000 | 1010111 | 1100 | 0 | 111101 | 1011111 | 1100 | 10101 | 1011010 | 101110 |
Color Harmonies of #E0570C
Complementary color
Monochromatic Colors of #E0570C
Black with #E0570C
Text Example
Text Example
White with #E0570C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0570C; }
p { color: rgb(224,87,12); }
H1.HeaderClassName
{
color: #E0570C;
}
.AnyTagClassName
{
color: #E0570C;
}
</style>
background-color css
<style>
a { background-color: #E0570C; }
a { background-color: rgb(224,87,12); }
div.DivClassName
{
background-color: #E0570C;
}
.BgClassName
{
background-color: #E0570C;
}
</style>
border-color css
<style>
span { border-color: #E0570C; }
span { border-color: rgb(224,87,12); }
td.TdClassName
{
border-color: #E0570C;
}
.TagClassName
{
border-color: #E0570C;
}
</style>