Shades of Persimmon #E7570D
Tints of Persimmon #E7570D
RGB
CMYK
RGB Variations
Color information
#E7570D (or 0xE7570D) is known color: Persimmon. HEX triplet: E7, 57 and 0D. RGB value is (231,87,13). Sum of RGB (Red+Green+Blue) = 231+87+13=331 (43% of max value = 765). Red value is 231 (90.62% from 255 or 69.79% from 331); Green value is 87 (34.38% from 255 or 26.28% from 331); Blue value is 13 (5.47% from 255 or 3.93% from 331); Max value from RGB is 231 - color contains mainly: red. Hex color #E7570D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E7570D is #18A8F2. Grayscale: #7A7A7A. Windows color (decimal): -1616115 or 874471. OLE color: 874471.
HSL color Cylindrical-coordinate representation of color #E7570D: hue angle of 20.37º degrees, saturation: 0.89, 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 #E7570D is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 87 | 13 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.09 |
| HSL | 20.37º | 0.89% | 0.48% | - |
| HSV(B) | 20.37º | 0.94% | 0.91% | - |
| XYZ | 36.44 | 23.83 | 3.06 | - |
| YUV | 121.62 | 66.71 | 206.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 87 | 13 | 0 | 0.62 | 0.94 | 0.09 | 20.37 | 0.89 | 0.48 |
| Hex | E7 | 57 | D | 0 | 3E | 5E | 9 | 14 | 59 | 30 |
| Octal | 347 | 127 | 15 | 0 | 76 | 136 | 11 | 24 | 131 | 60 |
| Binary | 11100111 | 1010111 | 1101 | 0 | 111110 | 1011110 | 1001 | 10100 | 1011001 | 110000 |
Color Harmonies of #E7570D
Complementary color
Monochromatic Colors of #E7570D
Black with #E7570D
Text Example
Text Example
White with #E7570D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7570D; }
p { color: rgb(231,87,13); }
H1.HeaderClassName
{
color: #E7570D;
}
.AnyTagClassName
{
color: #E7570D;
}
</style>
background-color css
<style>
a { background-color: #E7570D; }
a { background-color: rgb(231,87,13); }
div.DivClassName
{
background-color: #E7570D;
}
.BgClassName
{
background-color: #E7570D;
}
</style>
border-color css
<style>
span { border-color: #E7570D; }
span { border-color: rgb(231,87,13); }
td.TdClassName
{
border-color: #E7570D;
}
.TagClassName
{
border-color: #E7570D;
}
</style>