Shades of Persimmon #E04809
Tints of Persimmon #E04809
RGB
CMYK
RGB Variations
Color information
#E04809 (or 0xE04809) is known color: Persimmon. HEX triplet: E0, 48 and 09. RGB value is (224,72,9). Sum of RGB (Red+Green+Blue) = 224+72+9=305 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.44% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 9 (3.91% from 255 or 2.95% from 305); Max value from RGB is 224 - color contains mainly: red. Hex color #E04809 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04809 is #1FB7F6. Grayscale: #6E6E6E. Windows color (decimal): -2078711 or 608480. OLE color: 608480.
HSL color Cylindrical-coordinate representation of color #E04809: hue angle of 17.58º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E04809 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 72 | 9 | - |
| CMYK | 0 | 0.68 | 0.96 | 0.12 |
| HSL | 17.58º | 0.92% | 0.46% | - |
| HSV(B) | 17.58º | 0.96% | 0.88% | - |
| XYZ | 33.11 | 20.5 | 2.47 | - |
| YUV | 110.27 | 70.86 | 209.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 72 | 9 | 0 | 0.68 | 0.96 | 0.12 | 17.58 | 0.92 | 0.46 |
| Hex | E0 | 48 | 9 | 0 | 44 | 60 | C | 12 | 5C | 2E |
| Octal | 340 | 110 | 11 | 0 | 104 | 140 | 14 | 22 | 134 | 56 |
| Binary | 11100000 | 1001000 | 1001 | 0 | 1000100 | 1100000 | 1100 | 10010 | 1011100 | 101110 |
Color Harmonies of #E04809
Complementary color
Monochromatic Colors of #E04809
Black with #E04809
Text Example
Text Example
White with #E04809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04809; }
p { color: rgb(224,72,9); }
H1.HeaderClassName
{
color: #E04809;
}
.AnyTagClassName
{
color: #E04809;
}
</style>
background-color css
<style>
a { background-color: #E04809; }
a { background-color: rgb(224,72,9); }
div.DivClassName
{
background-color: #E04809;
}
.BgClassName
{
background-color: #E04809;
}
</style>
border-color css
<style>
span { border-color: #E04809; }
span { border-color: rgb(224,72,9); }
td.TdClassName
{
border-color: #E04809;
}
.TagClassName
{
border-color: #E04809;
}
</style>