Shades of Persimmon #E0570D
Tints of Persimmon #E0570D
RGB
CMYK
RGB Variations
Color information
#E0570D (or 0xE0570D) is known color: Persimmon. HEX triplet: E0, 57 and 0D. RGB value is (224,87,13). Sum of RGB (Red+Green+Blue) = 224+87+13=324 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.14% from 324); Green value is 87 (34.38% from 255 or 26.85% from 324); Blue value is 13 (5.47% from 255 or 4.01% from 324); Max value from RGB is 224 - color contains mainly: red. Hex color #E0570D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E0570D is #1FA8F2. Grayscale: #777777. Windows color (decimal): -2074867 or 874464. OLE color: 874464.
HSL color Cylindrical-coordinate representation of color #E0570D: hue angle of 21.04º 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 #E0570D is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 87 | 13 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.12 |
| HSL | 21.04º | 0.89% | 0.46% | - |
| HSV(B) | 21.04º | 0.94% | 0.88% | - |
| XYZ | 34.22 | 22.69 | 2.96 | - |
| YUV | 119.53 | 67.89 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 87 | 13 | 0 | 0.61 | 0.94 | 0.12 | 21.04 | 0.89 | 0.46 |
| Hex | E0 | 57 | D | 0 | 3D | 5E | C | 15 | 59 | 2E |
| Octal | 340 | 127 | 15 | 0 | 75 | 136 | 14 | 25 | 131 | 56 |
| Binary | 11100000 | 1010111 | 1101 | 0 | 111101 | 1011110 | 1100 | 10101 | 1011001 | 101110 |
Color Harmonies of #E0570D
Complementary color
Monochromatic Colors of #E0570D
Black with #E0570D
Text Example
Text Example
White with #E0570D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0570D; }
p { color: rgb(224,87,13); }
H1.HeaderClassName
{
color: #E0570D;
}
.AnyTagClassName
{
color: #E0570D;
}
</style>
background-color css
<style>
a { background-color: #E0570D; }
a { background-color: rgb(224,87,13); }
div.DivClassName
{
background-color: #E0570D;
}
.BgClassName
{
background-color: #E0570D;
}
</style>
border-color css
<style>
span { border-color: #E0570D; }
span { border-color: rgb(224,87,13); }
td.TdClassName
{
border-color: #E0570D;
}
.TagClassName
{
border-color: #E0570D;
}
</style>