Shades of Persimmon #E8510A
Tints of Persimmon #E8510A
RGB
CMYK
RGB Variations
Color information
#E8510A (or 0xE8510A) is known color: Persimmon. HEX triplet: E8, 51 and 0A. RGB value is (232,81,10). Sum of RGB (Red+Green+Blue) = 232+81+10=323 (42% of max value = 765). Red value is 232 (91.02% from 255 or 71.83% from 323); Green value is 81 (32.03% from 255 or 25.08% from 323); Blue value is 10 (4.30% from 255 or 3.10% from 323); Max value from RGB is 232 - color contains mainly: red. Hex color #E8510A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E8510A is #17AEF5. Grayscale: #767676. Windows color (decimal): -1552118 or 676328. OLE color: 676328.
HSL color Cylindrical-coordinate representation of color #E8510A: hue angle of 19.19º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E8510A is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 81 | 10 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.09 |
| HSL | 19.19º | 0.92% | 0.47% | - |
| HSV(B) | 19.19º | 0.96% | 0.91% | - |
| XYZ | 36.28 | 23.06 | 2.83 | - |
| YUV | 118.06 | 67.03 | 209.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 81 | 10 | 0 | 0.65 | 0.96 | 0.09 | 19.19 | 0.92 | 0.47 |
| Hex | E8 | 51 | A | 0 | 41 | 60 | 9 | 13 | 5C | 2F |
| Octal | 350 | 121 | 12 | 0 | 101 | 140 | 11 | 23 | 134 | 57 |
| Binary | 11101000 | 1010001 | 1010 | 0 | 1000001 | 1100000 | 1001 | 10011 | 1011100 | 101111 |
Color Harmonies of #E8510A
Complementary color
Monochromatic Colors of #E8510A
Black with #E8510A
Text Example
Text Example
White with #E8510A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8510A; }
p { color: rgb(232,81,10); }
H1.HeaderClassName
{
color: #E8510A;
}
.AnyTagClassName
{
color: #E8510A;
}
</style>
background-color css
<style>
a { background-color: #E8510A; }
a { background-color: rgb(232,81,10); }
div.DivClassName
{
background-color: #E8510A;
}
.BgClassName
{
background-color: #E8510A;
}
</style>
border-color css
<style>
span { border-color: #E8510A; }
span { border-color: rgb(232,81,10); }
td.TdClassName
{
border-color: #E8510A;
}
.TagClassName
{
border-color: #E8510A;
}
</style>