Shades of Persimmon #E8550B
Tints of Persimmon #E8550B
RGB
CMYK
RGB Variations
Color information
#E8550B (or 0xE8550B) is known color: Persimmon. HEX triplet: E8, 55 and 0B. RGB value is (232,85,11). Sum of RGB (Red+Green+Blue) = 232+85+11=328 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.73% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 11 (4.69% from 255 or 3.35% from 328); Max value from RGB is 232 - color contains mainly: red. Hex color #E8550B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E8550B is #17AAF4. Grayscale: #787878. Windows color (decimal): -1551093 or 742888. OLE color: 742888.
HSL color Cylindrical-coordinate representation of color #E8550B: hue angle of 20.09º 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 #E8550B is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 85 | 11 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.09 |
| HSL | 20.09º | 0.91% | 0.48% | - |
| HSV(B) | 20.09º | 0.95% | 0.91% | - |
| XYZ | 36.59 | 23.68 | 2.96 | - |
| YUV | 120.52 | 66.2 | 207.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 85 | 11 | 0 | 0.63 | 0.95 | 0.09 | 20.09 | 0.91 | 0.48 |
| Hex | E8 | 55 | B | 0 | 3F | 5F | 9 | 14 | 5B | 30 |
| Octal | 350 | 125 | 13 | 0 | 77 | 137 | 11 | 24 | 133 | 60 |
| Binary | 11101000 | 1010101 | 1011 | 0 | 111111 | 1011111 | 1001 | 10100 | 1011011 | 110000 |
Color Harmonies of #E8550B
Complementary color
Monochromatic Colors of #E8550B
Black with #E8550B
Text Example
Text Example
White with #E8550B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8550B; }
p { color: rgb(232,85,11); }
H1.HeaderClassName
{
color: #E8550B;
}
.AnyTagClassName
{
color: #E8550B;
}
</style>
background-color css
<style>
a { background-color: #E8550B; }
a { background-color: rgb(232,85,11); }
div.DivClassName
{
background-color: #E8550B;
}
.BgClassName
{
background-color: #E8550B;
}
</style>
border-color css
<style>
span { border-color: #E8550B; }
span { border-color: rgb(232,85,11); }
td.TdClassName
{
border-color: #E8550B;
}
.TagClassName
{
border-color: #E8550B;
}
</style>