Shades of Persimmon #E85515
Tints of Persimmon #E85515
RGB
CMYK
RGB Variations
Color information
#E85515 (or 0xE85515) is known color: Persimmon. HEX triplet: E8, 55 and 15. RGB value is (232,85,21). Sum of RGB (Red+Green+Blue) = 232+85+21=338 (44% of max value = 765). Red value is 232 (91.02% from 255 or 68.64% from 338); Green value is 85 (33.59% from 255 or 25.15% from 338); Blue value is 21 (8.59% from 255 or 6.21% from 338); Max value from RGB is 232 - color contains mainly: red. Hex color #E85515 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85515 is #17AAEA. Grayscale: #7A7A7A. Windows color (decimal): -1551083 or 1398248. OLE color: 1398248.
HSL color Cylindrical-coordinate representation of color #E85515: hue angle of 18.2º 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 #E85515 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 85 | 21 | - |
| CMYK | 0 | 0.63 | 0.91 | 0.09 |
| HSL | 18.2º | 0.83% | 0.5% | - |
| HSV(B) | 18.2º | 0.91% | 0.91% | - |
| XYZ | 36.66 | 23.71 | 3.35 | - |
| YUV | 121.66 | 71.2 | 206.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 85 | 21 | 0 | 0.63 | 0.91 | 0.09 | 18.2 | 0.83 | 0.5 |
| Hex | E8 | 55 | 15 | 0 | 3F | 5B | 9 | 12 | 53 | 32 |
| Octal | 350 | 125 | 25 | 0 | 77 | 133 | 11 | 22 | 123 | 62 |
| Binary | 11101000 | 1010101 | 10101 | 0 | 111111 | 1011011 | 1001 | 10010 | 1010011 | 110010 |
Color Harmonies of #E85515
Complementary color
Monochromatic Colors of #E85515
Black with #E85515
Text Example
Text Example
White with #E85515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85515; }
p { color: rgb(232,85,21); }
H1.HeaderClassName
{
color: #E85515;
}
.AnyTagClassName
{
color: #E85515;
}
</style>
background-color css
<style>
a { background-color: #E85515; }
a { background-color: rgb(232,85,21); }
div.DivClassName
{
background-color: #E85515;
}
.BgClassName
{
background-color: #E85515;
}
</style>
border-color css
<style>
span { border-color: #E85515; }
span { border-color: rgb(232,85,21); }
td.TdClassName
{
border-color: #E85515;
}
.TagClassName
{
border-color: #E85515;
}
</style>