Shades of Persimmon #E95518
Tints of Persimmon #E95518
RGB
CMYK
RGB Variations
Color information
#E95518 (or 0xE95518) is known color: Persimmon. HEX triplet: E9, 55 and 18. RGB value is (233,85,24). Sum of RGB (Red+Green+Blue) = 233+85+24=342 (45% of max value = 765). Red value is 233 (91.41% from 255 or 68.13% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 24 (9.77% from 255 or 7.02% from 342); Max value from RGB is 233 - color contains mainly: red. Hex color #E95518 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95518 is #16AAE7. Grayscale: #7A7A7A. Windows color (decimal): -1485544 or 1594857. OLE color: 1594857.
HSL color Cylindrical-coordinate representation of color #E95518: hue angle of 17.51º 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 #E95518 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 85 | 24 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.09 |
| HSL | 17.51º | 0.83% | 0.5% | - |
| HSV(B) | 17.51º | 0.9% | 0.91% | - |
| XYZ | 37.02 | 23.89 | 3.52 | - |
| YUV | 122.3 | 72.53 | 206.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 85 | 24 | 0 | 0.64 | 0.90 | 0.09 | 17.51 | 0.83 | 0.5 |
| Hex | E9 | 55 | 18 | 0 | 40 | 5A | 9 | 12 | 53 | 32 |
| Octal | 351 | 125 | 30 | 0 | 100 | 132 | 11 | 22 | 123 | 62 |
| Binary | 11101001 | 1010101 | 11000 | 0 | 1000000 | 1011010 | 1001 | 10010 | 1010011 | 110010 |
Color Harmonies of #E95518
Complementary color
Monochromatic Colors of #E95518
Black with #E95518
Text Example
Text Example
White with #E95518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95518; }
p { color: rgb(233,85,24); }
H1.HeaderClassName
{
color: #E95518;
}
.AnyTagClassName
{
color: #E95518;
}
</style>
background-color css
<style>
a { background-color: #E95518; }
a { background-color: rgb(233,85,24); }
div.DivClassName
{
background-color: #E95518;
}
.BgClassName
{
background-color: #E95518;
}
</style>
border-color css
<style>
span { border-color: #E95518; }
span { border-color: rgb(233,85,24); }
td.TdClassName
{
border-color: #E95518;
}
.TagClassName
{
border-color: #E95518;
}
</style>