Shades of Persimmon #E95D0A
Tints of Persimmon #E95D0A
RGB
CMYK
RGB Variations
Color information
#E95D0A (or 0xE95D0A) is known color: Persimmon. HEX triplet: E9, 5D and 0A. RGB value is (233,93,10). Sum of RGB (Red+Green+Blue) = 233+93+10=336 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.35% from 336); Green value is 93 (36.72% from 255 or 27.68% from 336); Blue value is 10 (4.30% from 255 or 2.98% from 336); Max value from RGB is 233 - color contains mainly: red. Hex color #E95D0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95D0A is #16A2F5. Grayscale: #7D7D7D. Windows color (decimal): -1483510 or 679401. OLE color: 679401.
HSL color Cylindrical-coordinate representation of color #E95D0A: hue angle of 22.33º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E95D0A is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 93 | 10 | - |
| CMYK | 0 | 0.60 | 0.96 | 0.09 |
| HSL | 22.33º | 0.92% | 0.48% | - |
| HSV(B) | 22.33º | 0.96% | 0.91% | - |
| XYZ | 37.57 | 25.17 | 3.17 | - |
| YUV | 125.4 | 62.88 | 204.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 93 | 10 | 0 | 0.60 | 0.96 | 0.09 | 22.33 | 0.92 | 0.48 |
| Hex | E9 | 5D | A | 0 | 3C | 60 | 9 | 16 | 5C | 30 |
| Octal | 351 | 135 | 12 | 0 | 74 | 140 | 11 | 26 | 134 | 60 |
| Binary | 11101001 | 1011101 | 1010 | 0 | 111100 | 1100000 | 1001 | 10110 | 1011100 | 110000 |
Color Harmonies of #E95D0A
Complementary color
Monochromatic Colors of #E95D0A
Black with #E95D0A
Text Example
Text Example
White with #E95D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95D0A; }
p { color: rgb(233,93,10); }
H1.HeaderClassName
{
color: #E95D0A;
}
.AnyTagClassName
{
color: #E95D0A;
}
</style>
background-color css
<style>
a { background-color: #E95D0A; }
a { background-color: rgb(233,93,10); }
div.DivClassName
{
background-color: #E95D0A;
}
.BgClassName
{
background-color: #E95D0A;
}
</style>
border-color css
<style>
span { border-color: #E95D0A; }
span { border-color: rgb(233,93,10); }
td.TdClassName
{
border-color: #E95D0A;
}
.TagClassName
{
border-color: #E95D0A;
}
</style>