Shades of Persimmon #E04E16
Tints of Persimmon #E04E16
RGB
CMYK
RGB Variations
Color information
#E04E16 (or 0xE04E16) is known color: Persimmon. HEX triplet: E0, 4E and 16. RGB value is (224,78,22). Sum of RGB (Red+Green+Blue) = 224+78+22=324 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.14% from 324); Green value is 78 (30.86% from 255 or 24.07% from 324); Blue value is 22 (8.98% from 255 or 6.79% from 324); Max value from RGB is 224 - color contains mainly: red. Hex color #E04E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E04E16 is #1FB1E9. Grayscale: #737373. Windows color (decimal): -2077162 or 1461984. OLE color: 1461984.
HSL color Cylindrical-coordinate representation of color #E04E16: hue angle of 16.63º 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 #E04E16 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 78 | 22 | - |
| CMYK | 0 | 0.65 | 0.90 | 0.12 |
| HSL | 16.63º | 0.82% | 0.48% | - |
| HSV(B) | 16.63º | 0.9% | 0.88% | - |
| XYZ | 33.61 | 21.35 | 3.11 | - |
| YUV | 115.27 | 75.37 | 205.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 78 | 22 | 0 | 0.65 | 0.90 | 0.12 | 16.63 | 0.82 | 0.48 |
| Hex | E0 | 4E | 16 | 0 | 41 | 5A | C | 11 | 52 | 30 |
| Octal | 340 | 116 | 26 | 0 | 101 | 132 | 14 | 21 | 122 | 60 |
| Binary | 11100000 | 1001110 | 10110 | 0 | 1000001 | 1011010 | 1100 | 10001 | 1010010 | 110000 |
Color Harmonies of #E04E16
Complementary color
Monochromatic Colors of #E04E16
Black with #E04E16
Text Example
Text Example
White with #E04E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04E16; }
p { color: rgb(224,78,22); }
H1.HeaderClassName
{
color: #E04E16;
}
.AnyTagClassName
{
color: #E04E16;
}
</style>
background-color css
<style>
a { background-color: #E04E16; }
a { background-color: rgb(224,78,22); }
div.DivClassName
{
background-color: #E04E16;
}
.BgClassName
{
background-color: #E04E16;
}
</style>
border-color css
<style>
span { border-color: #E04E16; }
span { border-color: rgb(224,78,22); }
td.TdClassName
{
border-color: #E04E16;
}
.TagClassName
{
border-color: #E04E16;
}
</style>