Shades of Persimmon #E04D15
Tints of Persimmon #E04D15
RGB
CMYK
RGB Variations
Color information
#E04D15 (or 0xE04D15) is known color: Persimmon. HEX triplet: E0, 4D and 15. RGB value is (224,77,21). Sum of RGB (Red+Green+Blue) = 224+77+21=322 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.57% from 322); Green value is 77 (30.47% from 255 or 23.91% from 322); Blue value is 21 (8.59% from 255 or 6.52% from 322); Max value from RGB is 224 - color contains mainly: red. Hex color #E04D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E04D15 is #1FB2EA. Grayscale: #727272. Windows color (decimal): -2077419 or 1396192. OLE color: 1396192.
HSL color Cylindrical-coordinate representation of color #E04D15: hue angle of 16.55º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E04D15 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 77 | 21 | - |
| CMYK | 0 | 0.66 | 0.91 | 0.12 |
| HSL | 16.55º | 0.83% | 0.48% | - |
| HSV(B) | 16.55º | 0.91% | 0.88% | - |
| XYZ | 33.53 | 21.21 | 3.04 | - |
| YUV | 114.57 | 75.2 | 206.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 77 | 21 | 0 | 0.66 | 0.91 | 0.12 | 16.55 | 0.83 | 0.48 |
| Hex | E0 | 4D | 15 | 0 | 42 | 5B | C | 11 | 53 | 30 |
| Octal | 340 | 115 | 25 | 0 | 102 | 133 | 14 | 21 | 123 | 60 |
| Binary | 11100000 | 1001101 | 10101 | 0 | 1000010 | 1011011 | 1100 | 10001 | 1010011 | 110000 |
Color Harmonies of #E04D15
Complementary color
Monochromatic Colors of #E04D15
Black with #E04D15
Text Example
Text Example
White with #E04D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04D15; }
p { color: rgb(224,77,21); }
H1.HeaderClassName
{
color: #E04D15;
}
.AnyTagClassName
{
color: #E04D15;
}
</style>
background-color css
<style>
a { background-color: #E04D15; }
a { background-color: rgb(224,77,21); }
div.DivClassName
{
background-color: #E04D15;
}
.BgClassName
{
background-color: #E04D15;
}
</style>
border-color css
<style>
span { border-color: #E04D15; }
span { border-color: rgb(224,77,21); }
td.TdClassName
{
border-color: #E04D15;
}
.TagClassName
{
border-color: #E04D15;
}
</style>