Shades of Persimmon #E85114
Tints of Persimmon #E85114
RGB
CMYK
RGB Variations
Color information
#E85114 (or 0xE85114) is known color: Persimmon. HEX triplet: E8, 51 and 14. RGB value is (232,81,20). Sum of RGB (Red+Green+Blue) = 232+81+20=333 (44% of max value = 765). Red value is 232 (91.02% from 255 or 69.67% from 333); Green value is 81 (32.03% from 255 or 24.32% from 333); Blue value is 20 (8.20% from 255 or 6.01% from 333); Max value from RGB is 232 - color contains mainly: red. Hex color #E85114 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85114 is #17AEEB. Grayscale: #777777. Windows color (decimal): -1552108 or 1331688. OLE color: 1331688.
HSL color Cylindrical-coordinate representation of color #E85114: hue angle of 17.26º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E85114 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 81 | 20 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.09 |
| HSL | 17.26º | 0.84% | 0.49% | - |
| HSV(B) | 17.26º | 0.91% | 0.91% | - |
| XYZ | 36.35 | 23.09 | 3.2 | - |
| YUV | 119.2 | 72.03 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 81 | 20 | 0 | 0.65 | 0.91 | 0.09 | 17.26 | 0.84 | 0.49 |
| Hex | E8 | 51 | 14 | 0 | 41 | 5B | 9 | 11 | 54 | 31 |
| Octal | 350 | 121 | 24 | 0 | 101 | 133 | 11 | 21 | 124 | 61 |
| Binary | 11101000 | 1010001 | 10100 | 0 | 1000001 | 1011011 | 1001 | 10001 | 1010100 | 110001 |
Color Harmonies of #E85114
Complementary color
Monochromatic Colors of #E85114
Black with #E85114
Text Example
Text Example
White with #E85114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85114; }
p { color: rgb(232,81,20); }
H1.HeaderClassName
{
color: #E85114;
}
.AnyTagClassName
{
color: #E85114;
}
</style>
background-color css
<style>
a { background-color: #E85114; }
a { background-color: rgb(232,81,20); }
div.DivClassName
{
background-color: #E85114;
}
.BgClassName
{
background-color: #E85114;
}
</style>
border-color css
<style>
span { border-color: #E85114; }
span { border-color: rgb(232,81,20); }
td.TdClassName
{
border-color: #E85114;
}
.TagClassName
{
border-color: #E85114;
}
</style>