Shades of Persimmon #E85D15
Tints of Persimmon #E85D15
RGB
CMYK
RGB Variations
Color information
#E85D15 (or 0xE85D15) is known color: Persimmon. HEX triplet: E8, 5D and 15. RGB value is (232,93,21). Sum of RGB (Red+Green+Blue) = 232+93+21=346 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.05% from 346); Green value is 93 (36.72% from 255 or 26.88% from 346); Blue value is 21 (8.59% from 255 or 6.07% from 346); Max value from RGB is 232 - color contains mainly: red. Hex color #E85D15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85D15 is #17A2EA. Grayscale: #7E7E7E. Windows color (decimal): -1549035 or 1400296. OLE color: 1400296.
HSL color Cylindrical-coordinate representation of color #E85D15: hue angle of 20.47º 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 #E85D15 is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 93 | 21 | - |
| CMYK | 0 | 0.60 | 0.91 | 0.09 |
| HSL | 20.47º | 0.83% | 0.5% | - |
| HSV(B) | 20.47º | 0.91% | 0.91% | - |
| XYZ | 37.33 | 25.04 | 3.57 | - |
| YUV | 126.35 | 68.55 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 93 | 21 | 0 | 0.60 | 0.91 | 0.09 | 20.47 | 0.83 | 0.5 |
| Hex | E8 | 5D | 15 | 0 | 3C | 5B | 9 | 14 | 53 | 32 |
| Octal | 350 | 135 | 25 | 0 | 74 | 133 | 11 | 24 | 123 | 62 |
| Binary | 11101000 | 1011101 | 10101 | 0 | 111100 | 1011011 | 1001 | 10100 | 1010011 | 110010 |
Color Harmonies of #E85D15
Complementary color
Monochromatic Colors of #E85D15
Black with #E85D15
Text Example
Text Example
White with #E85D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85D15; }
p { color: rgb(232,93,21); }
H1.HeaderClassName
{
color: #E85D15;
}
.AnyTagClassName
{
color: #E85D15;
}
</style>
background-color css
<style>
a { background-color: #E85D15; }
a { background-color: rgb(232,93,21); }
div.DivClassName
{
background-color: #E85D15;
}
.BgClassName
{
background-color: #E85D15;
}
</style>
border-color css
<style>
span { border-color: #E85D15; }
span { border-color: rgb(232,93,21); }
td.TdClassName
{
border-color: #E85D15;
}
.TagClassName
{
border-color: #E85D15;
}
</style>