Shades of Persimmon #E04E14
Tints of Persimmon #E04E14
RGB
CMYK
RGB Variations
Color information
#E04E14 (or 0xE04E14) is known color: Persimmon. HEX triplet: E0, 4E and 14. RGB value is (224,78,20). Sum of RGB (Red+Green+Blue) = 224+78+20=322 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.57% from 322); Green value is 78 (30.86% from 255 or 24.22% from 322); Blue value is 20 (8.20% from 255 or 6.21% from 322); Max value from RGB is 224 - color contains mainly: red. Hex color #E04E14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E04E14 is #1FB1EB. Grayscale: #737373. Windows color (decimal): -2077164 or 1330912. OLE color: 1330912.
HSL color Cylindrical-coordinate representation of color #E04E14: hue angle of 17.06º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E04E14 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 78 | 20 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.12 |
| HSL | 17.06º | 0.84% | 0.48% | - |
| HSV(B) | 17.06º | 0.91% | 0.88% | - |
| XYZ | 33.59 | 21.35 | 3.01 | - |
| YUV | 115.04 | 74.37 | 205.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 78 | 20 | 0 | 0.65 | 0.91 | 0.12 | 17.06 | 0.84 | 0.48 |
| Hex | E0 | 4E | 14 | 0 | 41 | 5B | C | 11 | 54 | 30 |
| Octal | 340 | 116 | 24 | 0 | 101 | 133 | 14 | 21 | 124 | 60 |
| Binary | 11100000 | 1001110 | 10100 | 0 | 1000001 | 1011011 | 1100 | 10001 | 1010100 | 110000 |
Color Harmonies of #E04E14
Complementary color
Monochromatic Colors of #E04E14
Black with #E04E14
Text Example
Text Example
White with #E04E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04E14; }
p { color: rgb(224,78,20); }
H1.HeaderClassName
{
color: #E04E14;
}
.AnyTagClassName
{
color: #E04E14;
}
</style>
background-color css
<style>
a { background-color: #E04E14; }
a { background-color: rgb(224,78,20); }
div.DivClassName
{
background-color: #E04E14;
}
.BgClassName
{
background-color: #E04E14;
}
</style>
border-color css
<style>
span { border-color: #E04E14; }
span { border-color: rgb(224,78,20); }
td.TdClassName
{
border-color: #E04E14;
}
.TagClassName
{
border-color: #E04E14;
}
</style>