Shades of Persimmon #E85205
Tints of Persimmon #E85205
RGB
CMYK
RGB Variations
Color information
#E85205 (or 0xE85205) is known color: Persimmon. HEX triplet: E8, 52 and 05. RGB value is (232,82,5). Sum of RGB (Red+Green+Blue) = 232+82+5=319 (42% of max value = 765). Red value is 232 (91.02% from 255 or 72.73% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 5 (2.34% from 255 or 1.57% from 319); Max value from RGB is 232 - color contains mainly: red. Hex color #E85205 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85205 is #17ADFA. Grayscale: #767676. Windows color (decimal): -1551867 or 348904. OLE color: 348904.
HSL color Cylindrical-coordinate representation of color #E85205: hue angle of 20.35º 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 #E85205 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 82 | 5 | - |
| CMYK | 0 | 0.65 | 0.98 | 0.09 |
| HSL | 20.35º | 0.96% | 0.46% | - |
| HSV(B) | 20.35º | 0.98% | 0.91% | - |
| XYZ | 36.32 | 23.2 | 2.71 | - |
| YUV | 118.07 | 64.2 | 209.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 82 | 5 | 0 | 0.65 | 0.98 | 0.09 | 20.35 | 0.96 | 0.46 |
| Hex | E8 | 52 | 5 | 0 | 41 | 62 | 9 | 14 | 60 | 2E |
| Octal | 350 | 122 | 5 | 0 | 101 | 142 | 11 | 24 | 140 | 56 |
| Binary | 11101000 | 1010010 | 101 | 0 | 1000001 | 1100010 | 1001 | 10100 | 1100000 | 101110 |
Color Harmonies of #E85205
Complementary color
Monochromatic Colors of #E85205
Black with #E85205
Text Example
Text Example
White with #E85205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85205; }
p { color: rgb(232,82,5); }
H1.HeaderClassName
{
color: #E85205;
}
.AnyTagClassName
{
color: #E85205;
}
</style>
background-color css
<style>
a { background-color: #E85205; }
a { background-color: rgb(232,82,5); }
div.DivClassName
{
background-color: #E85205;
}
.BgClassName
{
background-color: #E85205;
}
</style>
border-color css
<style>
span { border-color: #E85205; }
span { border-color: rgb(232,82,5); }
td.TdClassName
{
border-color: #E85205;
}
.TagClassName
{
border-color: #E85205;
}
</style>