Shades of Persimmon #E95116
Tints of Persimmon #E95116
RGB
CMYK
RGB Variations
Color information
#E95116 (or 0xE95116) is known color: Persimmon. HEX triplet: E9, 51 and 16. RGB value is (233,81,22). Sum of RGB (Red+Green+Blue) = 233+81+22=336 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.35% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 22 (8.98% from 255 or 6.55% from 336); Max value from RGB is 233 - color contains mainly: red. Hex color #E95116 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95116 is #16AEE9. Grayscale: #787878. Windows color (decimal): -1486570 or 1462761. OLE color: 1462761.
HSL color Cylindrical-coordinate representation of color #E95116: hue angle of 16.78º 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 #E95116 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 81 | 22 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.09 |
| HSL | 16.78º | 0.83% | 0.5% | - |
| HSV(B) | 16.78º | 0.91% | 0.91% | - |
| XYZ | 36.69 | 23.27 | 3.32 | - |
| YUV | 119.72 | 72.86 | 208.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 81 | 22 | 0 | 0.65 | 0.91 | 0.09 | 16.78 | 0.83 | 0.5 |
| Hex | E9 | 51 | 16 | 0 | 41 | 5B | 9 | 11 | 53 | 32 |
| Octal | 351 | 121 | 26 | 0 | 101 | 133 | 11 | 21 | 123 | 62 |
| Binary | 11101001 | 1010001 | 10110 | 0 | 1000001 | 1011011 | 1001 | 10001 | 1010011 | 110010 |
Color Harmonies of #E95116
Complementary color
Monochromatic Colors of #E95116
Black with #E95116
Text Example
Text Example
White with #E95116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95116; }
p { color: rgb(233,81,22); }
H1.HeaderClassName
{
color: #E95116;
}
.AnyTagClassName
{
color: #E95116;
}
</style>
background-color css
<style>
a { background-color: #E95116; }
a { background-color: rgb(233,81,22); }
div.DivClassName
{
background-color: #E95116;
}
.BgClassName
{
background-color: #E95116;
}
</style>
border-color css
<style>
span { border-color: #E95116; }
span { border-color: rgb(233,81,22); }
td.TdClassName
{
border-color: #E95116;
}
.TagClassName
{
border-color: #E95116;
}
</style>