Shades of Persimmon #E85001
Tints of Persimmon #E85001
RGB
CMYK
RGB Variations
Color information
#E85001 (or 0xE85001) is known color: Persimmon. HEX triplet: E8, 50 and 01. RGB value is (232,80,1). Sum of RGB (Red+Green+Blue) = 232+80+1=313 (41% of max value = 765). Red value is 232 (91.02% from 255 or 74.12% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 1 (0.78% from 255 or 0.32% from 313); Max value from RGB is 232 - color contains mainly: red. Hex color #E85001 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85001 is #17AFFE. Grayscale: #747474. Windows color (decimal): -1552383 or 86248. OLE color: 86248.
HSL color Cylindrical-coordinate representation of color #E85001: hue angle of 20.52º 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 #E85001 is Cyan = 0, Magento = 0.66, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 80 | 1 | - |
| CMYK | 0 | 0.66 | 1.00 | 0.09 |
| HSL | 20.52º | 0.99% | 0.46% | - |
| HSV(B) | 20.52º | 1% | 0.91% | - |
| XYZ | 36.15 | 22.9 | 2.54 | - |
| YUV | 116.44 | 62.86 | 210.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 80 | 1 | 0 | 0.66 | 1.00 | 0.09 | 20.52 | 0.99 | 0.46 |
| Hex | E8 | 50 | 1 | 0 | 42 | 64 | 9 | 15 | 63 | 2E |
| Octal | 350 | 120 | 1 | 0 | 102 | 144 | 11 | 25 | 143 | 56 |
| Binary | 11101000 | 1010000 | 1 | 0 | 1000010 | 1100100 | 1001 | 10101 | 1100011 | 101110 |
Color Harmonies of #E85001
Complementary color
Monochromatic Colors of #E85001
Black with #E85001
Text Example
Text Example
White with #E85001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85001; }
p { color: rgb(232,80,1); }
H1.HeaderClassName
{
color: #E85001;
}
.AnyTagClassName
{
color: #E85001;
}
</style>
background-color css
<style>
a { background-color: #E85001; }
a { background-color: rgb(232,80,1); }
div.DivClassName
{
background-color: #E85001;
}
.BgClassName
{
background-color: #E85001;
}
</style>
border-color css
<style>
span { border-color: #E85001; }
span { border-color: rgb(232,80,1); }
td.TdClassName
{
border-color: #E85001;
}
.TagClassName
{
border-color: #E85001;
}
</style>