Shades of Persimmon #E0501A
Tints of Persimmon #E0501A
RGB
CMYK
RGB Variations
Color information
#E0501A (or 0xE0501A) is known color: Persimmon. HEX triplet: E0, 50 and 1A. RGB value is (224,80,26). Sum of RGB (Red+Green+Blue) = 224+80+26=330 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.88% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 26 (10.55% from 255 or 7.88% from 330); Max value from RGB is 224 - color contains mainly: red. Hex color #E0501A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0501A is #1FAFE5. Grayscale: #757575. Windows color (decimal): -2076646 or 1724640. OLE color: 1724640.
HSL color Cylindrical-coordinate representation of color #E0501A: hue angle of 16.36º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E0501A is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 80 | 26 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.12 |
| HSL | 16.36º | 0.79% | 0.49% | - |
| HSV(B) | 16.36º | 0.88% | 0.88% | - |
| XYZ | 33.8 | 21.66 | 3.38 | - |
| YUV | 116.9 | 76.71 | 204.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 80 | 26 | 0 | 0.64 | 0.88 | 0.12 | 16.36 | 0.79 | 0.49 |
| Hex | E0 | 50 | 1A | 0 | 40 | 58 | C | 10 | 4F | 31 |
| Octal | 340 | 120 | 32 | 0 | 100 | 130 | 14 | 20 | 117 | 61 |
| Binary | 11100000 | 1010000 | 11010 | 0 | 1000000 | 1011000 | 1100 | 10000 | 1001111 | 110001 |
Color Harmonies of #E0501A
Complementary color
Monochromatic Colors of #E0501A
Black with #E0501A
Text Example
Text Example
White with #E0501A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0501A; }
p { color: rgb(224,80,26); }
H1.HeaderClassName
{
color: #E0501A;
}
.AnyTagClassName
{
color: #E0501A;
}
</style>
background-color css
<style>
a { background-color: #E0501A; }
a { background-color: rgb(224,80,26); }
div.DivClassName
{
background-color: #E0501A;
}
.BgClassName
{
background-color: #E0501A;
}
</style>
border-color css
<style>
span { border-color: #E0501A; }
span { border-color: rgb(224,80,26); }
td.TdClassName
{
border-color: #E0501A;
}
.TagClassName
{
border-color: #E0501A;
}
</style>