Shades of Persimmon #E85005
Tints of Persimmon #E85005
RGB
CMYK
RGB Variations
Color information
#E85005 (or 0xE85005) is known color: Persimmon. HEX triplet: E8, 50 and 05. RGB value is (232,80,5). Sum of RGB (Red+Green+Blue) = 232+80+5=317 (41% of max value = 765). Red value is 232 (91.02% from 255 or 73.19% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 5 (2.34% from 255 or 1.58% from 317); Max value from RGB is 232 - color contains mainly: red. Hex color #E85005 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85005 is #17AFFA. Grayscale: #757575. Windows color (decimal): -1552379 or 348392. OLE color: 348392.
HSL color Cylindrical-coordinate representation of color #E85005: hue angle of 19.82º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E85005 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 80 | 5 | - |
| CMYK | 0 | 0.66 | 0.98 | 0.09 |
| HSL | 19.82º | 0.96% | 0.46% | - |
| HSV(B) | 19.82º | 0.98% | 0.91% | - |
| XYZ | 36.17 | 22.9 | 2.66 | - |
| YUV | 116.9 | 64.86 | 210.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 80 | 5 | 0 | 0.66 | 0.98 | 0.09 | 19.82 | 0.96 | 0.46 |
| Hex | E8 | 50 | 5 | 0 | 42 | 62 | 9 | 14 | 60 | 2E |
| Octal | 350 | 120 | 5 | 0 | 102 | 142 | 11 | 24 | 140 | 56 |
| Binary | 11101000 | 1010000 | 101 | 0 | 1000010 | 1100010 | 1001 | 10100 | 1100000 | 101110 |
Color Harmonies of #E85005
Complementary color
Monochromatic Colors of #E85005
Black with #E85005
Text Example
Text Example
White with #E85005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85005; }
p { color: rgb(232,80,5); }
H1.HeaderClassName
{
color: #E85005;
}
.AnyTagClassName
{
color: #E85005;
}
</style>
background-color css
<style>
a { background-color: #E85005; }
a { background-color: rgb(232,80,5); }
div.DivClassName
{
background-color: #E85005;
}
.BgClassName
{
background-color: #E85005;
}
</style>
border-color css
<style>
span { border-color: #E85005; }
span { border-color: rgb(232,80,5); }
td.TdClassName
{
border-color: #E85005;
}
.TagClassName
{
border-color: #E85005;
}
</style>