Shades of Persimmon #E85201
Tints of Persimmon #E85201
RGB
CMYK
RGB Variations
Color information
#E85201 (or 0xE85201) is known color: Persimmon. HEX triplet: E8, 52 and 01. RGB value is (232,82,1). Sum of RGB (Red+Green+Blue) = 232+82+1=315 (41% of max value = 765). Red value is 232 (91.02% from 255 or 73.65% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 1 (0.78% from 255 or 0.32% from 315); Max value from RGB is 232 - color contains mainly: red. Hex color #E85201 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85201 is #17ADFE. Grayscale: #767676. Windows color (decimal): -1551871 or 86760. OLE color: 86760.
HSL color Cylindrical-coordinate representation of color #E85201: hue angle of 21.04º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E85201 is Cyan = 0, Magento = 0.65, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 82 | 1 | - |
| CMYK | 0 | 0.65 | 1.00 | 0.09 |
| HSL | 21.04º | 0.99% | 0.46% | - |
| HSV(B) | 21.04º | 1% | 0.91% | - |
| XYZ | 36.3 | 23.19 | 2.59 | - |
| YUV | 117.62 | 62.2 | 209.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 82 | 1 | 0 | 0.65 | 1.00 | 0.09 | 21.04 | 0.99 | 0.46 |
| Hex | E8 | 52 | 1 | 0 | 41 | 64 | 9 | 15 | 63 | 2E |
| Octal | 350 | 122 | 1 | 0 | 101 | 144 | 11 | 25 | 143 | 56 |
| Binary | 11101000 | 1010010 | 1 | 0 | 1000001 | 1100100 | 1001 | 10101 | 1100011 | 101110 |
Color Harmonies of #E85201
Complementary color
Monochromatic Colors of #E85201
Black with #E85201
Text Example
Text Example
White with #E85201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85201; }
p { color: rgb(232,82,1); }
H1.HeaderClassName
{
color: #E85201;
}
.AnyTagClassName
{
color: #E85201;
}
</style>
background-color css
<style>
a { background-color: #E85201; }
a { background-color: rgb(232,82,1); }
div.DivClassName
{
background-color: #E85201;
}
.BgClassName
{
background-color: #E85201;
}
</style>
border-color css
<style>
span { border-color: #E85201; }
span { border-color: rgb(232,82,1); }
td.TdClassName
{
border-color: #E85201;
}
.TagClassName
{
border-color: #E85201;
}
</style>