Shades of Persimmon #E85409
Tints of Persimmon #E85409
RGB
CMYK
RGB Variations
Color information
#E85409 (or 0xE85409) is known color: Persimmon. HEX triplet: E8, 54 and 09. RGB value is (232,84,9). Sum of RGB (Red+Green+Blue) = 232+84+9=325 (43% of max value = 765). Red value is 232 (91.02% from 255 or 71.38% from 325); Green value is 84 (33.20% from 255 or 25.85% from 325); Blue value is 9 (3.91% from 255 or 2.77% from 325); Max value from RGB is 232 - color contains mainly: red. Hex color #E85409 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85409 is #17ABF6. Grayscale: #787878. Windows color (decimal): -1551351 or 611560. OLE color: 611560.
HSL color Cylindrical-coordinate representation of color #E85409: hue angle of 20.18º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E85409 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 84 | 9 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.09 |
| HSL | 20.18º | 0.93% | 0.47% | - |
| HSV(B) | 20.18º | 0.96% | 0.91% | - |
| XYZ | 36.5 | 23.52 | 2.87 | - |
| YUV | 119.7 | 65.53 | 208.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 84 | 9 | 0 | 0.64 | 0.96 | 0.09 | 20.18 | 0.93 | 0.47 |
| Hex | E8 | 54 | 9 | 0 | 40 | 60 | 9 | 14 | 5D | 2F |
| Octal | 350 | 124 | 11 | 0 | 100 | 140 | 11 | 24 | 135 | 57 |
| Binary | 11101000 | 1010100 | 1001 | 0 | 1000000 | 1100000 | 1001 | 10100 | 1011101 | 101111 |
Color Harmonies of #E85409
Complementary color
Monochromatic Colors of #E85409
Black with #E85409
Text Example
Text Example
White with #E85409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85409; }
p { color: rgb(232,84,9); }
H1.HeaderClassName
{
color: #E85409;
}
.AnyTagClassName
{
color: #E85409;
}
</style>
background-color css
<style>
a { background-color: #E85409; }
a { background-color: rgb(232,84,9); }
div.DivClassName
{
background-color: #E85409;
}
.BgClassName
{
background-color: #E85409;
}
</style>
border-color css
<style>
span { border-color: #E85409; }
span { border-color: rgb(232,84,9); }
td.TdClassName
{
border-color: #E85409;
}
.TagClassName
{
border-color: #E85409;
}
</style>