Shades of Persimmon #E55917
Tints of Persimmon #E55917
RGB
CMYK
RGB Variations
Color information
#E55917 (or 0xE55917) is known color: Persimmon. HEX triplet: E5, 59 and 17. RGB value is (229,89,23). Sum of RGB (Red+Green+Blue) = 229+89+23=341 (45% of max value = 765). Red value is 229 (89.84% from 255 or 67.16% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 23 (9.38% from 255 or 6.74% from 341); Max value from RGB is 229 - color contains mainly: red. Hex color #E55917 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55917 is #1AA6E8. Grayscale: #7B7B7B. Windows color (decimal): -1746665 or 1530341. OLE color: 1530341.
HSL color Cylindrical-coordinate representation of color #E55917: hue angle of 19.22º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E55917 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 89 | 23 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.10 |
| HSL | 19.22º | 0.82% | 0.49% | - |
| HSV(B) | 19.22º | 0.9% | 0.9% | - |
| XYZ | 36.04 | 23.86 | 3.52 | - |
| YUV | 123.34 | 71.38 | 203.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 89 | 23 | 0 | 0.61 | 0.90 | 0.10 | 19.22 | 0.82 | 0.49 |
| Hex | E5 | 59 | 17 | 0 | 3D | 5A | A | 13 | 52 | 31 |
| Octal | 345 | 131 | 27 | 0 | 75 | 132 | 12 | 23 | 122 | 61 |
| Binary | 11100101 | 1011001 | 10111 | 0 | 111101 | 1011010 | 1010 | 10011 | 1010010 | 110001 |
Color Harmonies of #E55917
Complementary color
Monochromatic Colors of #E55917
Black with #E55917
Text Example
Text Example
White with #E55917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55917; }
p { color: rgb(229,89,23); }
H1.HeaderClassName
{
color: #E55917;
}
.AnyTagClassName
{
color: #E55917;
}
</style>
background-color css
<style>
a { background-color: #E55917; }
a { background-color: rgb(229,89,23); }
div.DivClassName
{
background-color: #E55917;
}
.BgClassName
{
background-color: #E55917;
}
</style>
border-color css
<style>
span { border-color: #E55917; }
span { border-color: rgb(229,89,23); }
td.TdClassName
{
border-color: #E55917;
}
.TagClassName
{
border-color: #E55917;
}
</style>