Shades of Persimmon #E7570F
Tints of Persimmon #E7570F
RGB
CMYK
RGB Variations
Color information
#E7570F (or 0xE7570F) is known color: Persimmon. HEX triplet: E7, 57 and 0F. RGB value is (231,87,15). Sum of RGB (Red+Green+Blue) = 231+87+15=333 (44% of max value = 765). Red value is 231 (90.62% from 255 or 69.37% from 333); Green value is 87 (34.38% from 255 or 26.13% from 333); Blue value is 15 (6.25% from 255 or 4.50% from 333); Max value from RGB is 231 - color contains mainly: red. Hex color #E7570F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E7570F is #18A8F0. Grayscale: #7A7A7A. Windows color (decimal): -1616113 or 1005543. OLE color: 1005543.
HSL color Cylindrical-coordinate representation of color #E7570F: hue angle of 20º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E7570F is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 87 | 15 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.09 |
| HSL | 20º | 0.88% | 0.48% | - |
| HSV(B) | 20º | 0.94% | 0.91% | - |
| XYZ | 36.45 | 23.84 | 3.13 | - |
| YUV | 121.85 | 67.71 | 205.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 87 | 15 | 0 | 0.62 | 0.94 | 0.09 | 20 | 0.88 | 0.48 |
| Hex | E7 | 57 | F | 0 | 3E | 5E | 9 | 14 | 58 | 30 |
| Octal | 347 | 127 | 17 | 0 | 76 | 136 | 11 | 24 | 130 | 60 |
| Binary | 11100111 | 1010111 | 1111 | 0 | 111110 | 1011110 | 1001 | 10100 | 1011000 | 110000 |
Color Harmonies of #E7570F
Complementary color
Monochromatic Colors of #E7570F
Black with #E7570F
Text Example
Text Example
White with #E7570F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7570F; }
p { color: rgb(231,87,15); }
H1.HeaderClassName
{
color: #E7570F;
}
.AnyTagClassName
{
color: #E7570F;
}
</style>
background-color css
<style>
a { background-color: #E7570F; }
a { background-color: rgb(231,87,15); }
div.DivClassName
{
background-color: #E7570F;
}
.BgClassName
{
background-color: #E7570F;
}
</style>
border-color css
<style>
span { border-color: #E7570F; }
span { border-color: rgb(231,87,15); }
td.TdClassName
{
border-color: #E7570F;
}
.TagClassName
{
border-color: #E7570F;
}
</style>