Shades of Persimmon #E55119
Tints of Persimmon #E55119
RGB
CMYK
RGB Variations
Color information
#E55119 (or 0xE55119) is known color: Persimmon. HEX triplet: E5, 51 and 19. RGB value is (229,81,25). Sum of RGB (Red+Green+Blue) = 229+81+25=335 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.36% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 25 (10.16% from 255 or 7.46% from 335); Max value from RGB is 229 - color contains mainly: red. Hex color #E55119 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55119 is #1AAEE6. Grayscale: #777777. Windows color (decimal): -1748711 or 1659365. OLE color: 1659365.
HSL color Cylindrical-coordinate representation of color #E55119: hue angle of 16.47º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E55119 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 81 | 25 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.10 |
| HSL | 16.47º | 0.8% | 0.5% | - |
| HSV(B) | 16.47º | 0.89% | 0.9% | - |
| XYZ | 35.43 | 22.61 | 3.42 | - |
| YUV | 118.87 | 75.03 | 206.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 81 | 25 | 0 | 0.65 | 0.89 | 0.10 | 16.47 | 0.8 | 0.5 |
| Hex | E5 | 51 | 19 | 0 | 41 | 59 | A | 10 | 50 | 32 |
| Octal | 345 | 121 | 31 | 0 | 101 | 131 | 12 | 20 | 120 | 62 |
| Binary | 11100101 | 1010001 | 11001 | 0 | 1000001 | 1011001 | 1010 | 10000 | 1010000 | 110010 |
Color Harmonies of #E55119
Complementary color
Monochromatic Colors of #E55119
Black with #E55119
Text Example
Text Example
White with #E55119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55119; }
p { color: rgb(229,81,25); }
H1.HeaderClassName
{
color: #E55119;
}
.AnyTagClassName
{
color: #E55119;
}
</style>
background-color css
<style>
a { background-color: #E55119; }
a { background-color: rgb(229,81,25); }
div.DivClassName
{
background-color: #E55119;
}
.BgClassName
{
background-color: #E55119;
}
</style>
border-color css
<style>
span { border-color: #E55119; }
span { border-color: rgb(229,81,25); }
td.TdClassName
{
border-color: #E55119;
}
.TagClassName
{
border-color: #E55119;
}
</style>