Shades of Persimmon #E04F00
Tints of Persimmon #E04F00
RGB
CMYK
RGB Variations
Color information
#E04F00 (or 0xE04F00) is known color: Persimmon. HEX triplet: E0, 4F and 00. RGB value is (224,79,0). Sum of RGB (Red+Green+Blue) = 224+79+0=303 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.93% from 303); Green value is 79 (31.25% from 255 or 26.07% from 303); Blue value is 0 (0.39% from 255 or 0% from 303); Max value from RGB is 224 - color contains mainly: red. Hex color #E04F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E04F00 is #1FB0FF. Grayscale: #717171. Windows color (decimal): -2076928 or 20448. OLE color: 20448.
HSL color Cylindrical-coordinate representation of color #E04F00: hue angle of 21.16º 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 #E04F00 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 79 | 0 | - |
| CMYK | 0 | 0.65 | 1 | 0.12 |
| HSL | 21.16º | 1% | 0.44% | - |
| HSV(B) | 21.16º | 1% | 0.88% | - |
| XYZ | 33.54 | 21.44 | 2.37 | - |
| YUV | 113.35 | 64.04 | 206.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 79 | 0 | 0 | 0.65 | 1 | 0.12 | 21.16 | 1 | 0.44 |
| Hex | E0 | 4F | 0 | 0 | 41 | 64 | C | 15 | 64 | 2C |
| Octal | 340 | 117 | 0 | 0 | 101 | 144 | 14 | 25 | 144 | 54 |
| Binary | 11100000 | 1001111 | 0 | 0 | 1000001 | 1100100 | 1100 | 10101 | 1100100 | 101100 |
Color Harmonies of #E04F00
Complementary color
Monochromatic Colors of #E04F00
Black with #E04F00
Text Example
Text Example
White with #E04F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04F00; }
p { color: rgb(224,79,0); }
H1.HeaderClassName
{
color: #E04F00;
}
.AnyTagClassName
{
color: #E04F00;
}
</style>
background-color css
<style>
a { background-color: #E04F00; }
a { background-color: rgb(224,79,0); }
div.DivClassName
{
background-color: #E04F00;
}
.BgClassName
{
background-color: #E04F00;
}
</style>
border-color css
<style>
span { border-color: #E04F00; }
span { border-color: rgb(224,79,0); }
td.TdClassName
{
border-color: #E04F00;
}
.TagClassName
{
border-color: #E04F00;
}
</style>