Shades of Persimmon #E8531B
Tints of Persimmon #E8531B
RGB
CMYK
RGB Variations
Color information
#E8531B (or 0xE8531B) is known color: Persimmon. HEX triplet: E8, 53 and 1B. RGB value is (232,83,27). Sum of RGB (Red+Green+Blue) = 232+83+27=342 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.84% from 342); Green value is 83 (32.81% from 255 or 24.27% from 342); Blue value is 27 (10.94% from 255 or 7.89% from 342); Max value from RGB is 232 - color contains mainly: red. Hex color #E8531B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E8531B is #17ACE4. Grayscale: #797979. Windows color (decimal): -1551589 or 1790952. OLE color: 1790952.
HSL color Cylindrical-coordinate representation of color #E8531B: hue angle of 16.39º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E8531B is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 83 | 27 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.09 |
| HSL | 16.39º | 0.82% | 0.51% | - |
| HSV(B) | 16.39º | 0.88% | 0.91% | - |
| XYZ | 36.57 | 23.42 | 3.63 | - |
| YUV | 121.17 | 74.86 | 207.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 83 | 27 | 0 | 0.64 | 0.88 | 0.09 | 16.39 | 0.82 | 0.51 |
| Hex | E8 | 53 | 1B | 0 | 40 | 58 | 9 | 10 | 52 | 33 |
| Octal | 350 | 123 | 33 | 0 | 100 | 130 | 11 | 20 | 122 | 63 |
| Binary | 11101000 | 1010011 | 11011 | 0 | 1000000 | 1011000 | 1001 | 10000 | 1010010 | 110011 |
Color Harmonies of #E8531B
Complementary color
Monochromatic Colors of #E8531B
Black with #E8531B
Text Example
Text Example
White with #E8531B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8531B; }
p { color: rgb(232,83,27); }
H1.HeaderClassName
{
color: #E8531B;
}
.AnyTagClassName
{
color: #E8531B;
}
</style>
background-color css
<style>
a { background-color: #E8531B; }
a { background-color: rgb(232,83,27); }
div.DivClassName
{
background-color: #E8531B;
}
.BgClassName
{
background-color: #E8531B;
}
</style>
border-color css
<style>
span { border-color: #E8531B; }
span { border-color: rgb(232,83,27); }
td.TdClassName
{
border-color: #E8531B;
}
.TagClassName
{
border-color: #E8531B;
}
</style>