Shades of Persimmon #E8551E
Tints of Persimmon #E8551E
RGB
CMYK
RGB Variations
Color information
#E8551E (or 0xE8551E) is known color: Persimmon. HEX triplet: E8, 55 and 1E. RGB value is (232,85,30). Sum of RGB (Red+Green+Blue) = 232+85+30=347 (45% of max value = 765). Red value is 232 (91.02% from 255 or 66.86% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 30 (12.11% from 255 or 8.65% from 347); Max value from RGB is 232 - color contains mainly: red. Hex color #E8551E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E8551E is #17AAE1. Grayscale: #7B7B7B. Windows color (decimal): -1551074 or 1988072. OLE color: 1988072.
HSL color Cylindrical-coordinate representation of color #E8551E: hue angle of 16.34º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E8551E is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 85 | 30 | - |
| CMYK | 0 | 0.63 | 0.87 | 0.09 |
| HSL | 16.34º | 0.81% | 0.51% | - |
| HSV(B) | 16.34º | 0.87% | 0.91% | - |
| XYZ | 36.76 | 23.75 | 3.87 | - |
| YUV | 122.68 | 75.7 | 205.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 85 | 30 | 0 | 0.63 | 0.87 | 0.09 | 16.34 | 0.81 | 0.51 |
| Hex | E8 | 55 | 1E | 0 | 3F | 57 | 9 | 10 | 51 | 33 |
| Octal | 350 | 125 | 36 | 0 | 77 | 127 | 11 | 20 | 121 | 63 |
| Binary | 11101000 | 1010101 | 11110 | 0 | 111111 | 1010111 | 1001 | 10000 | 1010001 | 110011 |
Color Harmonies of #E8551E
Complementary color
Monochromatic Colors of #E8551E
Black with #E8551E
Text Example
Text Example
White with #E8551E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8551E; }
p { color: rgb(232,85,30); }
H1.HeaderClassName
{
color: #E8551E;
}
.AnyTagClassName
{
color: #E8551E;
}
</style>
background-color css
<style>
a { background-color: #E8551E; }
a { background-color: rgb(232,85,30); }
div.DivClassName
{
background-color: #E8551E;
}
.BgClassName
{
background-color: #E8551E;
}
</style>
border-color css
<style>
span { border-color: #E8551E; }
span { border-color: rgb(232,85,30); }
td.TdClassName
{
border-color: #E8551E;
}
.TagClassName
{
border-color: #E8551E;
}
</style>