Shades of Persimmon #E8531D
Tints of Persimmon #E8531D
RGB
CMYK
RGB Variations
Color information
#E8531D (or 0xE8531D) is known color: Persimmon. HEX triplet: E8, 53 and 1D. RGB value is (232,83,29). Sum of RGB (Red+Green+Blue) = 232+83+29=344 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.44% from 344); Green value is 83 (32.81% from 255 or 24.13% from 344); Blue value is 29 (11.72% from 255 or 8.43% from 344); Max value from RGB is 232 - color contains mainly: red. Hex color #E8531D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E8531D is #17ACE2. Grayscale: #797979. Windows color (decimal): -1551587 or 1922024. OLE color: 1922024.
HSL color Cylindrical-coordinate representation of color #E8531D: hue angle of 15.96º 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 #E8531D is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 83 | 29 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.09 |
| HSL | 15.96º | 0.82% | 0.51% | - |
| HSV(B) | 15.96º | 0.88% | 0.91% | - |
| XYZ | 36.59 | 23.43 | 3.76 | - |
| YUV | 121.4 | 75.86 | 206.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 83 | 29 | 0 | 0.64 | 0.88 | 0.09 | 15.96 | 0.82 | 0.51 |
| Hex | E8 | 53 | 1D | 0 | 40 | 58 | 9 | 10 | 52 | 33 |
| Octal | 350 | 123 | 35 | 0 | 100 | 130 | 11 | 20 | 122 | 63 |
| Binary | 11101000 | 1010011 | 11101 | 0 | 1000000 | 1011000 | 1001 | 10000 | 1010010 | 110011 |
Color Harmonies of #E8531D
Complementary color
Monochromatic Colors of #E8531D
Black with #E8531D
Text Example
Text Example
White with #E8531D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8531D; }
p { color: rgb(232,83,29); }
H1.HeaderClassName
{
color: #E8531D;
}
.AnyTagClassName
{
color: #E8531D;
}
</style>
background-color css
<style>
a { background-color: #E8531D; }
a { background-color: rgb(232,83,29); }
div.DivClassName
{
background-color: #E8531D;
}
.BgClassName
{
background-color: #E8531D;
}
</style>
border-color css
<style>
span { border-color: #E8531D; }
span { border-color: rgb(232,83,29); }
td.TdClassName
{
border-color: #E8531D;
}
.TagClassName
{
border-color: #E8531D;
}
</style>