Shades of Persimmon #E1560F
Tints of Persimmon #E1560F
RGB
CMYK
RGB Variations
Color information
#E1560F (or 0xE1560F) is known color: Persimmon. HEX triplet: E1, 56 and 0F. RGB value is (225,86,15). Sum of RGB (Red+Green+Blue) = 225+86+15=326 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.02% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 15 (6.25% from 255 or 4.60% from 326); Max value from RGB is 225 - color contains mainly: red. Hex color #E1560F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E1560F is #1EA9F0. Grayscale: #777777. Windows color (decimal): -2009585 or 1005281. OLE color: 1005281.
HSL color Cylindrical-coordinate representation of color #E1560F: hue angle of 20.29º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E1560F is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 86 | 15 | - |
| CMYK | 0 | 0.62 | 0.93 | 0.12 |
| HSL | 20.29º | 0.88% | 0.47% | - |
| HSV(B) | 20.29º | 0.93% | 0.88% | - |
| XYZ | 34.47 | 22.7 | 3.02 | - |
| YUV | 119.47 | 69.05 | 203.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 86 | 15 | 0 | 0.62 | 0.93 | 0.12 | 20.29 | 0.88 | 0.47 |
| Hex | E1 | 56 | F | 0 | 3E | 5D | C | 14 | 58 | 2F |
| Octal | 341 | 126 | 17 | 0 | 76 | 135 | 14 | 24 | 130 | 57 |
| Binary | 11100001 | 1010110 | 1111 | 0 | 111110 | 1011101 | 1100 | 10100 | 1011000 | 101111 |
Color Harmonies of #E1560F
Complementary color
Monochromatic Colors of #E1560F
Black with #E1560F
Text Example
Text Example
White with #E1560F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1560F; }
p { color: rgb(225,86,15); }
H1.HeaderClassName
{
color: #E1560F;
}
.AnyTagClassName
{
color: #E1560F;
}
</style>
background-color css
<style>
a { background-color: #E1560F; }
a { background-color: rgb(225,86,15); }
div.DivClassName
{
background-color: #E1560F;
}
.BgClassName
{
background-color: #E1560F;
}
</style>
border-color css
<style>
span { border-color: #E1560F; }
span { border-color: rgb(225,86,15); }
td.TdClassName
{
border-color: #E1560F;
}
.TagClassName
{
border-color: #E1560F;
}
</style>