Shades of Persimmon #E05210
Tints of Persimmon #E05210
RGB
CMYK
RGB Variations
Color information
#E05210 (or 0xE05210) is known color: Persimmon. HEX triplet: E0, 52 and 10. RGB value is (224,82,16). Sum of RGB (Red+Green+Blue) = 224+82+16=322 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.57% from 322); Green value is 82 (32.42% from 255 or 25.47% from 322); Blue value is 16 (6.64% from 255 or 4.97% from 322); Max value from RGB is 224 - color contains mainly: red. Hex color #E05210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05210 is #1FADEF. Grayscale: #757575. Windows color (decimal): -2076144 or 1069792. OLE color: 1069792.
HSL color Cylindrical-coordinate representation of color #E05210: hue angle of 19.04º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E05210 is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 82 | 16 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.12 |
| HSL | 19.04º | 0.87% | 0.47% | - |
| HSV(B) | 19.04º | 0.93% | 0.88% | - |
| XYZ | 33.85 | 21.92 | 2.94 | - |
| YUV | 116.93 | 71.04 | 204.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 82 | 16 | 0 | 0.63 | 0.93 | 0.12 | 19.04 | 0.87 | 0.47 |
| Hex | E0 | 52 | 10 | 0 | 3F | 5D | C | 13 | 57 | 2F |
| Octal | 340 | 122 | 20 | 0 | 77 | 135 | 14 | 23 | 127 | 57 |
| Binary | 11100000 | 1010010 | 10000 | 0 | 111111 | 1011101 | 1100 | 10011 | 1010111 | 101111 |
Color Harmonies of #E05210
Complementary color
Monochromatic Colors of #E05210
Black with #E05210
Text Example
Text Example
White with #E05210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05210; }
p { color: rgb(224,82,16); }
H1.HeaderClassName
{
color: #E05210;
}
.AnyTagClassName
{
color: #E05210;
}
</style>
background-color css
<style>
a { background-color: #E05210; }
a { background-color: rgb(224,82,16); }
div.DivClassName
{
background-color: #E05210;
}
.BgClassName
{
background-color: #E05210;
}
</style>
border-color css
<style>
span { border-color: #E05210; }
span { border-color: rgb(224,82,16); }
td.TdClassName
{
border-color: #E05210;
}
.TagClassName
{
border-color: #E05210;
}
</style>