Shades of Persimmon #E85313
Tints of Persimmon #E85313
RGB
CMYK
RGB Variations
Color information
#E85313 (or 0xE85313) is known color: Persimmon. HEX triplet: E8, 53 and 13. RGB value is (232,83,19). Sum of RGB (Red+Green+Blue) = 232+83+19=334 (44% of max value = 765). Red value is 232 (91.02% from 255 or 69.46% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 19 (7.81% from 255 or 5.69% from 334); Max value from RGB is 232 - color contains mainly: red. Hex color #E85313 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85313 is #17ACEC. Grayscale: #787878. Windows color (decimal): -1551597 or 1266664. OLE color: 1266664.
HSL color Cylindrical-coordinate representation of color #E85313: hue angle of 18.03º 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 #E85313 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 83 | 19 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.09 |
| HSL | 18.03º | 0.85% | 0.49% | - |
| HSV(B) | 18.03º | 0.92% | 0.91% | - |
| XYZ | 36.49 | 23.39 | 3.21 | - |
| YUV | 120.26 | 70.86 | 207.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 83 | 19 | 0 | 0.64 | 0.92 | 0.09 | 18.03 | 0.85 | 0.49 |
| Hex | E8 | 53 | 13 | 0 | 40 | 5C | 9 | 12 | 55 | 31 |
| Octal | 350 | 123 | 23 | 0 | 100 | 134 | 11 | 22 | 125 | 61 |
| Binary | 11101000 | 1010011 | 10011 | 0 | 1000000 | 1011100 | 1001 | 10010 | 1010101 | 110001 |
Color Harmonies of #E85313
Complementary color
Monochromatic Colors of #E85313
Black with #E85313
Text Example
Text Example
White with #E85313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85313; }
p { color: rgb(232,83,19); }
H1.HeaderClassName
{
color: #E85313;
}
.AnyTagClassName
{
color: #E85313;
}
</style>
background-color css
<style>
a { background-color: #E85313; }
a { background-color: rgb(232,83,19); }
div.DivClassName
{
background-color: #E85313;
}
.BgClassName
{
background-color: #E85313;
}
</style>
border-color css
<style>
span { border-color: #E85313; }
span { border-color: rgb(232,83,19); }
td.TdClassName
{
border-color: #E85313;
}
.TagClassName
{
border-color: #E85313;
}
</style>