Shades of Persimmon #E1560C
Tints of Persimmon #E1560C
RGB
CMYK
RGB Variations
Color information
#E1560C (or 0xE1560C) is known color: Persimmon. HEX triplet: E1, 56 and 0C. RGB value is (225,86,12). Sum of RGB (Red+Green+Blue) = 225+86+12=323 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.66% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 12 (5.08% from 255 or 3.72% from 323); Max value from RGB is 225 - color contains mainly: red. Hex color #E1560C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E1560C is #1EA9F3. Grayscale: #777777. Windows color (decimal): -2009588 or 808673. OLE color: 808673.
HSL color Cylindrical-coordinate representation of color #E1560C: hue angle of 20.85º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E1560C is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 86 | 12 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.12 |
| HSL | 20.85º | 0.9% | 0.46% | - |
| HSV(B) | 20.85º | 0.95% | 0.88% | - |
| XYZ | 34.45 | 22.69 | 2.91 | - |
| YUV | 119.13 | 67.55 | 203.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 86 | 12 | 0 | 0.62 | 0.95 | 0.12 | 20.85 | 0.9 | 0.46 |
| Hex | E1 | 56 | C | 0 | 3E | 5F | C | 15 | 5A | 2E |
| Octal | 341 | 126 | 14 | 0 | 76 | 137 | 14 | 25 | 132 | 56 |
| Binary | 11100001 | 1010110 | 1100 | 0 | 111110 | 1011111 | 1100 | 10101 | 1011010 | 101110 |
Color Harmonies of #E1560C
Complementary color
Monochromatic Colors of #E1560C
Black with #E1560C
Text Example
Text Example
White with #E1560C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1560C; }
p { color: rgb(225,86,12); }
H1.HeaderClassName
{
color: #E1560C;
}
.AnyTagClassName
{
color: #E1560C;
}
</style>
background-color css
<style>
a { background-color: #E1560C; }
a { background-color: rgb(225,86,12); }
div.DivClassName
{
background-color: #E1560C;
}
.BgClassName
{
background-color: #E1560C;
}
</style>
border-color css
<style>
span { border-color: #E1560C; }
span { border-color: rgb(225,86,12); }
td.TdClassName
{
border-color: #E1560C;
}
.TagClassName
{
border-color: #E1560C;
}
</style>