Shades of Persimmon #E85213
Tints of Persimmon #E85213
RGB
CMYK
RGB Variations
Color information
#E85213 (or 0xE85213) is known color: Persimmon. HEX triplet: E8, 52 and 13. RGB value is (232,82,19). Sum of RGB (Red+Green+Blue) = 232+82+19=333 (44% of max value = 765). Red value is 232 (91.02% from 255 or 69.67% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 19 (7.81% from 255 or 5.71% from 333); Max value from RGB is 232 - color contains mainly: red. Hex color #E85213 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85213 is #17ADEC. Grayscale: #787878. Windows color (decimal): -1551853 or 1266408. OLE color: 1266408.
HSL color Cylindrical-coordinate representation of color #E85213: hue angle of 17.75º 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 #E85213 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 82 | 19 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.09 |
| HSL | 17.75º | 0.85% | 0.49% | - |
| HSV(B) | 17.75º | 0.92% | 0.91% | - |
| XYZ | 36.41 | 23.24 | 3.18 | - |
| YUV | 119.67 | 71.2 | 208.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 82 | 19 | 0 | 0.65 | 0.92 | 0.09 | 17.75 | 0.85 | 0.49 |
| Hex | E8 | 52 | 13 | 0 | 41 | 5C | 9 | 12 | 55 | 31 |
| Octal | 350 | 122 | 23 | 0 | 101 | 134 | 11 | 22 | 125 | 61 |
| Binary | 11101000 | 1010010 | 10011 | 0 | 1000001 | 1011100 | 1001 | 10010 | 1010101 | 110001 |
Color Harmonies of #E85213
Complementary color
Monochromatic Colors of #E85213
Black with #E85213
Text Example
Text Example
White with #E85213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85213; }
p { color: rgb(232,82,19); }
H1.HeaderClassName
{
color: #E85213;
}
.AnyTagClassName
{
color: #E85213;
}
</style>
background-color css
<style>
a { background-color: #E85213; }
a { background-color: rgb(232,82,19); }
div.DivClassName
{
background-color: #E85213;
}
.BgClassName
{
background-color: #E85213;
}
</style>
border-color css
<style>
span { border-color: #E85213; }
span { border-color: rgb(232,82,19); }
td.TdClassName
{
border-color: #E85213;
}
.TagClassName
{
border-color: #E85213;
}
</style>