Shades of Persimmon #E5510C
Tints of Persimmon #E5510C
RGB
CMYK
RGB Variations
Color information
#E5510C (or 0xE5510C) is known color: Persimmon. HEX triplet: E5, 51 and 0C. RGB value is (229,81,12). Sum of RGB (Red+Green+Blue) = 229+81+12=322 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.12% from 322); Green value is 81 (32.03% from 255 or 25.16% from 322); Blue value is 12 (5.08% from 255 or 3.73% from 322); Max value from RGB is 229 - color contains mainly: red. Hex color #E5510C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E5510C is #1AAEF3. Grayscale: #757575. Windows color (decimal): -1748724 or 807397. OLE color: 807397.
HSL color Cylindrical-coordinate representation of color #E5510C: hue angle of 19.08º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E5510C is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 81 | 12 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.10 |
| HSL | 19.08º | 0.9% | 0.47% | - |
| HSV(B) | 19.08º | 0.95% | 0.9% | - |
| XYZ | 35.32 | 22.57 | 2.84 | - |
| YUV | 117.39 | 68.53 | 207.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 81 | 12 | 0 | 0.65 | 0.95 | 0.10 | 19.08 | 0.9 | 0.47 |
| Hex | E5 | 51 | C | 0 | 41 | 5F | A | 13 | 5A | 2F |
| Octal | 345 | 121 | 14 | 0 | 101 | 137 | 12 | 23 | 132 | 57 |
| Binary | 11100101 | 1010001 | 1100 | 0 | 1000001 | 1011111 | 1010 | 10011 | 1011010 | 101111 |
Color Harmonies of #E5510C
Complementary color
Monochromatic Colors of #E5510C
Black with #E5510C
Text Example
Text Example
White with #E5510C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5510C; }
p { color: rgb(229,81,12); }
H1.HeaderClassName
{
color: #E5510C;
}
.AnyTagClassName
{
color: #E5510C;
}
</style>
background-color css
<style>
a { background-color: #E5510C; }
a { background-color: rgb(229,81,12); }
div.DivClassName
{
background-color: #E5510C;
}
.BgClassName
{
background-color: #E5510C;
}
</style>
border-color css
<style>
span { border-color: #E5510C; }
span { border-color: rgb(229,81,12); }
td.TdClassName
{
border-color: #E5510C;
}
.TagClassName
{
border-color: #E5510C;
}
</style>