Shades of Persimmon #E0520E
Tints of Persimmon #E0520E
RGB
CMYK
RGB Variations
Color information
#E0520E (or 0xE0520E) is known color: Persimmon. HEX triplet: E0, 52 and 0E. RGB value is (224,82,14). Sum of RGB (Red+Green+Blue) = 224+82+14=320 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 14 (5.86% from 255 or 4.38% from 320); Max value from RGB is 224 - color contains mainly: red. Hex color #E0520E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E0520E is #1FADF1. Grayscale: #757575. Windows color (decimal): -2076146 or 938720. OLE color: 938720.
HSL color Cylindrical-coordinate representation of color #E0520E: hue angle of 19.43º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E0520E is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 82 | 14 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.12 |
| HSL | 19.43º | 0.88% | 0.47% | - |
| HSV(B) | 19.43º | 0.94% | 0.88% | - |
| XYZ | 33.84 | 21.91 | 2.86 | - |
| YUV | 116.71 | 70.04 | 204.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 82 | 14 | 0 | 0.63 | 0.94 | 0.12 | 19.43 | 0.88 | 0.47 |
| Hex | E0 | 52 | E | 0 | 3F | 5E | C | 13 | 58 | 2F |
| Octal | 340 | 122 | 16 | 0 | 77 | 136 | 14 | 23 | 130 | 57 |
| Binary | 11100000 | 1010010 | 1110 | 0 | 111111 | 1011110 | 1100 | 10011 | 1011000 | 101111 |
Color Harmonies of #E0520E
Complementary color
Monochromatic Colors of #E0520E
Black with #E0520E
Text Example
Text Example
White with #E0520E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0520E; }
p { color: rgb(224,82,14); }
H1.HeaderClassName
{
color: #E0520E;
}
.AnyTagClassName
{
color: #E0520E;
}
</style>
background-color css
<style>
a { background-color: #E0520E; }
a { background-color: rgb(224,82,14); }
div.DivClassName
{
background-color: #E0520E;
}
.BgClassName
{
background-color: #E0520E;
}
</style>
border-color css
<style>
span { border-color: #E0520E; }
span { border-color: rgb(224,82,14); }
td.TdClassName
{
border-color: #E0520E;
}
.TagClassName
{
border-color: #E0520E;
}
</style>