Shades of Persimmon #E85F05
Tints of Persimmon #E85F05
RGB
CMYK
RGB Variations
Color information
#E85F05 (or 0xE85F05) is known color: Persimmon. HEX triplet: E8, 5F and 05. RGB value is (232,95,5). Sum of RGB (Red+Green+Blue) = 232+95+5=332 (43% of max value = 765). Red value is 232 (91.02% from 255 or 69.88% from 332); Green value is 95 (37.5% from 255 or 28.61% from 332); Blue value is 5 (2.34% from 255 or 1.51% from 332); Max value from RGB is 232 - color contains mainly: red. Hex color #E85F05 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85F05 is #17A0FA. Grayscale: #7E7E7E. Windows color (decimal): -1548539 or 352232. OLE color: 352232.
HSL color Cylindrical-coordinate representation of color #E85F05: hue angle of 23.79º 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 #E85F05 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 95 | 5 | - |
| CMYK | 0 | 0.59 | 0.98 | 0.09 |
| HSL | 23.79º | 0.96% | 0.46% | - |
| HSV(B) | 23.79º | 0.98% | 0.91% | - |
| XYZ | 37.4 | 25.35 | 3.07 | - |
| YUV | 125.7 | 59.89 | 203.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 95 | 5 | 0 | 0.59 | 0.98 | 0.09 | 23.79 | 0.96 | 0.46 |
| Hex | E8 | 5F | 5 | 0 | 3B | 62 | 9 | 18 | 60 | 2E |
| Octal | 350 | 137 | 5 | 0 | 73 | 142 | 11 | 30 | 140 | 56 |
| Binary | 11101000 | 1011111 | 101 | 0 | 111011 | 1100010 | 1001 | 11000 | 1100000 | 101110 |
Color Harmonies of #E85F05
Complementary color
Monochromatic Colors of #E85F05
Black with #E85F05
Text Example
Text Example
White with #E85F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85F05; }
p { color: rgb(232,95,5); }
H1.HeaderClassName
{
color: #E85F05;
}
.AnyTagClassName
{
color: #E85F05;
}
</style>
background-color css
<style>
a { background-color: #E85F05; }
a { background-color: rgb(232,95,5); }
div.DivClassName
{
background-color: #E85F05;
}
.BgClassName
{
background-color: #E85F05;
}
</style>
border-color css
<style>
span { border-color: #E85F05; }
span { border-color: rgb(232,95,5); }
td.TdClassName
{
border-color: #E85F05;
}
.TagClassName
{
border-color: #E85F05;
}
</style>