Shades of Persimmon #E04F16
Tints of Persimmon #E04F16
RGB
CMYK
RGB Variations
Color information
#E04F16 (or 0xE04F16) is known color: Persimmon. HEX triplet: E0, 4F and 16. RGB value is (224,79,22). Sum of RGB (Red+Green+Blue) = 224+79+22=325 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.92% from 325); Green value is 79 (31.25% from 255 or 24.31% from 325); Blue value is 22 (8.98% from 255 or 6.77% from 325); Max value from RGB is 224 - color contains mainly: red. Hex color #E04F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E04F16 is #1FB0E9. Grayscale: #747474. Windows color (decimal): -2076906 or 1462240. OLE color: 1462240.
HSL color Cylindrical-coordinate representation of color #E04F16: hue angle of 16.93º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E04F16 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 79 | 22 | - |
| CMYK | 0 | 0.65 | 0.90 | 0.12 |
| HSL | 16.93º | 0.82% | 0.48% | - |
| HSV(B) | 16.93º | 0.9% | 0.88% | - |
| XYZ | 33.68 | 21.5 | 3.13 | - |
| YUV | 115.86 | 75.04 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 79 | 22 | 0 | 0.65 | 0.90 | 0.12 | 16.93 | 0.82 | 0.48 |
| Hex | E0 | 4F | 16 | 0 | 41 | 5A | C | 11 | 52 | 30 |
| Octal | 340 | 117 | 26 | 0 | 101 | 132 | 14 | 21 | 122 | 60 |
| Binary | 11100000 | 1001111 | 10110 | 0 | 1000001 | 1011010 | 1100 | 10001 | 1010010 | 110000 |
Color Harmonies of #E04F16
Complementary color
Monochromatic Colors of #E04F16
Black with #E04F16
Text Example
Text Example
White with #E04F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04F16; }
p { color: rgb(224,79,22); }
H1.HeaderClassName
{
color: #E04F16;
}
.AnyTagClassName
{
color: #E04F16;
}
</style>
background-color css
<style>
a { background-color: #E04F16; }
a { background-color: rgb(224,79,22); }
div.DivClassName
{
background-color: #E04F16;
}
.BgClassName
{
background-color: #E04F16;
}
</style>
border-color css
<style>
span { border-color: #E04F16; }
span { border-color: rgb(224,79,22); }
td.TdClassName
{
border-color: #E04F16;
}
.TagClassName
{
border-color: #E04F16;
}
</style>