Shades of Persimmon #E85015
Tints of Persimmon #E85015
RGB
CMYK
RGB Variations
Color information
#E85015 (or 0xE85015) is known color: Persimmon. HEX triplet: E8, 50 and 15. RGB value is (232,80,21). Sum of RGB (Red+Green+Blue) = 232+80+21=333 (44% of max value = 765). Red value is 232 (91.02% from 255 or 69.67% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 21 (8.59% from 255 or 6.31% from 333); Max value from RGB is 232 - color contains mainly: red. Hex color #E85015 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85015 is #17AFEA. Grayscale: #777777. Windows color (decimal): -1552363 or 1396968. OLE color: 1396968.
HSL color Cylindrical-coordinate representation of color #E85015: hue angle of 16.78º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E85015 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 80 | 21 | - |
| CMYK | 0 | 0.66 | 0.91 | 0.09 |
| HSL | 16.78º | 0.83% | 0.5% | - |
| HSV(B) | 16.78º | 0.91% | 0.91% | - |
| XYZ | 36.28 | 22.95 | 3.23 | - |
| YUV | 118.72 | 72.86 | 208.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 80 | 21 | 0 | 0.66 | 0.91 | 0.09 | 16.78 | 0.83 | 0.5 |
| Hex | E8 | 50 | 15 | 0 | 42 | 5B | 9 | 11 | 53 | 32 |
| Octal | 350 | 120 | 25 | 0 | 102 | 133 | 11 | 21 | 123 | 62 |
| Binary | 11101000 | 1010000 | 10101 | 0 | 1000010 | 1011011 | 1001 | 10001 | 1010011 | 110010 |
Color Harmonies of #E85015
Complementary color
Monochromatic Colors of #E85015
Black with #E85015
Text Example
Text Example
White with #E85015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85015; }
p { color: rgb(232,80,21); }
H1.HeaderClassName
{
color: #E85015;
}
.AnyTagClassName
{
color: #E85015;
}
</style>
background-color css
<style>
a { background-color: #E85015; }
a { background-color: rgb(232,80,21); }
div.DivClassName
{
background-color: #E85015;
}
.BgClassName
{
background-color: #E85015;
}
</style>
border-color css
<style>
span { border-color: #E85015; }
span { border-color: rgb(232,80,21); }
td.TdClassName
{
border-color: #E85015;
}
.TagClassName
{
border-color: #E85015;
}
</style>