Shades of Persimmon #E95A0E
Tints of Persimmon #E95A0E
RGB
CMYK
RGB Variations
Color information
#E95A0E (or 0xE95A0E) is known color: Persimmon. HEX triplet: E9, 5A and 0E. RGB value is (233,90,14). Sum of RGB (Red+Green+Blue) = 233+90+14=337 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.14% from 337); Green value is 90 (35.55% from 255 or 26.71% from 337); Blue value is 14 (5.86% from 255 or 4.15% from 337); Max value from RGB is 233 - color contains mainly: red. Hex color #E95A0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95A0E is #16A5F1. Grayscale: #7C7C7C. Windows color (decimal): -1484274 or 940777. OLE color: 940777.
HSL color Cylindrical-coordinate representation of color #E95A0E: hue angle of 20.82º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E95A0E is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 90 | 14 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.09 |
| HSL | 20.82º | 0.89% | 0.48% | - |
| HSV(B) | 20.82º | 0.94% | 0.91% | - |
| XYZ | 37.34 | 24.67 | 3.21 | - |
| YUV | 124.09 | 65.88 | 205.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 90 | 14 | 0 | 0.61 | 0.94 | 0.09 | 20.82 | 0.89 | 0.48 |
| Hex | E9 | 5A | E | 0 | 3D | 5E | 9 | 15 | 59 | 30 |
| Octal | 351 | 132 | 16 | 0 | 75 | 136 | 11 | 25 | 131 | 60 |
| Binary | 11101001 | 1011010 | 1110 | 0 | 111101 | 1011110 | 1001 | 10101 | 1011001 | 110000 |
Color Harmonies of #E95A0E
Complementary color
Monochromatic Colors of #E95A0E
Black with #E95A0E
Text Example
Text Example
White with #E95A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95A0E; }
p { color: rgb(233,90,14); }
H1.HeaderClassName
{
color: #E95A0E;
}
.AnyTagClassName
{
color: #E95A0E;
}
</style>
background-color css
<style>
a { background-color: #E95A0E; }
a { background-color: rgb(233,90,14); }
div.DivClassName
{
background-color: #E95A0E;
}
.BgClassName
{
background-color: #E95A0E;
}
</style>
border-color css
<style>
span { border-color: #E95A0E; }
span { border-color: rgb(233,90,14); }
td.TdClassName
{
border-color: #E95A0E;
}
.TagClassName
{
border-color: #E95A0E;
}
</style>