Shades of Persimmon #E04E00
Tints of Persimmon #E04E00
RGB
CMYK
RGB Variations
Color information
#E04E00 (or 0xE04E00) is known color: Persimmon. HEX triplet: E0, 4E and 00. RGB value is (224,78,0). Sum of RGB (Red+Green+Blue) = 224+78+0=302 (40% of max value = 765). Red value is 224 (87.89% from 255 or 74.17% from 302); Green value is 78 (30.86% from 255 or 25.83% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 224 - color contains mainly: red. Hex color #E04E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E04E00 is #1FB1FF. Grayscale: #717171. Windows color (decimal): -2077184 or 20192. OLE color: 20192.
HSL color Cylindrical-coordinate representation of color #E04E00: hue angle of 20.89º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E04E00 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 78 | 0 | - |
| CMYK | 0 | 0.65 | 1 | 0.12 |
| HSL | 20.89º | 1% | 0.44% | - |
| HSV(B) | 20.89º | 1% | 0.88% | - |
| XYZ | 33.46 | 21.3 | 2.35 | - |
| YUV | 112.76 | 64.37 | 207.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 78 | 0 | 0 | 0.65 | 1 | 0.12 | 20.89 | 1 | 0.44 |
| Hex | E0 | 4E | 0 | 0 | 41 | 64 | C | 15 | 64 | 2C |
| Octal | 340 | 116 | 0 | 0 | 101 | 144 | 14 | 25 | 144 | 54 |
| Binary | 11100000 | 1001110 | 0 | 0 | 1000001 | 1100100 | 1100 | 10101 | 1100100 | 101100 |
Color Harmonies of #E04E00
Complementary color
Monochromatic Colors of #E04E00
Black with #E04E00
Text Example
Text Example
White with #E04E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04E00; }
p { color: rgb(224,78,0); }
H1.HeaderClassName
{
color: #E04E00;
}
.AnyTagClassName
{
color: #E04E00;
}
</style>
background-color css
<style>
a { background-color: #E04E00; }
a { background-color: rgb(224,78,0); }
div.DivClassName
{
background-color: #E04E00;
}
.BgClassName
{
background-color: #E04E00;
}
</style>
border-color css
<style>
span { border-color: #E04E00; }
span { border-color: rgb(224,78,0); }
td.TdClassName
{
border-color: #E04E00;
}
.TagClassName
{
border-color: #E04E00;
}
</style>