Shades of Persimmon #E85F04
Tints of Persimmon #E85F04
RGB
CMYK
RGB Variations
Color information
#E85F04 (or 0xE85F04) is known color: Persimmon. HEX triplet: E8, 5F and 04. RGB value is (232,95,4). Sum of RGB (Red+Green+Blue) = 232+95+4=331 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.09% from 331); Green value is 95 (37.5% from 255 or 28.70% from 331); Blue value is 4 (1.95% from 255 or 1.21% from 331); Max value from RGB is 232 - color contains mainly: red. Hex color #E85F04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85F04 is #17A0FB. Grayscale: #7E7E7E. Windows color (decimal): -1548540 or 286696. OLE color: 286696.
HSL color Cylindrical-coordinate representation of color #E85F04: hue angle of 23.95º degrees, saturation: 0.97, 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 #E85F04 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 95 | 4 | - |
| CMYK | 0 | 0.59 | 0.98 | 0.09 |
| HSL | 23.95º | 0.97% | 0.46% | - |
| HSV(B) | 23.95º | 0.98% | 0.91% | - |
| XYZ | 37.39 | 25.35 | 3.04 | - |
| YUV | 125.59 | 59.39 | 203.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 95 | 4 | 0 | 0.59 | 0.98 | 0.09 | 23.95 | 0.97 | 0.46 |
| Hex | E8 | 5F | 4 | 0 | 3B | 62 | 9 | 18 | 61 | 2E |
| Octal | 350 | 137 | 4 | 0 | 73 | 142 | 11 | 30 | 141 | 56 |
| Binary | 11101000 | 1011111 | 100 | 0 | 111011 | 1100010 | 1001 | 11000 | 1100001 | 101110 |
Color Harmonies of #E85F04
Complementary color
Monochromatic Colors of #E85F04
Black with #E85F04
Text Example
Text Example
White with #E85F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85F04; }
p { color: rgb(232,95,4); }
H1.HeaderClassName
{
color: #E85F04;
}
.AnyTagClassName
{
color: #E85F04;
}
</style>
background-color css
<style>
a { background-color: #E85F04; }
a { background-color: rgb(232,95,4); }
div.DivClassName
{
background-color: #E85F04;
}
.BgClassName
{
background-color: #E85F04;
}
</style>
border-color css
<style>
span { border-color: #E85F04; }
span { border-color: rgb(232,95,4); }
td.TdClassName
{
border-color: #E85F04;
}
.TagClassName
{
border-color: #E85F04;
}
</style>