Shades of Persimmon #E55910
Tints of Persimmon #E55910
RGB
CMYK
RGB Variations
Color information
#E55910 (or 0xE55910) is known color: Persimmon. HEX triplet: E5, 59 and 10. RGB value is (229,89,16). Sum of RGB (Red+Green+Blue) = 229+89+16=334 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.56% from 334); Green value is 89 (35.16% from 255 or 26.65% from 334); Blue value is 16 (6.64% from 255 or 4.79% from 334); Max value from RGB is 229 - color contains mainly: red. Hex color #E55910 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55910 is #1AA6EF. Grayscale: #7A7A7A. Windows color (decimal): -1746672 or 1071589. OLE color: 1071589.
HSL color Cylindrical-coordinate representation of color #E55910: hue angle of 20.56º 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 #E55910 is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 89 | 16 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.10 |
| HSL | 20.56º | 0.87% | 0.48% | - |
| HSV(B) | 20.56º | 0.93% | 0.9% | - |
| XYZ | 35.98 | 23.84 | 3.2 | - |
| YUV | 122.54 | 67.88 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 89 | 16 | 0 | 0.61 | 0.93 | 0.10 | 20.56 | 0.87 | 0.48 |
| Hex | E5 | 59 | 10 | 0 | 3D | 5D | A | 15 | 57 | 30 |
| Octal | 345 | 131 | 20 | 0 | 75 | 135 | 12 | 25 | 127 | 60 |
| Binary | 11100101 | 1011001 | 10000 | 0 | 111101 | 1011101 | 1010 | 10101 | 1010111 | 110000 |
Color Harmonies of #E55910
Complementary color
Monochromatic Colors of #E55910
Black with #E55910
Text Example
Text Example
White with #E55910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55910; }
p { color: rgb(229,89,16); }
H1.HeaderClassName
{
color: #E55910;
}
.AnyTagClassName
{
color: #E55910;
}
</style>
background-color css
<style>
a { background-color: #E55910; }
a { background-color: rgb(229,89,16); }
div.DivClassName
{
background-color: #E55910;
}
.BgClassName
{
background-color: #E55910;
}
</style>
border-color css
<style>
span { border-color: #E55910; }
span { border-color: rgb(229,89,16); }
td.TdClassName
{
border-color: #E55910;
}
.TagClassName
{
border-color: #E55910;
}
</style>