Shades of Persimmon #E95415
Tints of Persimmon #E95415
RGB
CMYK
RGB Variations
Color information
#E95415 (or 0xE95415) is known color: Persimmon. HEX triplet: E9, 54 and 15. RGB value is (233,84,21). Sum of RGB (Red+Green+Blue) = 233+84+21=338 (44% of max value = 765). Red value is 233 (91.41% from 255 or 68.93% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 21 (8.59% from 255 or 6.21% from 338); Max value from RGB is 233 - color contains mainly: red. Hex color #E95415 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95415 is #16ABEA. Grayscale: #797979. Windows color (decimal): -1485803 or 1397993. OLE color: 1397993.
HSL color Cylindrical-coordinate representation of color #E95415: hue angle of 17.83º 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 #E95415 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 84 | 21 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.09 |
| HSL | 17.83º | 0.83% | 0.5% | - |
| HSV(B) | 17.83º | 0.91% | 0.91% | - |
| XYZ | 36.91 | 23.72 | 3.34 | - |
| YUV | 121.37 | 71.36 | 207.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 84 | 21 | 0 | 0.64 | 0.91 | 0.09 | 17.83 | 0.83 | 0.5 |
| Hex | E9 | 54 | 15 | 0 | 40 | 5B | 9 | 12 | 53 | 32 |
| Octal | 351 | 124 | 25 | 0 | 100 | 133 | 11 | 22 | 123 | 62 |
| Binary | 11101001 | 1010100 | 10101 | 0 | 1000000 | 1011011 | 1001 | 10010 | 1010011 | 110010 |
Color Harmonies of #E95415
Complementary color
Monochromatic Colors of #E95415
Black with #E95415
Text Example
Text Example
White with #E95415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95415; }
p { color: rgb(233,84,21); }
H1.HeaderClassName
{
color: #E95415;
}
.AnyTagClassName
{
color: #E95415;
}
</style>
background-color css
<style>
a { background-color: #E95415; }
a { background-color: rgb(233,84,21); }
div.DivClassName
{
background-color: #E95415;
}
.BgClassName
{
background-color: #E95415;
}
</style>
border-color css
<style>
span { border-color: #E95415; }
span { border-color: rgb(233,84,21); }
td.TdClassName
{
border-color: #E95415;
}
.TagClassName
{
border-color: #E95415;
}
</style>