Shades of Persimmon #E04F0F
Tints of Persimmon #E04F0F
RGB
CMYK
RGB Variations
Color information
#E04F0F (or 0xE04F0F) is known color: Persimmon. HEX triplet: E0, 4F and 0F. RGB value is (224,79,15). Sum of RGB (Red+Green+Blue) = 224+79+15=318 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70.44% from 318); Green value is 79 (31.25% from 255 or 24.84% from 318); Blue value is 15 (6.25% from 255 or 4.72% from 318); Max value from RGB is 224 - color contains mainly: red. Hex color #E04F0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E04F0F is #1FB0F0. Grayscale: #737373. Windows color (decimal): -2076913 or 1003488. OLE color: 1003488.
HSL color Cylindrical-coordinate representation of color #E04F0F: hue angle of 18.37º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E04F0F is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 79 | 15 | - |
| CMYK | 0 | 0.65 | 0.93 | 0.12 |
| HSL | 18.37º | 0.87% | 0.47% | - |
| HSV(B) | 18.37º | 0.93% | 0.88% | - |
| XYZ | 33.62 | 21.47 | 2.82 | - |
| YUV | 115.06 | 71.54 | 205.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 79 | 15 | 0 | 0.65 | 0.93 | 0.12 | 18.37 | 0.87 | 0.47 |
| Hex | E0 | 4F | F | 0 | 41 | 5D | C | 12 | 57 | 2F |
| Octal | 340 | 117 | 17 | 0 | 101 | 135 | 14 | 22 | 127 | 57 |
| Binary | 11100000 | 1001111 | 1111 | 0 | 1000001 | 1011101 | 1100 | 10010 | 1010111 | 101111 |
Color Harmonies of #E04F0F
Complementary color
Monochromatic Colors of #E04F0F
Black with #E04F0F
Text Example
Text Example
White with #E04F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04F0F; }
p { color: rgb(224,79,15); }
H1.HeaderClassName
{
color: #E04F0F;
}
.AnyTagClassName
{
color: #E04F0F;
}
</style>
background-color css
<style>
a { background-color: #E04F0F; }
a { background-color: rgb(224,79,15); }
div.DivClassName
{
background-color: #E04F0F;
}
.BgClassName
{
background-color: #E04F0F;
}
</style>
border-color css
<style>
span { border-color: #E04F0F; }
span { border-color: rgb(224,79,15); }
td.TdClassName
{
border-color: #E04F0F;
}
.TagClassName
{
border-color: #E04F0F;
}
</style>