Shades of Persimmon #E95114
Tints of Persimmon #E95114
RGB
CMYK
RGB Variations
Color information
#E95114 (or 0xE95114) is known color: Persimmon. HEX triplet: E9, 51 and 14. RGB value is (233,81,20). Sum of RGB (Red+Green+Blue) = 233+81+20=334 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.76% from 334); Green value is 81 (32.03% from 255 or 24.25% from 334); Blue value is 20 (8.20% from 255 or 5.99% from 334); Max value from RGB is 233 - color contains mainly: red. Hex color #E95114 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95114 is #16AEEB. Grayscale: #777777. Windows color (decimal): -1486572 or 1331689. OLE color: 1331689.
HSL color Cylindrical-coordinate representation of color #E95114: hue angle of 17.18º degrees, saturation: 0.84, 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 #E95114 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 81 | 20 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.09 |
| HSL | 17.18º | 0.84% | 0.5% | - |
| HSV(B) | 17.18º | 0.91% | 0.91% | - |
| XYZ | 36.67 | 23.26 | 3.22 | - |
| YUV | 119.49 | 71.86 | 208.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 81 | 20 | 0 | 0.65 | 0.91 | 0.09 | 17.18 | 0.84 | 0.5 |
| Hex | E9 | 51 | 14 | 0 | 41 | 5B | 9 | 11 | 54 | 32 |
| Octal | 351 | 121 | 24 | 0 | 101 | 133 | 11 | 21 | 124 | 62 |
| Binary | 11101001 | 1010001 | 10100 | 0 | 1000001 | 1011011 | 1001 | 10001 | 1010100 | 110010 |
Color Harmonies of #E95114
Complementary color
Monochromatic Colors of #E95114
Black with #E95114
Text Example
Text Example
White with #E95114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95114; }
p { color: rgb(233,81,20); }
H1.HeaderClassName
{
color: #E95114;
}
.AnyTagClassName
{
color: #E95114;
}
</style>
background-color css
<style>
a { background-color: #E95114; }
a { background-color: rgb(233,81,20); }
div.DivClassName
{
background-color: #E95114;
}
.BgClassName
{
background-color: #E95114;
}
</style>
border-color css
<style>
span { border-color: #E95114; }
span { border-color: rgb(233,81,20); }
td.TdClassName
{
border-color: #E95114;
}
.TagClassName
{
border-color: #E95114;
}
</style>