Shades of Persimmon #E95411
Tints of Persimmon #E95411
RGB
CMYK
RGB Variations
Color information
#E95411 (or 0xE95411) is known color: Persimmon. HEX triplet: E9, 54 and 11. RGB value is (233,84,17). Sum of RGB (Red+Green+Blue) = 233+84+17=334 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.76% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 17 (7.03% from 255 or 5.09% from 334); Max value from RGB is 233 - color contains mainly: red. Hex color #E95411 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95411 is #16ABEE. Grayscale: #797979. Windows color (decimal): -1485807 or 1135849. OLE color: 1135849.
HSL color Cylindrical-coordinate representation of color #E95411: hue angle of 18.61º 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 #E95411 is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 84 | 17 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.09 |
| HSL | 18.61º | 0.86% | 0.49% | - |
| HSV(B) | 18.61º | 0.93% | 0.91% | - |
| XYZ | 36.88 | 23.7 | 3.16 | - |
| YUV | 120.91 | 69.36 | 207.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 84 | 17 | 0 | 0.64 | 0.93 | 0.09 | 18.61 | 0.86 | 0.49 |
| Hex | E9 | 54 | 11 | 0 | 40 | 5D | 9 | 13 | 56 | 31 |
| Octal | 351 | 124 | 21 | 0 | 100 | 135 | 11 | 23 | 126 | 61 |
| Binary | 11101001 | 1010100 | 10001 | 0 | 1000000 | 1011101 | 1001 | 10011 | 1010110 | 110001 |
Color Harmonies of #E95411
Complementary color
Monochromatic Colors of #E95411
Black with #E95411
Text Example
Text Example
White with #E95411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95411; }
p { color: rgb(233,84,17); }
H1.HeaderClassName
{
color: #E95411;
}
.AnyTagClassName
{
color: #E95411;
}
</style>
background-color css
<style>
a { background-color: #E95411; }
a { background-color: rgb(233,84,17); }
div.DivClassName
{
background-color: #E95411;
}
.BgClassName
{
background-color: #E95411;
}
</style>
border-color css
<style>
span { border-color: #E95411; }
span { border-color: rgb(233,84,17); }
td.TdClassName
{
border-color: #E95411;
}
.TagClassName
{
border-color: #E95411;
}
</style>