Shades of Persimmon #E05213
Tints of Persimmon #E05213
RGB
CMYK
RGB Variations
Color information
#E05213 (or 0xE05213) is known color: Persimmon. HEX triplet: E0, 52 and 13. RGB value is (224,82,19). Sum of RGB (Red+Green+Blue) = 224+82+19=325 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.92% from 325); Green value is 82 (32.42% from 255 or 25.23% from 325); Blue value is 19 (7.81% from 255 or 5.85% from 325); Max value from RGB is 224 - color contains mainly: red. Hex color #E05213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05213 is #1FADEC. Grayscale: #757575. Windows color (decimal): -2076141 or 1266400. OLE color: 1266400.
HSL color Cylindrical-coordinate representation of color #E05213: hue angle of 18.44º 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 #E05213 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 82 | 19 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.12 |
| HSL | 18.44º | 0.84% | 0.48% | - |
| HSV(B) | 18.44º | 0.92% | 0.88% | - |
| XYZ | 33.88 | 21.93 | 3.06 | - |
| YUV | 117.28 | 72.54 | 204.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 82 | 19 | 0 | 0.63 | 0.92 | 0.12 | 18.44 | 0.84 | 0.48 |
| Hex | E0 | 52 | 13 | 0 | 3F | 5C | C | 12 | 54 | 30 |
| Octal | 340 | 122 | 23 | 0 | 77 | 134 | 14 | 22 | 124 | 60 |
| Binary | 11100000 | 1010010 | 10011 | 0 | 111111 | 1011100 | 1100 | 10010 | 1010100 | 110000 |
Color Harmonies of #E05213
Complementary color
Monochromatic Colors of #E05213
Black with #E05213
Text Example
Text Example
White with #E05213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05213; }
p { color: rgb(224,82,19); }
H1.HeaderClassName
{
color: #E05213;
}
.AnyTagClassName
{
color: #E05213;
}
</style>
background-color css
<style>
a { background-color: #E05213; }
a { background-color: rgb(224,82,19); }
div.DivClassName
{
background-color: #E05213;
}
.BgClassName
{
background-color: #E05213;
}
</style>
border-color css
<style>
span { border-color: #E05213; }
span { border-color: rgb(224,82,19); }
td.TdClassName
{
border-color: #E05213;
}
.TagClassName
{
border-color: #E05213;
}
</style>