Shades of Persimmon #E04916
Tints of Persimmon #E04916
RGB
CMYK
RGB Variations
Color information
#E04916 (or 0xE04916) is known color: Persimmon. HEX triplet: E0, 49 and 16. RGB value is (224,73,22). Sum of RGB (Red+Green+Blue) = 224+73+22=319 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70.22% from 319); Green value is 73 (28.91% from 255 or 22.88% from 319); Blue value is 22 (8.98% from 255 or 6.90% from 319); Max value from RGB is 224 - color contains mainly: red. Hex color #E04916 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04916 is #1FB6E9. Grayscale: #707070. Windows color (decimal): -2078442 or 1460704. OLE color: 1460704.
HSL color Cylindrical-coordinate representation of color #E04916: hue angle of 15.15º 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 #E04916 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 73 | 22 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.12 |
| HSL | 15.15º | 0.82% | 0.48% | - |
| HSV(B) | 15.15º | 0.9% | 0.88% | - |
| XYZ | 33.27 | 20.67 | 3 | - |
| YUV | 112.34 | 77.03 | 207.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 73 | 22 | 0 | 0.67 | 0.90 | 0.12 | 15.15 | 0.82 | 0.48 |
| Hex | E0 | 49 | 16 | 0 | 43 | 5A | C | F | 52 | 30 |
| Octal | 340 | 111 | 26 | 0 | 103 | 132 | 14 | 17 | 122 | 60 |
| Binary | 11100000 | 1001001 | 10110 | 0 | 1000011 | 1011010 | 1100 | 1111 | 1010010 | 110000 |
Color Harmonies of #E04916
Complementary color
Monochromatic Colors of #E04916
Black with #E04916
Text Example
Text Example
White with #E04916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04916; }
p { color: rgb(224,73,22); }
H1.HeaderClassName
{
color: #E04916;
}
.AnyTagClassName
{
color: #E04916;
}
</style>
background-color css
<style>
a { background-color: #E04916; }
a { background-color: rgb(224,73,22); }
div.DivClassName
{
background-color: #E04916;
}
.BgClassName
{
background-color: #E04916;
}
</style>
border-color css
<style>
span { border-color: #E04916; }
span { border-color: rgb(224,73,22); }
td.TdClassName
{
border-color: #E04916;
}
.TagClassName
{
border-color: #E04916;
}
</style>