Shades of Persimmon #E55719
Tints of Persimmon #E55719
RGB
CMYK
RGB Variations
Color information
#E55719 (or 0xE55719) is known color: Persimmon. HEX triplet: E5, 57 and 19. RGB value is (229,87,25). Sum of RGB (Red+Green+Blue) = 229+87+25=341 (45% of max value = 765). Red value is 229 (89.84% from 255 or 67.16% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 25 (10.16% from 255 or 7.33% from 341); Max value from RGB is 229 - color contains mainly: red. Hex color #E55719 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55719 is #1AA8E6. Grayscale: #7A7A7A. Windows color (decimal): -1747175 or 1660901. OLE color: 1660901.
HSL color Cylindrical-coordinate representation of color #E55719: hue angle of 18.24º 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 #E55719 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 87 | 25 | - |
| CMYK | 0 | 0.62 | 0.89 | 0.10 |
| HSL | 18.24º | 0.8% | 0.5% | - |
| HSV(B) | 18.24º | 0.89% | 0.9% | - |
| XYZ | 35.9 | 23.54 | 3.57 | - |
| YUV | 122.39 | 73.04 | 204.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 87 | 25 | 0 | 0.62 | 0.89 | 0.10 | 18.24 | 0.8 | 0.5 |
| Hex | E5 | 57 | 19 | 0 | 3E | 59 | A | 12 | 50 | 32 |
| Octal | 345 | 127 | 31 | 0 | 76 | 131 | 12 | 22 | 120 | 62 |
| Binary | 11100101 | 1010111 | 11001 | 0 | 111110 | 1011001 | 1010 | 10010 | 1010000 | 110010 |
Color Harmonies of #E55719
Complementary color
Monochromatic Colors of #E55719
Black with #E55719
Text Example
Text Example
White with #E55719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55719; }
p { color: rgb(229,87,25); }
H1.HeaderClassName
{
color: #E55719;
}
.AnyTagClassName
{
color: #E55719;
}
</style>
background-color css
<style>
a { background-color: #E55719; }
a { background-color: rgb(229,87,25); }
div.DivClassName
{
background-color: #E55719;
}
.BgClassName
{
background-color: #E55719;
}
</style>
border-color css
<style>
span { border-color: #E55719; }
span { border-color: rgb(229,87,25); }
td.TdClassName
{
border-color: #E55719;
}
.TagClassName
{
border-color: #E55719;
}
</style>