Shades of Persimmon #E3560E
Tints of Persimmon #E3560E
RGB
CMYK
RGB Variations
Color information
#E3560E (or 0xE3560E) is known color: Persimmon. HEX triplet: E3, 56 and 0E. RGB value is (227,86,14). Sum of RGB (Red+Green+Blue) = 227+86+14=327 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.42% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 14 (5.86% from 255 or 4.28% from 327); Max value from RGB is 227 - color contains mainly: red. Hex color #E3560E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E3560E is #1CA9F1. Grayscale: #787878. Windows color (decimal): -1878514 or 939747. OLE color: 939747.
HSL color Cylindrical-coordinate representation of color #E3560E: hue angle of 20.28º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E3560E is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 86 | 14 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.11 |
| HSL | 20.28º | 0.88% | 0.47% | - |
| HSV(B) | 20.28º | 0.94% | 0.89% | - |
| XYZ | 35.09 | 23.02 | 3.01 | - |
| YUV | 119.95 | 68.21 | 204.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 86 | 14 | 0 | 0.62 | 0.94 | 0.11 | 20.28 | 0.88 | 0.47 |
| Hex | E3 | 56 | E | 0 | 3E | 5E | B | 14 | 58 | 2F |
| Octal | 343 | 126 | 16 | 0 | 76 | 136 | 13 | 24 | 130 | 57 |
| Binary | 11100011 | 1010110 | 1110 | 0 | 111110 | 1011110 | 1011 | 10100 | 1011000 | 101111 |
Color Harmonies of #E3560E
Complementary color
Monochromatic Colors of #E3560E
Black with #E3560E
Text Example
Text Example
White with #E3560E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3560E; }
p { color: rgb(227,86,14); }
H1.HeaderClassName
{
color: #E3560E;
}
.AnyTagClassName
{
color: #E3560E;
}
</style>
background-color css
<style>
a { background-color: #E3560E; }
a { background-color: rgb(227,86,14); }
div.DivClassName
{
background-color: #E3560E;
}
.BgClassName
{
background-color: #E3560E;
}
</style>
border-color css
<style>
span { border-color: #E3560E; }
span { border-color: rgb(227,86,14); }
td.TdClassName
{
border-color: #E3560E;
}
.TagClassName
{
border-color: #E3560E;
}
</style>