Shades of Persimmon #E85019
Tints of Persimmon #E85019
RGB
CMYK
RGB Variations
Color information
#E85019 (or 0xE85019) is known color: Persimmon. HEX triplet: E8, 50 and 19. RGB value is (232,80,25). Sum of RGB (Red+Green+Blue) = 232+80+25=337 (44% of max value = 765). Red value is 232 (91.02% from 255 or 68.84% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 25 (10.16% from 255 or 7.42% from 337); Max value from RGB is 232 - color contains mainly: red. Hex color #E85019 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85019 is #17AFE6. Grayscale: #777777. Windows color (decimal): -1552359 or 1659112. OLE color: 1659112.
HSL color Cylindrical-coordinate representation of color #E85019: hue angle of 15.94º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E85019 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 80 | 25 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.09 |
| HSL | 15.94º | 0.82% | 0.5% | - |
| HSV(B) | 15.94º | 0.89% | 0.91% | - |
| XYZ | 36.32 | 22.96 | 3.44 | - |
| YUV | 119.18 | 74.86 | 208.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 80 | 25 | 0 | 0.66 | 0.89 | 0.09 | 15.94 | 0.82 | 0.5 |
| Hex | E8 | 50 | 19 | 0 | 42 | 59 | 9 | 10 | 52 | 32 |
| Octal | 350 | 120 | 31 | 0 | 102 | 131 | 11 | 20 | 122 | 62 |
| Binary | 11101000 | 1010000 | 11001 | 0 | 1000010 | 1011001 | 1001 | 10000 | 1010010 | 110010 |
Color Harmonies of #E85019
Complementary color
Monochromatic Colors of #E85019
Black with #E85019
Text Example
Text Example
White with #E85019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85019; }
p { color: rgb(232,80,25); }
H1.HeaderClassName
{
color: #E85019;
}
.AnyTagClassName
{
color: #E85019;
}
</style>
background-color css
<style>
a { background-color: #E85019; }
a { background-color: rgb(232,80,25); }
div.DivClassName
{
background-color: #E85019;
}
.BgClassName
{
background-color: #E85019;
}
</style>
border-color css
<style>
span { border-color: #E85019; }
span { border-color: rgb(232,80,25); }
td.TdClassName
{
border-color: #E85019;
}
.TagClassName
{
border-color: #E85019;
}
</style>