Shades of Persimmon #E04D13
Tints of Persimmon #E04D13
RGB
CMYK
RGB Variations
Color information
#E04D13 (or 0xE04D13) is known color: Persimmon. HEX triplet: E0, 4D and 13. RGB value is (224,77,19). Sum of RGB (Red+Green+Blue) = 224+77+19=320 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70% from 320); Green value is 77 (30.47% from 255 or 24.06% from 320); Blue value is 19 (7.81% from 255 or 5.94% from 320); Max value from RGB is 224 - color contains mainly: red. Hex color #E04D13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E04D13 is #1FB2EC. Grayscale: #727272. Windows color (decimal): -2077421 or 1265120. OLE color: 1265120.
HSL color Cylindrical-coordinate representation of color #E04D13: hue angle of 16.98º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E04D13 is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 77 | 19 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.12 |
| HSL | 16.98º | 0.84% | 0.48% | - |
| HSV(B) | 16.98º | 0.92% | 0.88% | - |
| XYZ | 33.51 | 21.2 | 2.94 | - |
| YUV | 114.34 | 74.2 | 206.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 77 | 19 | 0 | 0.66 | 0.92 | 0.12 | 16.98 | 0.84 | 0.48 |
| Hex | E0 | 4D | 13 | 0 | 42 | 5C | C | 11 | 54 | 30 |
| Octal | 340 | 115 | 23 | 0 | 102 | 134 | 14 | 21 | 124 | 60 |
| Binary | 11100000 | 1001101 | 10011 | 0 | 1000010 | 1011100 | 1100 | 10001 | 1010100 | 110000 |
Color Harmonies of #E04D13
Complementary color
Monochromatic Colors of #E04D13
Black with #E04D13
Text Example
Text Example
White with #E04D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04D13; }
p { color: rgb(224,77,19); }
H1.HeaderClassName
{
color: #E04D13;
}
.AnyTagClassName
{
color: #E04D13;
}
</style>
background-color css
<style>
a { background-color: #E04D13; }
a { background-color: rgb(224,77,19); }
div.DivClassName
{
background-color: #E04D13;
}
.BgClassName
{
background-color: #E04D13;
}
</style>
border-color css
<style>
span { border-color: #E04D13; }
span { border-color: rgb(224,77,19); }
td.TdClassName
{
border-color: #E04D13;
}
.TagClassName
{
border-color: #E04D13;
}
</style>