Shades of Persimmon #E05011
Tints of Persimmon #E05011
RGB
CMYK
RGB Variations
Color information
#E05011 (or 0xE05011) is known color: Persimmon. HEX triplet: E0, 50 and 11. RGB value is (224,80,17). Sum of RGB (Red+Green+Blue) = 224+80+17=321 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.78% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 17 (7.03% from 255 or 5.30% from 321); Max value from RGB is 224 - color contains mainly: red. Hex color #E05011 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05011 is #1FAFEE. Grayscale: #747474. Windows color (decimal): -2076655 or 1134816. OLE color: 1134816.
HSL color Cylindrical-coordinate representation of color #E05011: hue angle of 18.26º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E05011 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 80 | 17 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.12 |
| HSL | 18.26º | 0.86% | 0.47% | - |
| HSV(B) | 18.26º | 0.92% | 0.88% | - |
| XYZ | 33.71 | 21.63 | 2.93 | - |
| YUV | 115.87 | 72.21 | 205.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 80 | 17 | 0 | 0.64 | 0.92 | 0.12 | 18.26 | 0.86 | 0.47 |
| Hex | E0 | 50 | 11 | 0 | 40 | 5C | C | 12 | 56 | 2F |
| Octal | 340 | 120 | 21 | 0 | 100 | 134 | 14 | 22 | 126 | 57 |
| Binary | 11100000 | 1010000 | 10001 | 0 | 1000000 | 1011100 | 1100 | 10010 | 1010110 | 101111 |
Color Harmonies of #E05011
Complementary color
Monochromatic Colors of #E05011
Black with #E05011
Text Example
Text Example
White with #E05011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05011; }
p { color: rgb(224,80,17); }
H1.HeaderClassName
{
color: #E05011;
}
.AnyTagClassName
{
color: #E05011;
}
</style>
background-color css
<style>
a { background-color: #E05011; }
a { background-color: rgb(224,80,17); }
div.DivClassName
{
background-color: #E05011;
}
.BgClassName
{
background-color: #E05011;
}
</style>
border-color css
<style>
span { border-color: #E05011; }
span { border-color: rgb(224,80,17); }
td.TdClassName
{
border-color: #E05011;
}
.TagClassName
{
border-color: #E05011;
}
</style>