Shades of Persimmon #E04F03
Tints of Persimmon #E04F03
RGB
CMYK
RGB Variations
Color information
#E04F03 (or 0xE04F03) is known color: Persimmon. HEX triplet: E0, 4F and 03. RGB value is (224,79,3). Sum of RGB (Red+Green+Blue) = 224+79+3=306 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.20% from 306); Green value is 79 (31.25% from 255 or 25.82% from 306); Blue value is 3 (1.56% from 255 or 0.98% from 306); Max value from RGB is 224 - color contains mainly: red. Hex color #E04F03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E04F03 is #1FB0FC. Grayscale: #727272. Windows color (decimal): -2076925 or 217056. OLE color: 217056.
HSL color Cylindrical-coordinate representation of color #E04F03: hue angle of 20.63º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E04F03 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 79 | 3 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.12 |
| HSL | 20.63º | 0.97% | 0.45% | - |
| HSV(B) | 20.63º | 0.99% | 0.88% | - |
| XYZ | 33.55 | 21.45 | 2.46 | - |
| YUV | 113.69 | 65.54 | 206.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 79 | 3 | 0 | 0.65 | 0.99 | 0.12 | 20.63 | 0.97 | 0.45 |
| Hex | E0 | 4F | 3 | 0 | 41 | 63 | C | 15 | 61 | 2D |
| Octal | 340 | 117 | 3 | 0 | 101 | 143 | 14 | 25 | 141 | 55 |
| Binary | 11100000 | 1001111 | 11 | 0 | 1000001 | 1100011 | 1100 | 10101 | 1100001 | 101101 |
Color Harmonies of #E04F03
Complementary color
Monochromatic Colors of #E04F03
Black with #E04F03
Text Example
Text Example
White with #E04F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04F03; }
p { color: rgb(224,79,3); }
H1.HeaderClassName
{
color: #E04F03;
}
.AnyTagClassName
{
color: #E04F03;
}
</style>
background-color css
<style>
a { background-color: #E04F03; }
a { background-color: rgb(224,79,3); }
div.DivClassName
{
background-color: #E04F03;
}
.BgClassName
{
background-color: #E04F03;
}
</style>
border-color css
<style>
span { border-color: #E04F03; }
span { border-color: rgb(224,79,3); }
td.TdClassName
{
border-color: #E04F03;
}
.TagClassName
{
border-color: #E04F03;
}
</style>