Shades of Persimmon #E85A13
Tints of Persimmon #E85A13
RGB
CMYK
RGB Variations
Color information
#E85A13 (or 0xE85A13) is known color: Persimmon. HEX triplet: E8, 5A and 13. RGB value is (232,90,19). Sum of RGB (Red+Green+Blue) = 232+90+19=341 (45% of max value = 765). Red value is 232 (91.02% from 255 or 68.04% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 19 (7.81% from 255 or 5.57% from 341); Max value from RGB is 232 - color contains mainly: red. Hex color #E85A13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85A13 is #17A5EC. Grayscale: #7C7C7C. Windows color (decimal): -1549805 or 1268456. OLE color: 1268456.
HSL color Cylindrical-coordinate representation of color #E85A13: hue angle of 20º 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 #E85A13 is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 90 | 19 | - |
| CMYK | 0 | 0.61 | 0.92 | 0.09 |
| HSL | 20º | 0.85% | 0.49% | - |
| HSV(B) | 20º | 0.92% | 0.91% | - |
| XYZ | 37.05 | 24.52 | 3.4 | - |
| YUV | 124.36 | 68.54 | 204.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 90 | 19 | 0 | 0.61 | 0.92 | 0.09 | 20 | 0.85 | 0.49 |
| Hex | E8 | 5A | 13 | 0 | 3D | 5C | 9 | 14 | 55 | 31 |
| Octal | 350 | 132 | 23 | 0 | 75 | 134 | 11 | 24 | 125 | 61 |
| Binary | 11101000 | 1011010 | 10011 | 0 | 111101 | 1011100 | 1001 | 10100 | 1010101 | 110001 |
Color Harmonies of #E85A13
Complementary color
Monochromatic Colors of #E85A13
Black with #E85A13
Text Example
Text Example
White with #E85A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85A13; }
p { color: rgb(232,90,19); }
H1.HeaderClassName
{
color: #E85A13;
}
.AnyTagClassName
{
color: #E85A13;
}
</style>
background-color css
<style>
a { background-color: #E85A13; }
a { background-color: rgb(232,90,19); }
div.DivClassName
{
background-color: #E85A13;
}
.BgClassName
{
background-color: #E85A13;
}
</style>
border-color css
<style>
span { border-color: #E85A13; }
span { border-color: rgb(232,90,19); }
td.TdClassName
{
border-color: #E85A13;
}
.TagClassName
{
border-color: #E85A13;
}
</style>