Shades of Persimmon #E56511
Tints of Persimmon #E56511
RGB
CMYK
RGB Variations
Color information
#E56511 (or 0xE56511) is known color: Persimmon. HEX triplet: E5, 65 and 11. RGB value is (229,101,17). Sum of RGB (Red+Green+Blue) = 229+101+17=347 (45% of max value = 765). Red value is 229 (89.84% from 255 or 65.99% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 17 (7.03% from 255 or 4.90% from 347); Max value from RGB is 229 - color contains mainly: red. Hex color #E56511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E56511 is #1A9AEE. Grayscale: #828282. Windows color (decimal): -1743599 or 1140197. OLE color: 1140197.
HSL color Cylindrical-coordinate representation of color #E56511: hue angle of 23.77º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E56511 is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 101 | 17 | - |
| CMYK | 0 | 0.56 | 0.93 | 0.10 |
| HSL | 23.77º | 0.86% | 0.48% | - |
| HSV(B) | 23.77º | 0.93% | 0.9% | - |
| XYZ | 37.07 | 26.01 | 3.6 | - |
| YUV | 129.7 | 64.41 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 101 | 17 | 0 | 0.56 | 0.93 | 0.10 | 23.77 | 0.86 | 0.48 |
| Hex | E5 | 65 | 11 | 0 | 38 | 5D | A | 18 | 56 | 30 |
| Octal | 345 | 145 | 21 | 0 | 70 | 135 | 12 | 30 | 126 | 60 |
| Binary | 11100101 | 1100101 | 10001 | 0 | 111000 | 1011101 | 1010 | 11000 | 1010110 | 110000 |
Color Harmonies of #E56511
Complementary color
Monochromatic Colors of #E56511
Black with #E56511
Text Example
Text Example
White with #E56511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56511; }
p { color: rgb(229,101,17); }
H1.HeaderClassName
{
color: #E56511;
}
.AnyTagClassName
{
color: #E56511;
}
</style>
background-color css
<style>
a { background-color: #E56511; }
a { background-color: rgb(229,101,17); }
div.DivClassName
{
background-color: #E56511;
}
.BgClassName
{
background-color: #E56511;
}
</style>
border-color css
<style>
span { border-color: #E56511; }
span { border-color: rgb(229,101,17); }
td.TdClassName
{
border-color: #E56511;
}
.TagClassName
{
border-color: #E56511;
}
</style>