Shades of Persimmon #E54F04
Tints of Persimmon #E54F04
RGB
CMYK
RGB Variations
Color information
#E54F04 (or 0xE54F04) is known color: Persimmon. HEX triplet: E5, 4F and 04. RGB value is (229,79,4). Sum of RGB (Red+Green+Blue) = 229+79+4=312 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.40% from 312); Green value is 79 (31.25% from 255 or 25.32% from 312); Blue value is 4 (1.95% from 255 or 1.28% from 312); Max value from RGB is 229 - color contains mainly: red. Hex color #E54F04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E54F04 is #1AB0FB. Grayscale: #737373. Windows color (decimal): -1749244 or 282597. OLE color: 282597.
HSL color Cylindrical-coordinate representation of color #E54F04: hue angle of 20º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E54F04 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 79 | 4 | - |
| CMYK | 0 | 0.66 | 0.98 | 0.10 |
| HSL | 20º | 0.97% | 0.46% | - |
| HSV(B) | 20º | 0.98% | 0.9% | - |
| XYZ | 35.13 | 22.26 | 2.56 | - |
| YUV | 115.3 | 65.2 | 209.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 79 | 4 | 0 | 0.66 | 0.98 | 0.10 | 20 | 0.97 | 0.46 |
| Hex | E5 | 4F | 4 | 0 | 42 | 62 | A | 14 | 61 | 2E |
| Octal | 345 | 117 | 4 | 0 | 102 | 142 | 12 | 24 | 141 | 56 |
| Binary | 11100101 | 1001111 | 100 | 0 | 1000010 | 1100010 | 1010 | 10100 | 1100001 | 101110 |
Color Harmonies of #E54F04
Complementary color
Monochromatic Colors of #E54F04
Black with #E54F04
Text Example
Text Example
White with #E54F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54F04; }
p { color: rgb(229,79,4); }
H1.HeaderClassName
{
color: #E54F04;
}
.AnyTagClassName
{
color: #E54F04;
}
</style>
background-color css
<style>
a { background-color: #E54F04; }
a { background-color: rgb(229,79,4); }
div.DivClassName
{
background-color: #E54F04;
}
.BgClassName
{
background-color: #E54F04;
}
</style>
border-color css
<style>
span { border-color: #E54F04; }
span { border-color: rgb(229,79,4); }
td.TdClassName
{
border-color: #E54F04;
}
.TagClassName
{
border-color: #E54F04;
}
</style>