Shades of Persimmon #E05F04
Tints of Persimmon #E05F04
RGB
CMYK
RGB Variations
Color information
#E05F04 (or 0xE05F04) is known color: Persimmon. HEX triplet: E0, 5F and 04. RGB value is (224,95,4). Sum of RGB (Red+Green+Blue) = 224+95+4=323 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.35% from 323); Green value is 95 (37.5% from 255 or 29.41% from 323); Blue value is 4 (1.95% from 255 or 1.24% from 323); Max value from RGB is 224 - color contains mainly: red. Hex color #E05F04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05F04 is #1FA0FB. Grayscale: #7B7B7B. Windows color (decimal): -2072828 or 286688. OLE color: 286688.
HSL color Cylindrical-coordinate representation of color #E05F04: hue angle of 24.82º 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 #E05F04 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 95 | 4 | - |
| CMYK | 0 | 0.58 | 0.98 | 0.12 |
| HSL | 24.82º | 0.96% | 0.45% | - |
| HSV(B) | 24.82º | 0.98% | 0.88% | - |
| XYZ | 34.85 | 24.04 | 2.92 | - |
| YUV | 123.2 | 60.74 | 199.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 95 | 4 | 0 | 0.58 | 0.98 | 0.12 | 24.82 | 0.96 | 0.45 |
| Hex | E0 | 5F | 4 | 0 | 3A | 62 | C | 19 | 60 | 2D |
| Octal | 340 | 137 | 4 | 0 | 72 | 142 | 14 | 31 | 140 | 55 |
| Binary | 11100000 | 1011111 | 100 | 0 | 111010 | 1100010 | 1100 | 11001 | 1100000 | 101101 |
Color Harmonies of #E05F04
Complementary color
Monochromatic Colors of #E05F04
Black with #E05F04
Text Example
Text Example
White with #E05F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05F04; }
p { color: rgb(224,95,4); }
H1.HeaderClassName
{
color: #E05F04;
}
.AnyTagClassName
{
color: #E05F04;
}
</style>
background-color css
<style>
a { background-color: #E05F04; }
a { background-color: rgb(224,95,4); }
div.DivClassName
{
background-color: #E05F04;
}
.BgClassName
{
background-color: #E05F04;
}
</style>
border-color css
<style>
span { border-color: #E05F04; }
span { border-color: rgb(224,95,4); }
td.TdClassName
{
border-color: #E05F04;
}
.TagClassName
{
border-color: #E05F04;
}
</style>