Shades of Persimmon #E55818
Tints of Persimmon #E55818
RGB
CMYK
RGB Variations
Color information
#E55818 (or 0xE55818) is known color: Persimmon. HEX triplet: E5, 58 and 18. RGB value is (229,88,24). Sum of RGB (Red+Green+Blue) = 229+88+24=341 (45% of max value = 765). Red value is 229 (89.84% from 255 or 67.16% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 24 (9.77% from 255 or 7.04% from 341); Max value from RGB is 229 - color contains mainly: red. Hex color #E55818 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55818 is #1AA7E7. Grayscale: #7B7B7B. Windows color (decimal): -1746920 or 1595621. OLE color: 1595621.
HSL color Cylindrical-coordinate representation of color #E55818: hue angle of 18.73º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E55818 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 88 | 24 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.10 |
| HSL | 18.73º | 0.81% | 0.5% | - |
| HSV(B) | 18.73º | 0.9% | 0.9% | - |
| XYZ | 35.97 | 23.7 | 3.54 | - |
| YUV | 122.86 | 72.21 | 203.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 88 | 24 | 0 | 0.62 | 0.90 | 0.10 | 18.73 | 0.81 | 0.5 |
| Hex | E5 | 58 | 18 | 0 | 3E | 5A | A | 13 | 51 | 32 |
| Octal | 345 | 130 | 30 | 0 | 76 | 132 | 12 | 23 | 121 | 62 |
| Binary | 11100101 | 1011000 | 11000 | 0 | 111110 | 1011010 | 1010 | 10011 | 1010001 | 110010 |
Color Harmonies of #E55818
Complementary color
Monochromatic Colors of #E55818
Black with #E55818
Text Example
Text Example
White with #E55818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55818; }
p { color: rgb(229,88,24); }
H1.HeaderClassName
{
color: #E55818;
}
.AnyTagClassName
{
color: #E55818;
}
</style>
background-color css
<style>
a { background-color: #E55818; }
a { background-color: rgb(229,88,24); }
div.DivClassName
{
background-color: #E55818;
}
.BgClassName
{
background-color: #E55818;
}
</style>
border-color css
<style>
span { border-color: #E55818; }
span { border-color: rgb(229,88,24); }
td.TdClassName
{
border-color: #E55818;
}
.TagClassName
{
border-color: #E55818;
}
</style>