Shades of Persimmon #E8551A
Tints of Persimmon #E8551A
RGB
CMYK
RGB Variations
Color information
#E8551A (or 0xE8551A) is known color: Persimmon. HEX triplet: E8, 55 and 1A. RGB value is (232,85,26). Sum of RGB (Red+Green+Blue) = 232+85+26=343 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.64% from 343); Green value is 85 (33.59% from 255 or 24.78% from 343); Blue value is 26 (10.55% from 255 or 7.58% from 343); Max value from RGB is 232 - color contains mainly: red. Hex color #E8551A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E8551A is #17AAE5. Grayscale: #7A7A7A. Windows color (decimal): -1551078 or 1725928. OLE color: 1725928.
HSL color Cylindrical-coordinate representation of color #E8551A: hue angle of 17.18º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E8551A is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 85 | 26 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.09 |
| HSL | 17.18º | 0.82% | 0.51% | - |
| HSV(B) | 17.18º | 0.89% | 0.91% | - |
| XYZ | 36.71 | 23.73 | 3.62 | - |
| YUV | 122.23 | 73.7 | 206.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 85 | 26 | 0 | 0.63 | 0.89 | 0.09 | 17.18 | 0.82 | 0.51 |
| Hex | E8 | 55 | 1A | 0 | 3F | 59 | 9 | 11 | 52 | 33 |
| Octal | 350 | 125 | 32 | 0 | 77 | 131 | 11 | 21 | 122 | 63 |
| Binary | 11101000 | 1010101 | 11010 | 0 | 111111 | 1011001 | 1001 | 10001 | 1010010 | 110011 |
Color Harmonies of #E8551A
Complementary color
Monochromatic Colors of #E8551A
Black with #E8551A
Text Example
Text Example
White with #E8551A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8551A; }
p { color: rgb(232,85,26); }
H1.HeaderClassName
{
color: #E8551A;
}
.AnyTagClassName
{
color: #E8551A;
}
</style>
background-color css
<style>
a { background-color: #E8551A; }
a { background-color: rgb(232,85,26); }
div.DivClassName
{
background-color: #E8551A;
}
.BgClassName
{
background-color: #E8551A;
}
</style>
border-color css
<style>
span { border-color: #E8551A; }
span { border-color: rgb(232,85,26); }
td.TdClassName
{
border-color: #E8551A;
}
.TagClassName
{
border-color: #E8551A;
}
</style>