Shades of Persimmon #E5510A
Tints of Persimmon #E5510A
RGB
CMYK
RGB Variations
Color information
#E5510A (or 0xE5510A) is known color: Persimmon. HEX triplet: E5, 51 and 0A. RGB value is (229,81,10). Sum of RGB (Red+Green+Blue) = 229+81+10=320 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.56% from 320); Green value is 81 (32.03% from 255 or 25.31% from 320); Blue value is 10 (4.30% from 255 or 3.12% from 320); Max value from RGB is 229 - color contains mainly: red. Hex color #E5510A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E5510A is #1AAEF5. Grayscale: #757575. Windows color (decimal): -1748726 or 676325. OLE color: 676325.
HSL color Cylindrical-coordinate representation of color #E5510A: hue angle of 19.45º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E5510A is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 81 | 10 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.10 |
| HSL | 19.45º | 0.92% | 0.47% | - |
| HSV(B) | 19.45º | 0.96% | 0.9% | - |
| XYZ | 35.31 | 22.56 | 2.78 | - |
| YUV | 117.16 | 67.53 | 207.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 81 | 10 | 0 | 0.65 | 0.96 | 0.10 | 19.45 | 0.92 | 0.47 |
| Hex | E5 | 51 | A | 0 | 41 | 60 | A | 13 | 5C | 2F |
| Octal | 345 | 121 | 12 | 0 | 101 | 140 | 12 | 23 | 134 | 57 |
| Binary | 11100101 | 1010001 | 1010 | 0 | 1000001 | 1100000 | 1010 | 10011 | 1011100 | 101111 |
Color Harmonies of #E5510A
Complementary color
Monochromatic Colors of #E5510A
Black with #E5510A
Text Example
Text Example
White with #E5510A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5510A; }
p { color: rgb(229,81,10); }
H1.HeaderClassName
{
color: #E5510A;
}
.AnyTagClassName
{
color: #E5510A;
}
</style>
background-color css
<style>
a { background-color: #E5510A; }
a { background-color: rgb(229,81,10); }
div.DivClassName
{
background-color: #E5510A;
}
.BgClassName
{
background-color: #E5510A;
}
</style>
border-color css
<style>
span { border-color: #E5510A; }
span { border-color: rgb(229,81,10); }
td.TdClassName
{
border-color: #E5510A;
}
.TagClassName
{
border-color: #E5510A;
}
</style>