Shades of Persimmon #E55810
Tints of Persimmon #E55810
RGB
CMYK
RGB Variations
Color information
#E55810 (or 0xE55810) is known color: Persimmon. HEX triplet: E5, 58 and 10. RGB value is (229,88,16). Sum of RGB (Red+Green+Blue) = 229+88+16=333 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.77% from 333); Green value is 88 (34.77% from 255 or 26.43% from 333); Blue value is 16 (6.64% from 255 or 4.80% from 333); Max value from RGB is 229 - color contains mainly: red. Hex color #E55810 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55810 is #1AA7EF. Grayscale: #7A7A7A. Windows color (decimal): -1746928 or 1071333. OLE color: 1071333.
HSL color Cylindrical-coordinate representation of color #E55810: hue angle of 20.28º 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 #E55810 is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 88 | 16 | - |
| CMYK | 0 | 0.62 | 0.93 | 0.10 |
| HSL | 20.28º | 0.87% | 0.48% | - |
| HSV(B) | 20.28º | 0.93% | 0.9% | - |
| XYZ | 35.9 | 23.67 | 3.17 | - |
| YUV | 121.95 | 68.21 | 204.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 88 | 16 | 0 | 0.62 | 0.93 | 0.10 | 20.28 | 0.87 | 0.48 |
| Hex | E5 | 58 | 10 | 0 | 3E | 5D | A | 14 | 57 | 30 |
| Octal | 345 | 130 | 20 | 0 | 76 | 135 | 12 | 24 | 127 | 60 |
| Binary | 11100101 | 1011000 | 10000 | 0 | 111110 | 1011101 | 1010 | 10100 | 1010111 | 110000 |
Color Harmonies of #E55810
Complementary color
Monochromatic Colors of #E55810
Black with #E55810
Text Example
Text Example
White with #E55810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55810; }
p { color: rgb(229,88,16); }
H1.HeaderClassName
{
color: #E55810;
}
.AnyTagClassName
{
color: #E55810;
}
</style>
background-color css
<style>
a { background-color: #E55810; }
a { background-color: rgb(229,88,16); }
div.DivClassName
{
background-color: #E55810;
}
.BgClassName
{
background-color: #E55810;
}
</style>
border-color css
<style>
span { border-color: #E55810; }
span { border-color: rgb(229,88,16); }
td.TdClassName
{
border-color: #E55810;
}
.TagClassName
{
border-color: #E55810;
}
</style>