Shades of Persimmon #E0510E
Tints of Persimmon #E0510E
RGB
CMYK
RGB Variations
Color information
#E0510E (or 0xE0510E) is known color: Persimmon. HEX triplet: E0, 51 and 0E. RGB value is (224,81,14). Sum of RGB (Red+Green+Blue) = 224+81+14=319 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70.22% from 319); Green value is 81 (32.03% from 255 or 25.39% from 319); Blue value is 14 (5.86% from 255 or 4.39% from 319); Max value from RGB is 224 - color contains mainly: red. Hex color #E0510E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E0510E is #1FAEF1. Grayscale: #747474. Windows color (decimal): -2076402 or 938464. OLE color: 938464.
HSL color Cylindrical-coordinate representation of color #E0510E: hue angle of 19.14º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E0510E is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 81 | 14 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.12 |
| HSL | 19.14º | 0.88% | 0.47% | - |
| HSV(B) | 19.14º | 0.94% | 0.88% | - |
| XYZ | 33.76 | 21.76 | 2.84 | - |
| YUV | 116.12 | 70.38 | 204.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 81 | 14 | 0 | 0.64 | 0.94 | 0.12 | 19.14 | 0.88 | 0.47 |
| Hex | E0 | 51 | E | 0 | 40 | 5E | C | 13 | 58 | 2F |
| Octal | 340 | 121 | 16 | 0 | 100 | 136 | 14 | 23 | 130 | 57 |
| Binary | 11100000 | 1010001 | 1110 | 0 | 1000000 | 1011110 | 1100 | 10011 | 1011000 | 101111 |
Color Harmonies of #E0510E
Complementary color
Monochromatic Colors of #E0510E
Black with #E0510E
Text Example
Text Example
White with #E0510E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0510E; }
p { color: rgb(224,81,14); }
H1.HeaderClassName
{
color: #E0510E;
}
.AnyTagClassName
{
color: #E0510E;
}
</style>
background-color css
<style>
a { background-color: #E0510E; }
a { background-color: rgb(224,81,14); }
div.DivClassName
{
background-color: #E0510E;
}
.BgClassName
{
background-color: #E0510E;
}
</style>
border-color css
<style>
span { border-color: #E0510E; }
span { border-color: rgb(224,81,14); }
td.TdClassName
{
border-color: #E0510E;
}
.TagClassName
{
border-color: #E0510E;
}
</style>