Shades of Persimmon #E85406
Tints of Persimmon #E85406
RGB
CMYK
RGB Variations
Color information
#E85406 (or 0xE85406) is known color: Persimmon. HEX triplet: E8, 54 and 06. RGB value is (232,84,6). Sum of RGB (Red+Green+Blue) = 232+84+6=322 (42% of max value = 765). Red value is 232 (91.02% from 255 or 72.05% from 322); Green value is 84 (33.20% from 255 or 26.09% from 322); Blue value is 6 (2.73% from 255 or 1.86% from 322); Max value from RGB is 232 - color contains mainly: red. Hex color #E85406 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85406 is #17ABF9. Grayscale: #777777. Windows color (decimal): -1551354 or 414952. OLE color: 414952.
HSL color Cylindrical-coordinate representation of color #E85406: hue angle of 20.71º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E85406 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 84 | 6 | - |
| CMYK | 0 | 0.64 | 0.97 | 0.09 |
| HSL | 20.71º | 0.95% | 0.47% | - |
| HSV(B) | 20.71º | 0.97% | 0.91% | - |
| XYZ | 36.48 | 23.51 | 2.79 | - |
| YUV | 119.36 | 64.03 | 208.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 84 | 6 | 0 | 0.64 | 0.97 | 0.09 | 20.71 | 0.95 | 0.47 |
| Hex | E8 | 54 | 6 | 0 | 40 | 61 | 9 | 15 | 5F | 2F |
| Octal | 350 | 124 | 6 | 0 | 100 | 141 | 11 | 25 | 137 | 57 |
| Binary | 11101000 | 1010100 | 110 | 0 | 1000000 | 1100001 | 1001 | 10101 | 1011111 | 101111 |
Color Harmonies of #E85406
Complementary color
Monochromatic Colors of #E85406
Black with #E85406
Text Example
Text Example
White with #E85406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85406; }
p { color: rgb(232,84,6); }
H1.HeaderClassName
{
color: #E85406;
}
.AnyTagClassName
{
color: #E85406;
}
</style>
background-color css
<style>
a { background-color: #E85406; }
a { background-color: rgb(232,84,6); }
div.DivClassName
{
background-color: #E85406;
}
.BgClassName
{
background-color: #E85406;
}
</style>
border-color css
<style>
span { border-color: #E85406; }
span { border-color: rgb(232,84,6); }
td.TdClassName
{
border-color: #E85406;
}
.TagClassName
{
border-color: #E85406;
}
</style>