Shades of Persimmon #E05516
Tints of Persimmon #E05516
RGB
CMYK
RGB Variations
Color information
#E05516 (or 0xE05516) is known color: Persimmon. HEX triplet: E0, 55 and 16. RGB value is (224,85,22). Sum of RGB (Red+Green+Blue) = 224+85+22=331 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.67% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 22 (8.98% from 255 or 6.65% from 331); Max value from RGB is 224 - color contains mainly: red. Hex color #E05516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05516 is #1FAAE9. Grayscale: #777777. Windows color (decimal): -2075370 or 1463776. OLE color: 1463776.
HSL color Cylindrical-coordinate representation of color #E05516: hue angle of 18.71º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E05516 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 85 | 22 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.12 |
| HSL | 18.71º | 0.82% | 0.48% | - |
| HSV(B) | 18.71º | 0.9% | 0.88% | - |
| XYZ | 34.13 | 22.4 | 3.28 | - |
| YUV | 119.38 | 73.05 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 85 | 22 | 0 | 0.62 | 0.90 | 0.12 | 18.71 | 0.82 | 0.48 |
| Hex | E0 | 55 | 16 | 0 | 3E | 5A | C | 13 | 52 | 30 |
| Octal | 340 | 125 | 26 | 0 | 76 | 132 | 14 | 23 | 122 | 60 |
| Binary | 11100000 | 1010101 | 10110 | 0 | 111110 | 1011010 | 1100 | 10011 | 1010010 | 110000 |
Color Harmonies of #E05516
Complementary color
Monochromatic Colors of #E05516
Black with #E05516
Text Example
Text Example
White with #E05516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05516; }
p { color: rgb(224,85,22); }
H1.HeaderClassName
{
color: #E05516;
}
.AnyTagClassName
{
color: #E05516;
}
</style>
background-color css
<style>
a { background-color: #E05516; }
a { background-color: rgb(224,85,22); }
div.DivClassName
{
background-color: #E05516;
}
.BgClassName
{
background-color: #E05516;
}
</style>
border-color css
<style>
span { border-color: #E05516; }
span { border-color: rgb(224,85,22); }
td.TdClassName
{
border-color: #E05516;
}
.TagClassName
{
border-color: #E05516;
}
</style>