Shades of Persimmon #E5510E
Tints of Persimmon #E5510E
RGB
CMYK
RGB Variations
Color information
#E5510E (or 0xE5510E) is known color: Persimmon. HEX triplet: E5, 51 and 0E. RGB value is (229,81,14). Sum of RGB (Red+Green+Blue) = 229+81+14=324 (42% of max value = 765). Red value is 229 (89.84% from 255 or 70.68% from 324); Green value is 81 (32.03% from 255 or 25% from 324); Blue value is 14 (5.86% from 255 or 4.32% from 324); Max value from RGB is 229 - color contains mainly: red. Hex color #E5510E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E5510E is #1AAEF1. Grayscale: #767676. Windows color (decimal): -1748722 or 938469. OLE color: 938469.
HSL color Cylindrical-coordinate representation of color #E5510E: hue angle of 18.7º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E5510E is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 81 | 14 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.10 |
| HSL | 18.7º | 0.88% | 0.48% | - |
| HSV(B) | 18.7º | 0.94% | 0.9% | - |
| XYZ | 35.33 | 22.57 | 2.91 | - |
| YUV | 117.61 | 69.53 | 207.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 81 | 14 | 0 | 0.65 | 0.94 | 0.10 | 18.7 | 0.88 | 0.48 |
| Hex | E5 | 51 | E | 0 | 41 | 5E | A | 13 | 58 | 30 |
| Octal | 345 | 121 | 16 | 0 | 101 | 136 | 12 | 23 | 130 | 60 |
| Binary | 11100101 | 1010001 | 1110 | 0 | 1000001 | 1011110 | 1010 | 10011 | 1011000 | 110000 |
Color Harmonies of #E5510E
Complementary color
Monochromatic Colors of #E5510E
Black with #E5510E
Text Example
Text Example
White with #E5510E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5510E; }
p { color: rgb(229,81,14); }
H1.HeaderClassName
{
color: #E5510E;
}
.AnyTagClassName
{
color: #E5510E;
}
</style>
background-color css
<style>
a { background-color: #E5510E; }
a { background-color: rgb(229,81,14); }
div.DivClassName
{
background-color: #E5510E;
}
.BgClassName
{
background-color: #E5510E;
}
</style>
border-color css
<style>
span { border-color: #E5510E; }
span { border-color: rgb(229,81,14); }
td.TdClassName
{
border-color: #E5510E;
}
.TagClassName
{
border-color: #E5510E;
}
</style>