Shades of Persimmon #E5570C
Tints of Persimmon #E5570C
RGB
CMYK
RGB Variations
Color information
#E5570C (or 0xE5570C) is known color: Persimmon. HEX triplet: E5, 57 and 0C. RGB value is (229,87,12). Sum of RGB (Red+Green+Blue) = 229+87+12=328 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.82% from 328); Green value is 87 (34.38% from 255 or 26.52% from 328); Blue value is 12 (5.08% from 255 or 3.66% from 328); Max value from RGB is 229 - color contains mainly: red. Hex color #E5570C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E5570C is #1AA8F3. Grayscale: #797979. Windows color (decimal): -1747188 or 808933. OLE color: 808933.
HSL color Cylindrical-coordinate representation of color #E5570C: hue angle of 20.74º degrees, saturation: 0.9, 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 #E5570C is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 87 | 12 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.10 |
| HSL | 20.74º | 0.9% | 0.47% | - |
| HSV(B) | 20.74º | 0.95% | 0.9% | - |
| XYZ | 35.79 | 23.5 | 3 | - |
| YUV | 120.91 | 66.54 | 205.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 87 | 12 | 0 | 0.62 | 0.95 | 0.10 | 20.74 | 0.9 | 0.47 |
| Hex | E5 | 57 | C | 0 | 3E | 5F | A | 15 | 5A | 2F |
| Octal | 345 | 127 | 14 | 0 | 76 | 137 | 12 | 25 | 132 | 57 |
| Binary | 11100101 | 1010111 | 1100 | 0 | 111110 | 1011111 | 1010 | 10101 | 1011010 | 101111 |
Color Harmonies of #E5570C
Complementary color
Monochromatic Colors of #E5570C
Black with #E5570C
Text Example
Text Example
White with #E5570C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5570C; }
p { color: rgb(229,87,12); }
H1.HeaderClassName
{
color: #E5570C;
}
.AnyTagClassName
{
color: #E5570C;
}
</style>
background-color css
<style>
a { background-color: #E5570C; }
a { background-color: rgb(229,87,12); }
div.DivClassName
{
background-color: #E5570C;
}
.BgClassName
{
background-color: #E5570C;
}
</style>
border-color css
<style>
span { border-color: #E5570C; }
span { border-color: rgb(229,87,12); }
td.TdClassName
{
border-color: #E5570C;
}
.TagClassName
{
border-color: #E5570C;
}
</style>