Shades of Persimmon #E95017
Tints of Persimmon #E95017
RGB
CMYK
RGB Variations
Color information
#E95017 (or 0xE95017) is known color: Persimmon. HEX triplet: E9, 50 and 17. RGB value is (233,80,23). Sum of RGB (Red+Green+Blue) = 233+80+23=336 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.35% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 23 (9.38% from 255 or 6.85% from 336); Max value from RGB is 233 - color contains mainly: red. Hex color #E95017 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95017 is #16AFE8. Grayscale: #777777. Windows color (decimal): -1486825 or 1528041. OLE color: 1528041.
HSL color Cylindrical-coordinate representation of color #E95017: hue angle of 16.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 #E95017 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 80 | 23 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.09 |
| HSL | 16.29º | 0.83% | 0.5% | - |
| HSV(B) | 16.29º | 0.9% | 0.91% | - |
| XYZ | 36.63 | 23.12 | 3.34 | - |
| YUV | 119.25 | 73.69 | 209.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 80 | 23 | 0 | 0.66 | 0.90 | 0.09 | 16.29 | 0.83 | 0.5 |
| Hex | E9 | 50 | 17 | 0 | 42 | 5A | 9 | 10 | 53 | 32 |
| Octal | 351 | 120 | 27 | 0 | 102 | 132 | 11 | 20 | 123 | 62 |
| Binary | 11101001 | 1010000 | 10111 | 0 | 1000010 | 1011010 | 1001 | 10000 | 1010011 | 110010 |
Color Harmonies of #E95017
Complementary color
Monochromatic Colors of #E95017
Black with #E95017
Text Example
Text Example
White with #E95017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95017; }
p { color: rgb(233,80,23); }
H1.HeaderClassName
{
color: #E95017;
}
.AnyTagClassName
{
color: #E95017;
}
</style>
background-color css
<style>
a { background-color: #E95017; }
a { background-color: rgb(233,80,23); }
div.DivClassName
{
background-color: #E95017;
}
.BgClassName
{
background-color: #E95017;
}
</style>
border-color css
<style>
span { border-color: #E95017; }
span { border-color: rgb(233,80,23); }
td.TdClassName
{
border-color: #E95017;
}
.TagClassName
{
border-color: #E95017;
}
</style>