Shades of Persimmon #E56210
Tints of Persimmon #E56210
RGB
CMYK
RGB Variations
Color information
#E56210 (or 0xE56210) is known color: Persimmon. HEX triplet: E5, 62 and 10. RGB value is (229,98,16). Sum of RGB (Red+Green+Blue) = 229+98+16=343 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.76% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 16 (6.64% from 255 or 4.66% from 343); Max value from RGB is 229 - color contains mainly: red. Hex color #E56210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E56210 is #1A9DEF. Grayscale: #808080. Windows color (decimal): -1744368 or 1073893. OLE color: 1073893.
HSL color Cylindrical-coordinate representation of color #E56210: hue angle of 23.1º degrees, saturation: 0.87, 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 #E56210 is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 98 | 16 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.10 |
| HSL | 23.1º | 0.87% | 0.48% | - |
| HSV(B) | 23.1º | 0.93% | 0.9% | - |
| XYZ | 36.77 | 25.43 | 3.46 | - |
| YUV | 127.82 | 64.9 | 200.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 98 | 16 | 0 | 0.57 | 0.93 | 0.10 | 23.1 | 0.87 | 0.48 |
| Hex | E5 | 62 | 10 | 0 | 39 | 5D | A | 17 | 57 | 30 |
| Octal | 345 | 142 | 20 | 0 | 71 | 135 | 12 | 27 | 127 | 60 |
| Binary | 11100101 | 1100010 | 10000 | 0 | 111001 | 1011101 | 1010 | 10111 | 1010111 | 110000 |
Color Harmonies of #E56210
Complementary color
Monochromatic Colors of #E56210
Black with #E56210
Text Example
Text Example
White with #E56210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56210; }
p { color: rgb(229,98,16); }
H1.HeaderClassName
{
color: #E56210;
}
.AnyTagClassName
{
color: #E56210;
}
</style>
background-color css
<style>
a { background-color: #E56210; }
a { background-color: rgb(229,98,16); }
div.DivClassName
{
background-color: #E56210;
}
.BgClassName
{
background-color: #E56210;
}
</style>
border-color css
<style>
span { border-color: #E56210; }
span { border-color: rgb(229,98,16); }
td.TdClassName
{
border-color: #E56210;
}
.TagClassName
{
border-color: #E56210;
}
</style>