Shades of Persimmon #E56010
Tints of Persimmon #E56010
RGB
CMYK
RGB Variations
Color information
#E56010 (or 0xE56010) is known color: Persimmon. HEX triplet: E5, 60 and 10. RGB value is (229,96,16). Sum of RGB (Red+Green+Blue) = 229+96+16=341 (45% of max value = 765). Red value is 229 (89.84% from 255 or 67.16% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 16 (6.64% from 255 or 4.69% from 341); Max value from RGB is 229 - color contains mainly: red. Hex color #E56010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E56010 is #1A9FEF. Grayscale: #7F7F7F. Windows color (decimal): -1744880 or 1073381. OLE color: 1073381.
HSL color Cylindrical-coordinate representation of color #E56010: hue angle of 22.54º 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 #E56010 is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 96 | 16 | - |
| CMYK | 0 | 0.58 | 0.93 | 0.10 |
| HSL | 22.54º | 0.87% | 0.48% | - |
| HSV(B) | 22.54º | 0.93% | 0.9% | - |
| XYZ | 36.59 | 25.06 | 3.4 | - |
| YUV | 126.65 | 65.56 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 96 | 16 | 0 | 0.58 | 0.93 | 0.10 | 22.54 | 0.87 | 0.48 |
| Hex | E5 | 60 | 10 | 0 | 3A | 5D | A | 17 | 57 | 30 |
| Octal | 345 | 140 | 20 | 0 | 72 | 135 | 12 | 27 | 127 | 60 |
| Binary | 11100101 | 1100000 | 10000 | 0 | 111010 | 1011101 | 1010 | 10111 | 1010111 | 110000 |
Color Harmonies of #E56010
Complementary color
Monochromatic Colors of #E56010
Black with #E56010
Text Example
Text Example
White with #E56010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56010; }
p { color: rgb(229,96,16); }
H1.HeaderClassName
{
color: #E56010;
}
.AnyTagClassName
{
color: #E56010;
}
</style>
background-color css
<style>
a { background-color: #E56010; }
a { background-color: rgb(229,96,16); }
div.DivClassName
{
background-color: #E56010;
}
.BgClassName
{
background-color: #E56010;
}
</style>
border-color css
<style>
span { border-color: #E56010; }
span { border-color: rgb(229,96,16); }
td.TdClassName
{
border-color: #E56010;
}
.TagClassName
{
border-color: #E56010;
}
</style>