Shades of Persimmon #E95211
Tints of Persimmon #E95211
RGB
CMYK
RGB Variations
Color information
#E95211 (or 0xE95211) is known color: Persimmon. HEX triplet: E9, 52 and 11. RGB value is (233,82,17). Sum of RGB (Red+Green+Blue) = 233+82+17=332 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.18% from 332); Green value is 82 (32.42% from 255 or 24.70% from 332); Blue value is 17 (7.03% from 255 or 5.12% from 332); Max value from RGB is 233 - color contains mainly: red. Hex color #E95211 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95211 is #16ADEE. Grayscale: #787878. Windows color (decimal): -1486319 or 1135337. OLE color: 1135337.
HSL color Cylindrical-coordinate representation of color #E95211: hue angle of 18.06º degrees, saturation: 0.86, 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 #E95211 is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 82 | 17 | - |
| CMYK | 0 | 0.65 | 0.93 | 0.09 |
| HSL | 18.06º | 0.86% | 0.49% | - |
| HSV(B) | 18.06º | 0.93% | 0.91% | - |
| XYZ | 36.72 | 23.4 | 3.11 | - |
| YUV | 119.74 | 70.03 | 208.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 82 | 17 | 0 | 0.65 | 0.93 | 0.09 | 18.06 | 0.86 | 0.49 |
| Hex | E9 | 52 | 11 | 0 | 41 | 5D | 9 | 12 | 56 | 31 |
| Octal | 351 | 122 | 21 | 0 | 101 | 135 | 11 | 22 | 126 | 61 |
| Binary | 11101001 | 1010010 | 10001 | 0 | 1000001 | 1011101 | 1001 | 10010 | 1010110 | 110001 |
Color Harmonies of #E95211
Complementary color
Monochromatic Colors of #E95211
Black with #E95211
Text Example
Text Example
White with #E95211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95211; }
p { color: rgb(233,82,17); }
H1.HeaderClassName
{
color: #E95211;
}
.AnyTagClassName
{
color: #E95211;
}
</style>
background-color css
<style>
a { background-color: #E95211; }
a { background-color: rgb(233,82,17); }
div.DivClassName
{
background-color: #E95211;
}
.BgClassName
{
background-color: #E95211;
}
</style>
border-color css
<style>
span { border-color: #E95211; }
span { border-color: rgb(233,82,17); }
td.TdClassName
{
border-color: #E95211;
}
.TagClassName
{
border-color: #E95211;
}
</style>