Shades of Persimmon #E84D15
Tints of Persimmon #E84D15
RGB
CMYK
RGB Variations
Color information
#E84D15 (or 0xE84D15) is known color: Persimmon. HEX triplet: E8, 4D and 15. RGB value is (232,77,21). Sum of RGB (Red+Green+Blue) = 232+77+21=330 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.30% from 330); Green value is 77 (30.47% from 255 or 23.33% from 330); Blue value is 21 (8.59% from 255 or 6.36% from 330); Max value from RGB is 232 - color contains mainly: red. Hex color #E84D15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E84D15 is #17B2EA. Grayscale: #757575. Windows color (decimal): -1553131 or 1396200. OLE color: 1396200.
HSL color Cylindrical-coordinate representation of color #E84D15: hue angle of 15.92º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E84D15 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 77 | 21 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.09 |
| HSL | 15.92º | 0.83% | 0.5% | - |
| HSV(B) | 15.92º | 0.91% | 0.91% | - |
| XYZ | 36.07 | 22.52 | 3.15 | - |
| YUV | 116.96 | 73.85 | 210.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 77 | 21 | 0 | 0.67 | 0.91 | 0.09 | 15.92 | 0.83 | 0.5 |
| Hex | E8 | 4D | 15 | 0 | 43 | 5B | 9 | 10 | 53 | 32 |
| Octal | 350 | 115 | 25 | 0 | 103 | 133 | 11 | 20 | 123 | 62 |
| Binary | 11101000 | 1001101 | 10101 | 0 | 1000011 | 1011011 | 1001 | 10000 | 1010011 | 110010 |
Color Harmonies of #E84D15
Complementary color
Monochromatic Colors of #E84D15
Black with #E84D15
Text Example
Text Example
White with #E84D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84D15; }
p { color: rgb(232,77,21); }
H1.HeaderClassName
{
color: #E84D15;
}
.AnyTagClassName
{
color: #E84D15;
}
</style>
background-color css
<style>
a { background-color: #E84D15; }
a { background-color: rgb(232,77,21); }
div.DivClassName
{
background-color: #E84D15;
}
.BgClassName
{
background-color: #E84D15;
}
</style>
border-color css
<style>
span { border-color: #E84D15; }
span { border-color: rgb(232,77,21); }
td.TdClassName
{
border-color: #E84D15;
}
.TagClassName
{
border-color: #E84D15;
}
</style>