Shades of Persimmon #E1570D
Tints of Persimmon #E1570D
RGB
CMYK
RGB Variations
Color information
#E1570D (or 0xE1570D) is known color: Persimmon. HEX triplet: E1, 57 and 0D. RGB value is (225,87,13). Sum of RGB (Red+Green+Blue) = 225+87+13=325 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.23% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 13 (5.47% from 255 or 4% from 325); Max value from RGB is 225 - color contains mainly: red. Hex color #E1570D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E1570D is #1EA8F2. Grayscale: #787878. Windows color (decimal): -2009331 or 874465. OLE color: 874465.
HSL color Cylindrical-coordinate representation of color #E1570D: hue angle of 20.94º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E1570D is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 87 | 13 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.12 |
| HSL | 20.94º | 0.89% | 0.47% | - |
| HSV(B) | 20.94º | 0.94% | 0.88% | - |
| XYZ | 34.53 | 22.85 | 2.97 | - |
| YUV | 119.83 | 67.72 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 87 | 13 | 0 | 0.61 | 0.94 | 0.12 | 20.94 | 0.89 | 0.47 |
| Hex | E1 | 57 | D | 0 | 3D | 5E | C | 15 | 59 | 2F |
| Octal | 341 | 127 | 15 | 0 | 75 | 136 | 14 | 25 | 131 | 57 |
| Binary | 11100001 | 1010111 | 1101 | 0 | 111101 | 1011110 | 1100 | 10101 | 1011001 | 101111 |
Color Harmonies of #E1570D
Complementary color
Monochromatic Colors of #E1570D
Black with #E1570D
Text Example
Text Example
White with #E1570D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1570D; }
p { color: rgb(225,87,13); }
H1.HeaderClassName
{
color: #E1570D;
}
.AnyTagClassName
{
color: #E1570D;
}
</style>
background-color css
<style>
a { background-color: #E1570D; }
a { background-color: rgb(225,87,13); }
div.DivClassName
{
background-color: #E1570D;
}
.BgClassName
{
background-color: #E1570D;
}
</style>
border-color css
<style>
span { border-color: #E1570D; }
span { border-color: rgb(225,87,13); }
td.TdClassName
{
border-color: #E1570D;
}
.TagClassName
{
border-color: #E1570D;
}
</style>