Shades of Persimmon #E3560C
Tints of Persimmon #E3560C
RGB
CMYK
RGB Variations
Color information
#E3560C (or 0xE3560C) is known color: Persimmon. HEX triplet: E3, 56 and 0C. RGB value is (227,86,12). Sum of RGB (Red+Green+Blue) = 227+86+12=325 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.85% from 325); Green value is 86 (33.98% from 255 or 26.46% from 325); Blue value is 12 (5.08% from 255 or 3.69% from 325); Max value from RGB is 227 - color contains mainly: red. Hex color #E3560C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E3560C is #1CA9F3. Grayscale: #787878. Windows color (decimal): -1878516 or 808675. OLE color: 808675.
HSL color Cylindrical-coordinate representation of color #E3560C: hue angle of 20.65º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E3560C is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 86 | 12 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.11 |
| HSL | 20.65º | 0.9% | 0.47% | - |
| HSV(B) | 20.65º | 0.95% | 0.89% | - |
| XYZ | 35.07 | 23.01 | 2.94 | - |
| YUV | 119.72 | 67.21 | 204.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 86 | 12 | 0 | 0.62 | 0.95 | 0.11 | 20.65 | 0.9 | 0.47 |
| Hex | E3 | 56 | C | 0 | 3E | 5F | B | 15 | 5A | 2F |
| Octal | 343 | 126 | 14 | 0 | 76 | 137 | 13 | 25 | 132 | 57 |
| Binary | 11100011 | 1010110 | 1100 | 0 | 111110 | 1011111 | 1011 | 10101 | 1011010 | 101111 |
Color Harmonies of #E3560C
Complementary color
Monochromatic Colors of #E3560C
Black with #E3560C
Text Example
Text Example
White with #E3560C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3560C; }
p { color: rgb(227,86,12); }
H1.HeaderClassName
{
color: #E3560C;
}
.AnyTagClassName
{
color: #E3560C;
}
</style>
background-color css
<style>
a { background-color: #E3560C; }
a { background-color: rgb(227,86,12); }
div.DivClassName
{
background-color: #E3560C;
}
.BgClassName
{
background-color: #E3560C;
}
</style>
border-color css
<style>
span { border-color: #E3560C; }
span { border-color: rgb(227,86,12); }
td.TdClassName
{
border-color: #E3560C;
}
.TagClassName
{
border-color: #E3560C;
}
</style>