Shades of Persimmon #E85F01
Tints of Persimmon #E85F01
RGB
CMYK
RGB Variations
Color information
#E85F01 (or 0xE85F01) is known color: Persimmon. HEX triplet: E8, 5F and 01. RGB value is (232,95,1). Sum of RGB (Red+Green+Blue) = 232+95+1=328 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.73% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 1 (0.78% from 255 or 0.30% from 328); Max value from RGB is 232 - color contains mainly: red. Hex color #E85F01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85F01 is #17A0FE. Grayscale: #7D7D7D. Windows color (decimal): -1548543 or 90088. OLE color: 90088.
HSL color Cylindrical-coordinate representation of color #E85F01: hue angle of 24.42º 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 #E85F01 is Cyan = 0, Magento = 0.59, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 95 | 1 | - |
| CMYK | 0 | 0.59 | 1.00 | 0.09 |
| HSL | 24.42º | 0.99% | 0.46% | - |
| HSV(B) | 24.42º | 1% | 0.91% | - |
| XYZ | 37.38 | 25.34 | 2.95 | - |
| YUV | 125.25 | 57.89 | 204.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 95 | 1 | 0 | 0.59 | 1.00 | 0.09 | 24.42 | 0.99 | 0.46 |
| Hex | E8 | 5F | 1 | 0 | 3B | 64 | 9 | 18 | 63 | 2E |
| Octal | 350 | 137 | 1 | 0 | 73 | 144 | 11 | 30 | 143 | 56 |
| Binary | 11101000 | 1011111 | 1 | 0 | 111011 | 1100100 | 1001 | 11000 | 1100011 | 101110 |
Color Harmonies of #E85F01
Complementary color
Monochromatic Colors of #E85F01
Black with #E85F01
Text Example
Text Example
White with #E85F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85F01; }
p { color: rgb(232,95,1); }
H1.HeaderClassName
{
color: #E85F01;
}
.AnyTagClassName
{
color: #E85F01;
}
</style>
background-color css
<style>
a { background-color: #E85F01; }
a { background-color: rgb(232,95,1); }
div.DivClassName
{
background-color: #E85F01;
}
.BgClassName
{
background-color: #E85F01;
}
</style>
border-color css
<style>
span { border-color: #E85F01; }
span { border-color: rgb(232,95,1); }
td.TdClassName
{
border-color: #E85F01;
}
.TagClassName
{
border-color: #E85F01;
}
</style>