Shades of Persimmon #E3560D
Tints of Persimmon #E3560D
RGB
CMYK
RGB Variations
Color information
#E3560D (or 0xE3560D) is known color: Persimmon. HEX triplet: E3, 56 and 0D. RGB value is (227,86,13). Sum of RGB (Red+Green+Blue) = 227+86+13=326 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.63% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 13 (5.47% from 255 or 3.99% from 326); Max value from RGB is 227 - color contains mainly: red. Hex color #E3560D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E3560D is #1CA9F2. Grayscale: #787878. Windows color (decimal): -1878515 or 874211. OLE color: 874211.
HSL color Cylindrical-coordinate representation of color #E3560D: hue angle of 20.47º degrees, saturation: 0.89, 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 #E3560D is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 86 | 13 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.11 |
| HSL | 20.47º | 0.89% | 0.47% | - |
| HSV(B) | 20.47º | 0.94% | 0.89% | - |
| XYZ | 35.08 | 23.02 | 2.97 | - |
| YUV | 119.84 | 67.71 | 204.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 86 | 13 | 0 | 0.62 | 0.94 | 0.11 | 20.47 | 0.89 | 0.47 |
| Hex | E3 | 56 | D | 0 | 3E | 5E | B | 14 | 59 | 2F |
| Octal | 343 | 126 | 15 | 0 | 76 | 136 | 13 | 24 | 131 | 57 |
| Binary | 11100011 | 1010110 | 1101 | 0 | 111110 | 1011110 | 1011 | 10100 | 1011001 | 101111 |
Color Harmonies of #E3560D
Complementary color
Monochromatic Colors of #E3560D
Black with #E3560D
Text Example
Text Example
White with #E3560D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3560D; }
p { color: rgb(227,86,13); }
H1.HeaderClassName
{
color: #E3560D;
}
.AnyTagClassName
{
color: #E3560D;
}
</style>
background-color css
<style>
a { background-color: #E3560D; }
a { background-color: rgb(227,86,13); }
div.DivClassName
{
background-color: #E3560D;
}
.BgClassName
{
background-color: #E3560D;
}
</style>
border-color css
<style>
span { border-color: #E3560D; }
span { border-color: rgb(227,86,13); }
td.TdClassName
{
border-color: #E3560D;
}
.TagClassName
{
border-color: #E3560D;
}
</style>