Shades of Persimmon #E85013
Tints of Persimmon #E85013
RGB
CMYK
RGB Variations
Color information
#E85013 (or 0xE85013) is known color: Persimmon. HEX triplet: E8, 50 and 13. RGB value is (232,80,19). Sum of RGB (Red+Green+Blue) = 232+80+19=331 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.09% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 19 (7.81% from 255 or 5.74% from 331); Max value from RGB is 232 - color contains mainly: red. Hex color #E85013 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85013 is #17AFEC. Grayscale: #767676. Windows color (decimal): -1552365 or 1265896. OLE color: 1265896.
HSL color Cylindrical-coordinate representation of color #E85013: hue angle of 17.18º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E85013 is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 80 | 19 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.09 |
| HSL | 17.18º | 0.85% | 0.49% | - |
| HSV(B) | 17.18º | 0.92% | 0.91% | - |
| XYZ | 36.26 | 22.94 | 3.13 | - |
| YUV | 118.49 | 71.86 | 208.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 80 | 19 | 0 | 0.66 | 0.92 | 0.09 | 17.18 | 0.85 | 0.49 |
| Hex | E8 | 50 | 13 | 0 | 42 | 5C | 9 | 11 | 55 | 31 |
| Octal | 350 | 120 | 23 | 0 | 102 | 134 | 11 | 21 | 125 | 61 |
| Binary | 11101000 | 1010000 | 10011 | 0 | 1000010 | 1011100 | 1001 | 10001 | 1010101 | 110001 |
Color Harmonies of #E85013
Complementary color
Monochromatic Colors of #E85013
Black with #E85013
Text Example
Text Example
White with #E85013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85013; }
p { color: rgb(232,80,19); }
H1.HeaderClassName
{
color: #E85013;
}
.AnyTagClassName
{
color: #E85013;
}
</style>
background-color css
<style>
a { background-color: #E85013; }
a { background-color: rgb(232,80,19); }
div.DivClassName
{
background-color: #E85013;
}
.BgClassName
{
background-color: #E85013;
}
</style>
border-color css
<style>
span { border-color: #E85013; }
span { border-color: rgb(232,80,19); }
td.TdClassName
{
border-color: #E85013;
}
.TagClassName
{
border-color: #E85013;
}
</style>