Shades of Persimmon #E84F06
Tints of Persimmon #E84F06
RGB
CMYK
RGB Variations
Color information
#E84F06 (or 0xE84F06) is known color: Persimmon. HEX triplet: E8, 4F and 06. RGB value is (232,79,6). Sum of RGB (Red+Green+Blue) = 232+79+6=317 (41% of max value = 765). Red value is 232 (91.02% from 255 or 73.19% from 317); Green value is 79 (31.25% from 255 or 24.92% from 317); Blue value is 6 (2.73% from 255 or 1.89% from 317); Max value from RGB is 232 - color contains mainly: red. Hex color #E84F06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E84F06 is #17B0F9. Grayscale: #747474. Windows color (decimal): -1552634 or 413672. OLE color: 413672.
HSL color Cylindrical-coordinate representation of color #E84F06: hue angle of 19.38º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E84F06 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 79 | 6 | - |
| CMYK | 0 | 0.66 | 0.97 | 0.09 |
| HSL | 19.38º | 0.95% | 0.47% | - |
| HSV(B) | 19.38º | 0.97% | 0.91% | - |
| XYZ | 36.11 | 22.76 | 2.66 | - |
| YUV | 116.43 | 65.69 | 210.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 79 | 6 | 0 | 0.66 | 0.97 | 0.09 | 19.38 | 0.95 | 0.47 |
| Hex | E8 | 4F | 6 | 0 | 42 | 61 | 9 | 13 | 5F | 2F |
| Octal | 350 | 117 | 6 | 0 | 102 | 141 | 11 | 23 | 137 | 57 |
| Binary | 11101000 | 1001111 | 110 | 0 | 1000010 | 1100001 | 1001 | 10011 | 1011111 | 101111 |
Color Harmonies of #E84F06
Complementary color
Monochromatic Colors of #E84F06
Black with #E84F06
Text Example
Text Example
White with #E84F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84F06; }
p { color: rgb(232,79,6); }
H1.HeaderClassName
{
color: #E84F06;
}
.AnyTagClassName
{
color: #E84F06;
}
</style>
background-color css
<style>
a { background-color: #E84F06; }
a { background-color: rgb(232,79,6); }
div.DivClassName
{
background-color: #E84F06;
}
.BgClassName
{
background-color: #E84F06;
}
</style>
border-color css
<style>
span { border-color: #E84F06; }
span { border-color: rgb(232,79,6); }
td.TdClassName
{
border-color: #E84F06;
}
.TagClassName
{
border-color: #E84F06;
}
</style>