Shades of Persimmon #E85904
Tints of Persimmon #E85904
RGB
CMYK
RGB Variations
Color information
#E85904 (or 0xE85904) is known color: Persimmon. HEX triplet: E8, 59 and 04. RGB value is (232,89,4). Sum of RGB (Red+Green+Blue) = 232+89+4=325 (43% of max value = 765). Red value is 232 (91.02% from 255 or 71.38% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 4 (1.95% from 255 or 1.23% from 325); Max value from RGB is 232 - color contains mainly: red. Hex color #E85904 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85904 is #17A6FB. Grayscale: #7A7A7A. Windows color (decimal): -1550076 or 285160. OLE color: 285160.
HSL color Cylindrical-coordinate representation of color #E85904: hue angle of 22.37º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E85904 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 89 | 4 | - |
| CMYK | 0 | 0.62 | 0.98 | 0.09 |
| HSL | 22.37º | 0.97% | 0.46% | - |
| HSV(B) | 22.37º | 0.98% | 0.91% | - |
| XYZ | 36.87 | 24.31 | 2.86 | - |
| YUV | 122.07 | 61.38 | 206.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 89 | 4 | 0 | 0.62 | 0.98 | 0.09 | 22.37 | 0.97 | 0.46 |
| Hex | E8 | 59 | 4 | 0 | 3E | 62 | 9 | 16 | 61 | 2E |
| Octal | 350 | 131 | 4 | 0 | 76 | 142 | 11 | 26 | 141 | 56 |
| Binary | 11101000 | 1011001 | 100 | 0 | 111110 | 1100010 | 1001 | 10110 | 1100001 | 101110 |
Color Harmonies of #E85904
Complementary color
Monochromatic Colors of #E85904
Black with #E85904
Text Example
Text Example
White with #E85904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85904; }
p { color: rgb(232,89,4); }
H1.HeaderClassName
{
color: #E85904;
}
.AnyTagClassName
{
color: #E85904;
}
</style>
background-color css
<style>
a { background-color: #E85904; }
a { background-color: rgb(232,89,4); }
div.DivClassName
{
background-color: #E85904;
}
.BgClassName
{
background-color: #E85904;
}
</style>
border-color css
<style>
span { border-color: #E85904; }
span { border-color: rgb(232,89,4); }
td.TdClassName
{
border-color: #E85904;
}
.TagClassName
{
border-color: #E85904;
}
</style>