Shades of Persimmon #E4560B
Tints of Persimmon #E4560B
RGB
CMYK
RGB Variations
Color information
#E4560B (or 0xE4560B) is known color: Persimmon. HEX triplet: E4, 56 and 0B. RGB value is (228,86,11). Sum of RGB (Red+Green+Blue) = 228+86+11=325 (43% of max value = 765). Red value is 228 (89.45% from 255 or 70.15% from 325); Green value is 86 (33.98% from 255 or 26.46% from 325); Blue value is 11 (4.69% from 255 or 3.38% from 325); Max value from RGB is 228 - color contains mainly: red. Hex color #E4560B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E4560B is #1BA9F4. Grayscale: #787878. Windows color (decimal): -1812981 or 743140. OLE color: 743140.
HSL color Cylindrical-coordinate representation of color #E4560B: hue angle of 20.74º degrees, saturation: 0.91, 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 #E4560B is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 86 | 11 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.11 |
| HSL | 20.74º | 0.91% | 0.47% | - |
| HSV(B) | 20.74º | 0.95% | 0.89% | - |
| XYZ | 35.38 | 23.17 | 2.92 | - |
| YUV | 119.91 | 66.54 | 205.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 86 | 11 | 0 | 0.62 | 0.95 | 0.11 | 20.74 | 0.91 | 0.47 |
| Hex | E4 | 56 | B | 0 | 3E | 5F | B | 15 | 5B | 2F |
| Octal | 344 | 126 | 13 | 0 | 76 | 137 | 13 | 25 | 133 | 57 |
| Binary | 11100100 | 1010110 | 1011 | 0 | 111110 | 1011111 | 1011 | 10101 | 1011011 | 101111 |
Color Harmonies of #E4560B
Complementary color
Monochromatic Colors of #E4560B
Black with #E4560B
Text Example
Text Example
White with #E4560B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4560B; }
p { color: rgb(228,86,11); }
H1.HeaderClassName
{
color: #E4560B;
}
.AnyTagClassName
{
color: #E4560B;
}
</style>
background-color css
<style>
a { background-color: #E4560B; }
a { background-color: rgb(228,86,11); }
div.DivClassName
{
background-color: #E4560B;
}
.BgClassName
{
background-color: #E4560B;
}
</style>
border-color css
<style>
span { border-color: #E4560B; }
span { border-color: rgb(228,86,11); }
td.TdClassName
{
border-color: #E4560B;
}
.TagClassName
{
border-color: #E4560B;
}
</style>