Shades of Persimmon #E04604
Tints of Persimmon #E04604
RGB
CMYK
RGB Variations
Color information
#E04604 (or 0xE04604) is known color: Persimmon. HEX triplet: E0, 46 and 04. RGB value is (224,70,4). Sum of RGB (Red+Green+Blue) = 224+70+4=298 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.17% from 298); Green value is 70 (27.73% from 255 or 23.49% from 298); Blue value is 4 (1.95% from 255 or 1.34% from 298); Max value from RGB is 224 - color contains mainly: red. Hex color #E04604 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04604 is #1FB9FB. Grayscale: #6C6C6C. Windows color (decimal): -2079228 or 280288. OLE color: 280288.
HSL color Cylindrical-coordinate representation of color #E04604: hue angle of 18º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E04604 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 70 | 4 | - |
| CMYK | 0 | 0.69 | 0.98 | 0.12 |
| HSL | 18º | 0.96% | 0.45% | - |
| HSV(B) | 18º | 0.98% | 0.88% | - |
| XYZ | 32.95 | 20.24 | 2.28 | - |
| YUV | 108.52 | 69.02 | 210.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 70 | 4 | 0 | 0.69 | 0.98 | 0.12 | 18 | 0.96 | 0.45 |
| Hex | E0 | 46 | 4 | 0 | 45 | 62 | C | 12 | 60 | 2D |
| Octal | 340 | 106 | 4 | 0 | 105 | 142 | 14 | 22 | 140 | 55 |
| Binary | 11100000 | 1000110 | 100 | 0 | 1000101 | 1100010 | 1100 | 10010 | 1100000 | 101101 |
Color Harmonies of #E04604
Complementary color
Monochromatic Colors of #E04604
Black with #E04604
Text Example
Text Example
White with #E04604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04604; }
p { color: rgb(224,70,4); }
H1.HeaderClassName
{
color: #E04604;
}
.AnyTagClassName
{
color: #E04604;
}
</style>
background-color css
<style>
a { background-color: #E04604; }
a { background-color: rgb(224,70,4); }
div.DivClassName
{
background-color: #E04604;
}
.BgClassName
{
background-color: #E04604;
}
</style>
border-color css
<style>
span { border-color: #E04604; }
span { border-color: rgb(224,70,4); }
td.TdClassName
{
border-color: #E04604;
}
.TagClassName
{
border-color: #E04604;
}
</style>