Shades of Persimmon #E04E0C
Tints of Persimmon #E04E0C
RGB
CMYK
RGB Variations
Color information
#E04E0C (or 0xE04E0C) is known color: Persimmon. HEX triplet: E0, 4E and 0C. RGB value is (224,78,12). Sum of RGB (Red+Green+Blue) = 224+78+12=314 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.34% from 314); Green value is 78 (30.86% from 255 or 24.84% from 314); Blue value is 12 (5.08% from 255 or 3.82% from 314); Max value from RGB is 224 - color contains mainly: red. Hex color #E04E0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E04E0C is #1FB1F3. Grayscale: #727272. Windows color (decimal): -2077172 or 806624. OLE color: 806624.
HSL color Cylindrical-coordinate representation of color #E04E0C: hue angle of 18.68º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E04E0C is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 78 | 12 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.12 |
| HSL | 18.68º | 0.9% | 0.46% | - |
| HSV(B) | 18.68º | 0.95% | 0.88% | - |
| XYZ | 33.53 | 21.32 | 2.7 | - |
| YUV | 114.13 | 70.37 | 206.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 78 | 12 | 0 | 0.65 | 0.95 | 0.12 | 18.68 | 0.9 | 0.46 |
| Hex | E0 | 4E | C | 0 | 41 | 5F | C | 13 | 5A | 2E |
| Octal | 340 | 116 | 14 | 0 | 101 | 137 | 14 | 23 | 132 | 56 |
| Binary | 11100000 | 1001110 | 1100 | 0 | 1000001 | 1011111 | 1100 | 10011 | 1011010 | 101110 |
Color Harmonies of #E04E0C
Complementary color
Monochromatic Colors of #E04E0C
Black with #E04E0C
Text Example
Text Example
White with #E04E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04E0C; }
p { color: rgb(224,78,12); }
H1.HeaderClassName
{
color: #E04E0C;
}
.AnyTagClassName
{
color: #E04E0C;
}
</style>
background-color css
<style>
a { background-color: #E04E0C; }
a { background-color: rgb(224,78,12); }
div.DivClassName
{
background-color: #E04E0C;
}
.BgClassName
{
background-color: #E04E0C;
}
</style>
border-color css
<style>
span { border-color: #E04E0C; }
span { border-color: rgb(224,78,12); }
td.TdClassName
{
border-color: #E04E0C;
}
.TagClassName
{
border-color: #E04E0C;
}
</style>