Shades of Persimmon #E0570B
Tints of Persimmon #E0570B
RGB
CMYK
RGB Variations
Color information
#E0570B (or 0xE0570B) is known color: Persimmon. HEX triplet: E0, 57 and 0B. RGB value is (224,87,11). Sum of RGB (Red+Green+Blue) = 224+87+11=322 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.57% from 322); Green value is 87 (34.38% from 255 or 27.02% from 322); Blue value is 11 (4.69% from 255 or 3.42% from 322); Max value from RGB is 224 - color contains mainly: red. Hex color #E0570B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E0570B is #1FA8F4. Grayscale: #777777. Windows color (decimal): -2074869 or 743392. OLE color: 743392.
HSL color Cylindrical-coordinate representation of color #E0570B: hue angle of 21.41º degrees, saturation: 0.91, 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 #E0570B is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 87 | 11 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.12 |
| HSL | 21.41º | 0.91% | 0.46% | - |
| HSV(B) | 21.41º | 0.95% | 0.88% | - |
| XYZ | 34.21 | 22.69 | 2.89 | - |
| YUV | 119.3 | 66.89 | 202.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 87 | 11 | 0 | 0.61 | 0.95 | 0.12 | 21.41 | 0.91 | 0.46 |
| Hex | E0 | 57 | B | 0 | 3D | 5F | C | 15 | 5B | 2E |
| Octal | 340 | 127 | 13 | 0 | 75 | 137 | 14 | 25 | 133 | 56 |
| Binary | 11100000 | 1010111 | 1011 | 0 | 111101 | 1011111 | 1100 | 10101 | 1011011 | 101110 |
Color Harmonies of #E0570B
Complementary color
Monochromatic Colors of #E0570B
Black with #E0570B
Text Example
Text Example
White with #E0570B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0570B; }
p { color: rgb(224,87,11); }
H1.HeaderClassName
{
color: #E0570B;
}
.AnyTagClassName
{
color: #E0570B;
}
</style>
background-color css
<style>
a { background-color: #E0570B; }
a { background-color: rgb(224,87,11); }
div.DivClassName
{
background-color: #E0570B;
}
.BgClassName
{
background-color: #E0570B;
}
</style>
border-color css
<style>
span { border-color: #E0570B; }
span { border-color: rgb(224,87,11); }
td.TdClassName
{
border-color: #E0570B;
}
.TagClassName
{
border-color: #E0570B;
}
</style>