Shades of Persimmon #E8510B
Tints of Persimmon #E8510B
RGB
CMYK
RGB Variations
Color information
#E8510B (or 0xE8510B) is known color: Persimmon. HEX triplet: E8, 51 and 0B. RGB value is (232,81,11). Sum of RGB (Red+Green+Blue) = 232+81+11=324 (42% of max value = 765). Red value is 232 (91.02% from 255 or 71.60% from 324); Green value is 81 (32.03% from 255 or 25% from 324); Blue value is 11 (4.69% from 255 or 3.40% from 324); Max value from RGB is 232 - color contains mainly: red. Hex color #E8510B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E8510B is #17AEF4. Grayscale: #767676. Windows color (decimal): -1552117 or 741864. OLE color: 741864.
HSL color Cylindrical-coordinate representation of color #E8510B: hue angle of 19º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E8510B is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 81 | 11 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.09 |
| HSL | 19º | 0.91% | 0.48% | - |
| HSV(B) | 19º | 0.95% | 0.91% | - |
| XYZ | 36.28 | 23.06 | 2.86 | - |
| YUV | 118.17 | 67.53 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 81 | 11 | 0 | 0.65 | 0.95 | 0.09 | 19 | 0.91 | 0.48 |
| Hex | E8 | 51 | B | 0 | 41 | 5F | 9 | 13 | 5B | 30 |
| Octal | 350 | 121 | 13 | 0 | 101 | 137 | 11 | 23 | 133 | 60 |
| Binary | 11101000 | 1010001 | 1011 | 0 | 1000001 | 1011111 | 1001 | 10011 | 1011011 | 110000 |
Color Harmonies of #E8510B
Complementary color
Monochromatic Colors of #E8510B
Black with #E8510B
Text Example
Text Example
White with #E8510B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8510B; }
p { color: rgb(232,81,11); }
H1.HeaderClassName
{
color: #E8510B;
}
.AnyTagClassName
{
color: #E8510B;
}
</style>
background-color css
<style>
a { background-color: #E8510B; }
a { background-color: rgb(232,81,11); }
div.DivClassName
{
background-color: #E8510B;
}
.BgClassName
{
background-color: #E8510B;
}
</style>
border-color css
<style>
span { border-color: #E8510B; }
span { border-color: rgb(232,81,11); }
td.TdClassName
{
border-color: #E8510B;
}
.TagClassName
{
border-color: #E8510B;
}
</style>