Shades of Persimmon #E5560B
Tints of Persimmon #E5560B
RGB
CMYK
RGB Variations
Color information
#E5560B (or 0xE5560B) is known color: Persimmon. HEX triplet: E5, 56 and 0B. RGB value is (229,86,11). Sum of RGB (Red+Green+Blue) = 229+86+11=326 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.25% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 11 (4.69% from 255 or 3.37% from 326); Max value from RGB is 229 - color contains mainly: red. Hex color #E5560B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E5560B is #1AA9F4. Grayscale: #787878. Windows color (decimal): -1747445 or 743141. OLE color: 743141.
HSL color Cylindrical-coordinate representation of color #E5560B: hue angle of 20.64º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E5560B is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 86 | 11 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.10 |
| HSL | 20.64º | 0.91% | 0.47% | - |
| HSV(B) | 20.64º | 0.95% | 0.9% | - |
| XYZ | 35.7 | 23.34 | 2.94 | - |
| YUV | 120.21 | 66.38 | 205.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 86 | 11 | 0 | 0.62 | 0.95 | 0.10 | 20.64 | 0.91 | 0.47 |
| Hex | E5 | 56 | B | 0 | 3E | 5F | A | 15 | 5B | 2F |
| Octal | 345 | 126 | 13 | 0 | 76 | 137 | 12 | 25 | 133 | 57 |
| Binary | 11100101 | 1010110 | 1011 | 0 | 111110 | 1011111 | 1010 | 10101 | 1011011 | 101111 |
Color Harmonies of #E5560B
Complementary color
Monochromatic Colors of #E5560B
Black with #E5560B
Text Example
Text Example
White with #E5560B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5560B; }
p { color: rgb(229,86,11); }
H1.HeaderClassName
{
color: #E5560B;
}
.AnyTagClassName
{
color: #E5560B;
}
</style>
background-color css
<style>
a { background-color: #E5560B; }
a { background-color: rgb(229,86,11); }
div.DivClassName
{
background-color: #E5560B;
}
.BgClassName
{
background-color: #E5560B;
}
</style>
border-color css
<style>
span { border-color: #E5560B; }
span { border-color: rgb(229,86,11); }
td.TdClassName
{
border-color: #E5560B;
}
.TagClassName
{
border-color: #E5560B;
}
</style>