Shades of Persimmon #E55904
Tints of Persimmon #E55904
RGB
CMYK
RGB Variations
Color information
#E55904 (or 0xE55904) is known color: Persimmon. HEX triplet: E5, 59 and 04. RGB value is (229,89,4). Sum of RGB (Red+Green+Blue) = 229+89+4=322 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.12% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 4 (1.95% from 255 or 1.24% from 322); Max value from RGB is 229 - color contains mainly: red. Hex color #E55904 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55904 is #1AA6FB. Grayscale: #797979. Windows color (decimal): -1746684 or 285157. OLE color: 285157.
HSL color Cylindrical-coordinate representation of color #E55904: hue angle of 22.67º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E55904 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 89 | 4 | - |
| CMYK | 0 | 0.61 | 0.98 | 0.10 |
| HSL | 22.67º | 0.97% | 0.46% | - |
| HSV(B) | 22.67º | 0.98% | 0.9% | - |
| XYZ | 35.91 | 23.81 | 2.82 | - |
| YUV | 121.17 | 61.88 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 89 | 4 | 0 | 0.61 | 0.98 | 0.10 | 22.67 | 0.97 | 0.46 |
| Hex | E5 | 59 | 4 | 0 | 3D | 62 | A | 17 | 61 | 2E |
| Octal | 345 | 131 | 4 | 0 | 75 | 142 | 12 | 27 | 141 | 56 |
| Binary | 11100101 | 1011001 | 100 | 0 | 111101 | 1100010 | 1010 | 10111 | 1100001 | 101110 |
Color Harmonies of #E55904
Complementary color
Monochromatic Colors of #E55904
Black with #E55904
Text Example
Text Example
White with #E55904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55904; }
p { color: rgb(229,89,4); }
H1.HeaderClassName
{
color: #E55904;
}
.AnyTagClassName
{
color: #E55904;
}
</style>
background-color css
<style>
a { background-color: #E55904; }
a { background-color: rgb(229,89,4); }
div.DivClassName
{
background-color: #E55904;
}
.BgClassName
{
background-color: #E55904;
}
</style>
border-color css
<style>
span { border-color: #E55904; }
span { border-color: rgb(229,89,4); }
td.TdClassName
{
border-color: #E55904;
}
.TagClassName
{
border-color: #E55904;
}
</style>