Shades of Persimmon #E5570B
Tints of Persimmon #E5570B
RGB
CMYK
RGB Variations
Color information
#E5570B (or 0xE5570B) is known color: Persimmon. HEX triplet: E5, 57 and 0B. RGB value is (229,87,11). Sum of RGB (Red+Green+Blue) = 229+87+11=327 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.03% from 327); Green value is 87 (34.38% from 255 or 26.61% from 327); Blue value is 11 (4.69% from 255 or 3.36% from 327); Max value from RGB is 229 - color contains mainly: red. Hex color #E5570B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E5570B is #1AA8F4. Grayscale: #797979. Windows color (decimal): -1747189 or 743397. OLE color: 743397.
HSL color Cylindrical-coordinate representation of color #E5570B: hue angle of 20.92º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E5570B is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 87 | 11 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.10 |
| HSL | 20.92º | 0.91% | 0.47% | - |
| HSV(B) | 20.92º | 0.95% | 0.9% | - |
| XYZ | 35.78 | 23.5 | 2.97 | - |
| YUV | 120.79 | 66.04 | 205.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 87 | 11 | 0 | 0.62 | 0.95 | 0.10 | 20.92 | 0.91 | 0.47 |
| Hex | E5 | 57 | B | 0 | 3E | 5F | A | 15 | 5B | 2F |
| Octal | 345 | 127 | 13 | 0 | 76 | 137 | 12 | 25 | 133 | 57 |
| Binary | 11100101 | 1010111 | 1011 | 0 | 111110 | 1011111 | 1010 | 10101 | 1011011 | 101111 |
Color Harmonies of #E5570B
Complementary color
Monochromatic Colors of #E5570B
Black with #E5570B
Text Example
Text Example
White with #E5570B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5570B; }
p { color: rgb(229,87,11); }
H1.HeaderClassName
{
color: #E5570B;
}
.AnyTagClassName
{
color: #E5570B;
}
</style>
background-color css
<style>
a { background-color: #E5570B; }
a { background-color: rgb(229,87,11); }
div.DivClassName
{
background-color: #E5570B;
}
.BgClassName
{
background-color: #E5570B;
}
</style>
border-color css
<style>
span { border-color: #E5570B; }
span { border-color: rgb(229,87,11); }
td.TdClassName
{
border-color: #E5570B;
}
.TagClassName
{
border-color: #E5570B;
}
</style>