Shades of Persimmon #E95514
Tints of Persimmon #E95514
RGB
CMYK
RGB Variations
Color information
#E95514 (or 0xE95514) is known color: Persimmon. HEX triplet: E9, 55 and 14. RGB value is (233,85,20). Sum of RGB (Red+Green+Blue) = 233+85+20=338 (44% of max value = 765). Red value is 233 (91.41% from 255 or 68.93% from 338); Green value is 85 (33.59% from 255 or 25.15% from 338); Blue value is 20 (8.20% from 255 or 5.92% from 338); Max value from RGB is 233 - color contains mainly: red. Hex color #E95514 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95514 is #16AAEB. Grayscale: #7A7A7A. Windows color (decimal): -1485548 or 1332713. OLE color: 1332713.
HSL color Cylindrical-coordinate representation of color #E95514: hue angle of 18.31º degrees, saturation: 0.84, 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 #E95514 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 85 | 20 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.09 |
| HSL | 18.31º | 0.84% | 0.5% | - |
| HSV(B) | 18.31º | 0.91% | 0.91% | - |
| XYZ | 36.98 | 23.87 | 3.32 | - |
| YUV | 121.84 | 70.53 | 207.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 85 | 20 | 0 | 0.64 | 0.91 | 0.09 | 18.31 | 0.84 | 0.5 |
| Hex | E9 | 55 | 14 | 0 | 40 | 5B | 9 | 12 | 54 | 32 |
| Octal | 351 | 125 | 24 | 0 | 100 | 133 | 11 | 22 | 124 | 62 |
| Binary | 11101001 | 1010101 | 10100 | 0 | 1000000 | 1011011 | 1001 | 10010 | 1010100 | 110010 |
Color Harmonies of #E95514
Complementary color
Monochromatic Colors of #E95514
Black with #E95514
Text Example
Text Example
White with #E95514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95514; }
p { color: rgb(233,85,20); }
H1.HeaderClassName
{
color: #E95514;
}
.AnyTagClassName
{
color: #E95514;
}
</style>
background-color css
<style>
a { background-color: #E95514; }
a { background-color: rgb(233,85,20); }
div.DivClassName
{
background-color: #E95514;
}
.BgClassName
{
background-color: #E95514;
}
</style>
border-color css
<style>
span { border-color: #E95514; }
span { border-color: rgb(233,85,20); }
td.TdClassName
{
border-color: #E95514;
}
.TagClassName
{
border-color: #E95514;
}
</style>