Shades of Persimmon #E95E17
Tints of Persimmon #E95E17
RGB
CMYK
RGB Variations
Color information
#E95E17 (or 0xE95E17) is known color: Persimmon. HEX triplet: E9, 5E and 17. RGB value is (233,94,23). Sum of RGB (Red+Green+Blue) = 233+94+23=350 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.57% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 23 (9.38% from 255 or 6.57% from 350); Max value from RGB is 233 - color contains mainly: red. Hex color #E95E17 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95E17 is #16A1E8. Grayscale: #7F7F7F. Windows color (decimal): -1483241 or 1531625. OLE color: 1531625.
HSL color Cylindrical-coordinate representation of color #E95E17: hue angle of 20.29º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E95E17 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 94 | 23 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.09 |
| HSL | 20.29º | 0.83% | 0.5% | - |
| HSV(B) | 20.29º | 0.9% | 0.91% | - |
| XYZ | 37.76 | 25.39 | 3.72 | - |
| YUV | 127.47 | 69.05 | 203.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 94 | 23 | 0 | 0.60 | 0.90 | 0.09 | 20.29 | 0.83 | 0.5 |
| Hex | E9 | 5E | 17 | 0 | 3C | 5A | 9 | 14 | 53 | 32 |
| Octal | 351 | 136 | 27 | 0 | 74 | 132 | 11 | 24 | 123 | 62 |
| Binary | 11101001 | 1011110 | 10111 | 0 | 111100 | 1011010 | 1001 | 10100 | 1010011 | 110010 |
Color Harmonies of #E95E17
Complementary color
Monochromatic Colors of #E95E17
Black with #E95E17
Text Example
Text Example
White with #E95E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95E17; }
p { color: rgb(233,94,23); }
H1.HeaderClassName
{
color: #E95E17;
}
.AnyTagClassName
{
color: #E95E17;
}
</style>
background-color css
<style>
a { background-color: #E95E17; }
a { background-color: rgb(233,94,23); }
div.DivClassName
{
background-color: #E95E17;
}
.BgClassName
{
background-color: #E95E17;
}
</style>
border-color css
<style>
span { border-color: #E95E17; }
span { border-color: rgb(233,94,23); }
td.TdClassName
{
border-color: #E95E17;
}
.TagClassName
{
border-color: #E95E17;
}
</style>