Shades of Persimmon #E85D10
Tints of Persimmon #E85D10
RGB
CMYK
RGB Variations
Color information
#E85D10 (or 0xE85D10) is known color: Persimmon. HEX triplet: E8, 5D and 10. RGB value is (232,93,16). Sum of RGB (Red+Green+Blue) = 232+93+16=341 (45% of max value = 765). Red value is 232 (91.02% from 255 or 68.04% from 341); Green value is 93 (36.72% from 255 or 27.27% from 341); Blue value is 16 (6.64% from 255 or 4.69% from 341); Max value from RGB is 232 - color contains mainly: red. Hex color #E85D10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85D10 is #17A2EF. Grayscale: #7E7E7E. Windows color (decimal): -1549040 or 1072616. OLE color: 1072616.
HSL color Cylindrical-coordinate representation of color #E85D10: hue angle of 21.39º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E85D10 is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 93 | 16 | - |
| CMYK | 0 | 0.60 | 0.93 | 0.09 |
| HSL | 21.39º | 0.87% | 0.49% | - |
| HSV(B) | 21.39º | 0.93% | 0.91% | - |
| XYZ | 37.29 | 25.02 | 3.35 | - |
| YUV | 125.78 | 66.05 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 93 | 16 | 0 | 0.60 | 0.93 | 0.09 | 21.39 | 0.87 | 0.49 |
| Hex | E8 | 5D | 10 | 0 | 3C | 5D | 9 | 15 | 57 | 31 |
| Octal | 350 | 135 | 20 | 0 | 74 | 135 | 11 | 25 | 127 | 61 |
| Binary | 11101000 | 1011101 | 10000 | 0 | 111100 | 1011101 | 1001 | 10101 | 1010111 | 110001 |
Color Harmonies of #E85D10
Complementary color
Monochromatic Colors of #E85D10
Black with #E85D10
Text Example
Text Example
White with #E85D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85D10; }
p { color: rgb(232,93,16); }
H1.HeaderClassName
{
color: #E85D10;
}
.AnyTagClassName
{
color: #E85D10;
}
</style>
background-color css
<style>
a { background-color: #E85D10; }
a { background-color: rgb(232,93,16); }
div.DivClassName
{
background-color: #E85D10;
}
.BgClassName
{
background-color: #E85D10;
}
</style>
border-color css
<style>
span { border-color: #E85D10; }
span { border-color: rgb(232,93,16); }
td.TdClassName
{
border-color: #E85D10;
}
.TagClassName
{
border-color: #E85D10;
}
</style>