Shades of Persimmon #E95112
Tints of Persimmon #E95112
RGB
CMYK
RGB Variations
Color information
#E95112 (or 0xE95112) is known color: Persimmon. HEX triplet: E9, 51 and 12. RGB value is (233,81,18). Sum of RGB (Red+Green+Blue) = 233+81+18=332 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.18% from 332); Green value is 81 (32.03% from 255 or 24.40% from 332); Blue value is 18 (7.42% from 255 or 5.42% from 332); Max value from RGB is 233 - color contains mainly: red. Hex color #E95112 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95112 is #16AEED. Grayscale: #777777. Windows color (decimal): -1486574 or 1200617. OLE color: 1200617.
HSL color Cylindrical-coordinate representation of color #E95112: hue angle of 17.58º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E95112 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 81 | 18 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.09 |
| HSL | 17.58º | 0.86% | 0.49% | - |
| HSV(B) | 17.58º | 0.92% | 0.91% | - |
| XYZ | 36.66 | 23.25 | 3.13 | - |
| YUV | 119.27 | 70.86 | 209.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 81 | 18 | 0 | 0.65 | 0.92 | 0.09 | 17.58 | 0.86 | 0.49 |
| Hex | E9 | 51 | 12 | 0 | 41 | 5C | 9 | 12 | 56 | 31 |
| Octal | 351 | 121 | 22 | 0 | 101 | 134 | 11 | 22 | 126 | 61 |
| Binary | 11101001 | 1010001 | 10010 | 0 | 1000001 | 1011100 | 1001 | 10010 | 1010110 | 110001 |
Color Harmonies of #E95112
Complementary color
Monochromatic Colors of #E95112
Black with #E95112
Text Example
Text Example
White with #E95112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95112; }
p { color: rgb(233,81,18); }
H1.HeaderClassName
{
color: #E95112;
}
.AnyTagClassName
{
color: #E95112;
}
</style>
background-color css
<style>
a { background-color: #E95112; }
a { background-color: rgb(233,81,18); }
div.DivClassName
{
background-color: #E95112;
}
.BgClassName
{
background-color: #E95112;
}
</style>
border-color css
<style>
span { border-color: #E95112; }
span { border-color: rgb(233,81,18); }
td.TdClassName
{
border-color: #E95112;
}
.TagClassName
{
border-color: #E95112;
}
</style>