Shades of Persimmon #E4560D
Tints of Persimmon #E4560D
RGB
CMYK
RGB Variations
Color information
#E4560D (or 0xE4560D) is known color: Persimmon. HEX triplet: E4, 56 and 0D. RGB value is (228,86,13). Sum of RGB (Red+Green+Blue) = 228+86+13=327 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.72% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 13 (5.47% from 255 or 3.98% from 327); Max value from RGB is 228 - color contains mainly: red. Hex color #E4560D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E4560D is #1BA9F2. Grayscale: #787878. Windows color (decimal): -1812979 or 874212. OLE color: 874212.
HSL color Cylindrical-coordinate representation of color #E4560D: hue angle of 20.37º 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 #E4560D is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 86 | 13 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.11 |
| HSL | 20.37º | 0.89% | 0.47% | - |
| HSV(B) | 20.37º | 0.94% | 0.89% | - |
| XYZ | 35.4 | 23.18 | 2.99 | - |
| YUV | 120.14 | 67.54 | 204.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 86 | 13 | 0 | 0.62 | 0.94 | 0.11 | 20.37 | 0.89 | 0.47 |
| Hex | E4 | 56 | D | 0 | 3E | 5E | B | 14 | 59 | 2F |
| Octal | 344 | 126 | 15 | 0 | 76 | 136 | 13 | 24 | 131 | 57 |
| Binary | 11100100 | 1010110 | 1101 | 0 | 111110 | 1011110 | 1011 | 10100 | 1011001 | 101111 |
Color Harmonies of #E4560D
Complementary color
Monochromatic Colors of #E4560D
Black with #E4560D
Text Example
Text Example
White with #E4560D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4560D; }
p { color: rgb(228,86,13); }
H1.HeaderClassName
{
color: #E4560D;
}
.AnyTagClassName
{
color: #E4560D;
}
</style>
background-color css
<style>
a { background-color: #E4560D; }
a { background-color: rgb(228,86,13); }
div.DivClassName
{
background-color: #E4560D;
}
.BgClassName
{
background-color: #E4560D;
}
</style>
border-color css
<style>
span { border-color: #E4560D; }
span { border-color: rgb(228,86,13); }
td.TdClassName
{
border-color: #E4560D;
}
.TagClassName
{
border-color: #E4560D;
}
</style>