Shades of Persimmon #E0500E
Tints of Persimmon #E0500E
RGB
CMYK
RGB Variations
Color information
#E0500E (or 0xE0500E) is known color: Persimmon. HEX triplet: E0, 50 and 0E. RGB value is (224,80,14). Sum of RGB (Red+Green+Blue) = 224+80+14=318 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70.44% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 14 (5.86% from 255 or 4.40% from 318); Max value from RGB is 224 - color contains mainly: red. Hex color #E0500E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E0500E is #1FAFF1. Grayscale: #737373. Windows color (decimal): -2076658 or 938208. OLE color: 938208.
HSL color Cylindrical-coordinate representation of color #E0500E: hue angle of 18.86º 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 #E0500E is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 80 | 14 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.12 |
| HSL | 18.86º | 0.88% | 0.47% | - |
| HSV(B) | 18.86º | 0.94% | 0.88% | - |
| XYZ | 33.69 | 21.62 | 2.81 | - |
| YUV | 115.53 | 70.71 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 80 | 14 | 0 | 0.64 | 0.94 | 0.12 | 18.86 | 0.88 | 0.47 |
| Hex | E0 | 50 | E | 0 | 40 | 5E | C | 13 | 58 | 2F |
| Octal | 340 | 120 | 16 | 0 | 100 | 136 | 14 | 23 | 130 | 57 |
| Binary | 11100000 | 1010000 | 1110 | 0 | 1000000 | 1011110 | 1100 | 10011 | 1011000 | 101111 |
Color Harmonies of #E0500E
Complementary color
Monochromatic Colors of #E0500E
Black with #E0500E
Text Example
Text Example
White with #E0500E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0500E; }
p { color: rgb(224,80,14); }
H1.HeaderClassName
{
color: #E0500E;
}
.AnyTagClassName
{
color: #E0500E;
}
</style>
background-color css
<style>
a { background-color: #E0500E; }
a { background-color: rgb(224,80,14); }
div.DivClassName
{
background-color: #E0500E;
}
.BgClassName
{
background-color: #E0500E;
}
</style>
border-color css
<style>
span { border-color: #E0500E; }
span { border-color: rgb(224,80,14); }
td.TdClassName
{
border-color: #E0500E;
}
.TagClassName
{
border-color: #E0500E;
}
</style>