Shades of Persimmon #E04E08
Tints of Persimmon #E04E08
RGB
CMYK
RGB Variations
Color information
#E04E08 (or 0xE04E08) is known color: Persimmon. HEX triplet: E0, 4E and 08. RGB value is (224,78,8). Sum of RGB (Red+Green+Blue) = 224+78+8=310 (41% of max value = 765). Red value is 224 (87.89% from 255 or 72.26% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 8 (3.52% from 255 or 2.58% from 310); Max value from RGB is 224 - color contains mainly: red. Hex color #E04E08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E04E08 is #1FB1F7. Grayscale: #727272. Windows color (decimal): -2077176 or 544480. OLE color: 544480.
HSL color Cylindrical-coordinate representation of color #E04E08: hue angle of 19.44º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E04E08 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 78 | 8 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.12 |
| HSL | 19.44º | 0.93% | 0.45% | - |
| HSV(B) | 19.44º | 0.96% | 0.88% | - |
| XYZ | 33.51 | 21.31 | 2.58 | - |
| YUV | 113.67 | 68.37 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 78 | 8 | 0 | 0.65 | 0.96 | 0.12 | 19.44 | 0.93 | 0.45 |
| Hex | E0 | 4E | 8 | 0 | 41 | 60 | C | 13 | 5D | 2D |
| Octal | 340 | 116 | 10 | 0 | 101 | 140 | 14 | 23 | 135 | 55 |
| Binary | 11100000 | 1001110 | 1000 | 0 | 1000001 | 1100000 | 1100 | 10011 | 1011101 | 101101 |
Color Harmonies of #E04E08
Complementary color
Monochromatic Colors of #E04E08
Black with #E04E08
Text Example
Text Example
White with #E04E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04E08; }
p { color: rgb(224,78,8); }
H1.HeaderClassName
{
color: #E04E08;
}
.AnyTagClassName
{
color: #E04E08;
}
</style>
background-color css
<style>
a { background-color: #E04E08; }
a { background-color: rgb(224,78,8); }
div.DivClassName
{
background-color: #E04E08;
}
.BgClassName
{
background-color: #E04E08;
}
</style>
border-color css
<style>
span { border-color: #E04E08; }
span { border-color: rgb(224,78,8); }
td.TdClassName
{
border-color: #E04E08;
}
.TagClassName
{
border-color: #E04E08;
}
</style>