Shades of Persimmon #E95D19
Tints of Persimmon #E95D19
RGB
CMYK
RGB Variations
Color information
#E95D19 (or 0xE95D19) is known color: Persimmon. HEX triplet: E9, 5D and 19. RGB value is (233,93,25). Sum of RGB (Red+Green+Blue) = 233+93+25=351 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.38% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 25 (10.16% from 255 or 7.12% from 351); Max value from RGB is 233 - color contains mainly: red. Hex color #E95D19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95D19 is #16A2E6. Grayscale: #7F7F7F. Windows color (decimal): -1483495 or 1662441. OLE color: 1662441.
HSL color Cylindrical-coordinate representation of color #E95D19: hue angle of 19.62º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E95D19 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 93 | 25 | - |
| CMYK | 0 | 0.60 | 0.89 | 0.09 |
| HSL | 19.62º | 0.83% | 0.51% | - |
| HSV(B) | 19.62º | 0.89% | 0.91% | - |
| XYZ | 37.69 | 25.22 | 3.8 | - |
| YUV | 127.11 | 70.38 | 203.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 93 | 25 | 0 | 0.60 | 0.89 | 0.09 | 19.62 | 0.83 | 0.51 |
| Hex | E9 | 5D | 19 | 0 | 3C | 59 | 9 | 14 | 53 | 33 |
| Octal | 351 | 135 | 31 | 0 | 74 | 131 | 11 | 24 | 123 | 63 |
| Binary | 11101001 | 1011101 | 11001 | 0 | 111100 | 1011001 | 1001 | 10100 | 1010011 | 110011 |
Color Harmonies of #E95D19
Complementary color
Monochromatic Colors of #E95D19
Black with #E95D19
Text Example
Text Example
White with #E95D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95D19; }
p { color: rgb(233,93,25); }
H1.HeaderClassName
{
color: #E95D19;
}
.AnyTagClassName
{
color: #E95D19;
}
</style>
background-color css
<style>
a { background-color: #E95D19; }
a { background-color: rgb(233,93,25); }
div.DivClassName
{
background-color: #E95D19;
}
.BgClassName
{
background-color: #E95D19;
}
</style>
border-color css
<style>
span { border-color: #E95D19; }
span { border-color: rgb(233,93,25); }
td.TdClassName
{
border-color: #E95D19;
}
.TagClassName
{
border-color: #E95D19;
}
</style>