Shades of Persimmon #E0500A
Tints of Persimmon #E0500A
RGB
CMYK
RGB Variations
Color information
#E0500A (or 0xE0500A) is known color: Persimmon. HEX triplet: E0, 50 and 0A. RGB value is (224,80,10). Sum of RGB (Red+Green+Blue) = 224+80+10=314 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.34% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 10 (4.30% from 255 or 3.18% from 314); Max value from RGB is 224 - color contains mainly: red. Hex color #E0500A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E0500A is #1FAFF5. Grayscale: #737373. Windows color (decimal): -2076662 or 676064. OLE color: 676064.
HSL color Cylindrical-coordinate representation of color #E0500A: hue angle of 19.63º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E0500A is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 80 | 10 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.12 |
| HSL | 19.63º | 0.91% | 0.46% | - |
| HSV(B) | 19.63º | 0.96% | 0.88% | - |
| XYZ | 33.66 | 21.61 | 2.68 | - |
| YUV | 115.08 | 68.71 | 205.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 80 | 10 | 0 | 0.64 | 0.96 | 0.12 | 19.63 | 0.91 | 0.46 |
| Hex | E0 | 50 | A | 0 | 40 | 60 | C | 14 | 5B | 2E |
| Octal | 340 | 120 | 12 | 0 | 100 | 140 | 14 | 24 | 133 | 56 |
| Binary | 11100000 | 1010000 | 1010 | 0 | 1000000 | 1100000 | 1100 | 10100 | 1011011 | 101110 |
Color Harmonies of #E0500A
Complementary color
Monochromatic Colors of #E0500A
Black with #E0500A
Text Example
Text Example
White with #E0500A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0500A; }
p { color: rgb(224,80,10); }
H1.HeaderClassName
{
color: #E0500A;
}
.AnyTagClassName
{
color: #E0500A;
}
</style>
background-color css
<style>
a { background-color: #E0500A; }
a { background-color: rgb(224,80,10); }
div.DivClassName
{
background-color: #E0500A;
}
.BgClassName
{
background-color: #E0500A;
}
</style>
border-color css
<style>
span { border-color: #E0500A; }
span { border-color: rgb(224,80,10); }
td.TdClassName
{
border-color: #E0500A;
}
.TagClassName
{
border-color: #E0500A;
}
</style>