Shades of Persimmon #E84F05
Tints of Persimmon #E84F05
RGB
CMYK
RGB Variations
Color information
#E84F05 (or 0xE84F05) is known color: Persimmon. HEX triplet: E8, 4F and 05. RGB value is (232,79,5). Sum of RGB (Red+Green+Blue) = 232+79+5=316 (41% of max value = 765). Red value is 232 (91.02% from 255 or 73.42% from 316); Green value is 79 (31.25% from 255 or 25% from 316); Blue value is 5 (2.34% from 255 or 1.58% from 316); Max value from RGB is 232 - color contains mainly: red. Hex color #E84F05 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E84F05 is #17B0FA. Grayscale: #747474. Windows color (decimal): -1552635 or 348136. OLE color: 348136.
HSL color Cylindrical-coordinate representation of color #E84F05: hue angle of 19.56º 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 #E84F05 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 79 | 5 | - |
| CMYK | 0 | 0.66 | 0.98 | 0.09 |
| HSL | 19.56º | 0.96% | 0.46% | - |
| HSV(B) | 19.56º | 0.98% | 0.91% | - |
| XYZ | 36.1 | 22.76 | 2.63 | - |
| YUV | 116.31 | 65.19 | 210.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 79 | 5 | 0 | 0.66 | 0.98 | 0.09 | 19.56 | 0.96 | 0.46 |
| Hex | E8 | 4F | 5 | 0 | 42 | 62 | 9 | 14 | 60 | 2E |
| Octal | 350 | 117 | 5 | 0 | 102 | 142 | 11 | 24 | 140 | 56 |
| Binary | 11101000 | 1001111 | 101 | 0 | 1000010 | 1100010 | 1001 | 10100 | 1100000 | 101110 |
Color Harmonies of #E84F05
Complementary color
Monochromatic Colors of #E84F05
Black with #E84F05
Text Example
Text Example
White with #E84F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84F05; }
p { color: rgb(232,79,5); }
H1.HeaderClassName
{
color: #E84F05;
}
.AnyTagClassName
{
color: #E84F05;
}
</style>
background-color css
<style>
a { background-color: #E84F05; }
a { background-color: rgb(232,79,5); }
div.DivClassName
{
background-color: #E84F05;
}
.BgClassName
{
background-color: #E84F05;
}
</style>
border-color css
<style>
span { border-color: #E84F05; }
span { border-color: rgb(232,79,5); }
td.TdClassName
{
border-color: #E84F05;
}
.TagClassName
{
border-color: #E84F05;
}
</style>