Shades of Persimmon #E7570C
Tints of Persimmon #E7570C
RGB
CMYK
RGB Variations
Color information
#E7570C (or 0xE7570C) is known color: Persimmon. HEX triplet: E7, 57 and 0C. RGB value is (231,87,12). Sum of RGB (Red+Green+Blue) = 231+87+12=330 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70% from 330); Green value is 87 (34.38% from 255 or 26.36% from 330); Blue value is 12 (5.08% from 255 or 3.64% from 330); Max value from RGB is 231 - color contains mainly: red. Hex color #E7570C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E7570C is #18A8F3. Grayscale: #797979. Windows color (decimal): -1616116 or 808935. OLE color: 808935.
HSL color Cylindrical-coordinate representation of color #E7570C: hue angle of 20.55º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E7570C is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 87 | 12 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.09 |
| HSL | 20.55º | 0.9% | 0.48% | - |
| HSV(B) | 20.55º | 0.95% | 0.91% | - |
| XYZ | 36.43 | 23.83 | 3.03 | - |
| YUV | 121.51 | 66.21 | 206.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 87 | 12 | 0 | 0.62 | 0.95 | 0.09 | 20.55 | 0.9 | 0.48 |
| Hex | E7 | 57 | C | 0 | 3E | 5F | 9 | 15 | 5A | 30 |
| Octal | 347 | 127 | 14 | 0 | 76 | 137 | 11 | 25 | 132 | 60 |
| Binary | 11100111 | 1010111 | 1100 | 0 | 111110 | 1011111 | 1001 | 10101 | 1011010 | 110000 |
Color Harmonies of #E7570C
Complementary color
Monochromatic Colors of #E7570C
Black with #E7570C
Text Example
Text Example
White with #E7570C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7570C; }
p { color: rgb(231,87,12); }
H1.HeaderClassName
{
color: #E7570C;
}
.AnyTagClassName
{
color: #E7570C;
}
</style>
background-color css
<style>
a { background-color: #E7570C; }
a { background-color: rgb(231,87,12); }
div.DivClassName
{
background-color: #E7570C;
}
.BgClassName
{
background-color: #E7570C;
}
</style>
border-color css
<style>
span { border-color: #E7570C; }
span { border-color: rgb(231,87,12); }
td.TdClassName
{
border-color: #E7570C;
}
.TagClassName
{
border-color: #E7570C;
}
</style>