Shades of Persimmon #E95915
Tints of Persimmon #E95915
RGB
CMYK
RGB Variations
Color information
#E95915 (or 0xE95915) is known color: Persimmon. HEX triplet: E9, 59 and 15. RGB value is (233,89,21). Sum of RGB (Red+Green+Blue) = 233+89+21=343 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.93% from 343); Green value is 89 (35.16% from 255 or 25.95% from 343); Blue value is 21 (8.59% from 255 or 6.12% from 343); Max value from RGB is 233 - color contains mainly: red. Hex color #E95915 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95915 is #16A6EA. Grayscale: #7C7C7C. Windows color (decimal): -1484523 or 1399273. OLE color: 1399273.
HSL color Cylindrical-coordinate representation of color #E95915: hue angle of 19.25º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E95915 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 89 | 21 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.09 |
| HSL | 19.25º | 0.83% | 0.5% | - |
| HSV(B) | 19.25º | 0.91% | 0.91% | - |
| XYZ | 37.31 | 24.52 | 3.48 | - |
| YUV | 124.3 | 69.71 | 205.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 89 | 21 | 0 | 0.62 | 0.91 | 0.09 | 19.25 | 0.83 | 0.5 |
| Hex | E9 | 59 | 15 | 0 | 3E | 5B | 9 | 13 | 53 | 32 |
| Octal | 351 | 131 | 25 | 0 | 76 | 133 | 11 | 23 | 123 | 62 |
| Binary | 11101001 | 1011001 | 10101 | 0 | 111110 | 1011011 | 1001 | 10011 | 1010011 | 110010 |
Color Harmonies of #E95915
Complementary color
Monochromatic Colors of #E95915
Black with #E95915
Text Example
Text Example
White with #E95915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95915; }
p { color: rgb(233,89,21); }
H1.HeaderClassName
{
color: #E95915;
}
.AnyTagClassName
{
color: #E95915;
}
</style>
background-color css
<style>
a { background-color: #E95915; }
a { background-color: rgb(233,89,21); }
div.DivClassName
{
background-color: #E95915;
}
.BgClassName
{
background-color: #E95915;
}
</style>
border-color css
<style>
span { border-color: #E95915; }
span { border-color: rgb(233,89,21); }
td.TdClassName
{
border-color: #E95915;
}
.TagClassName
{
border-color: #E95915;
}
</style>