Shades of Persimmon #E6590E
Tints of Persimmon #E6590E
RGB
CMYK
RGB Variations
Color information
#E6590E (or 0xE6590E) is known color: Persimmon. HEX triplet: E6, 59 and 0E. RGB value is (230,89,14). Sum of RGB (Red+Green+Blue) = 230+89+14=333 (44% of max value = 765). Red value is 230 (90.23% from 255 or 69.07% from 333); Green value is 89 (35.16% from 255 or 26.73% from 333); Blue value is 14 (5.86% from 255 or 4.20% from 333); Max value from RGB is 230 - color contains mainly: red. Hex color #E6590E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E6590E is #19A6F1. Grayscale: #7B7B7B. Windows color (decimal): -1681138 or 940518. OLE color: 940518.
HSL color Cylindrical-coordinate representation of color #E6590E: hue angle of 20.83º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E6590E is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 89 | 14 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.10 |
| HSL | 20.83º | 0.89% | 0.48% | - |
| HSV(B) | 20.83º | 0.94% | 0.9% | - |
| XYZ | 36.28 | 24 | 3.14 | - |
| YUV | 122.61 | 66.71 | 204.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 89 | 14 | 0 | 0.61 | 0.94 | 0.10 | 20.83 | 0.89 | 0.48 |
| Hex | E6 | 59 | E | 0 | 3D | 5E | A | 15 | 59 | 30 |
| Octal | 346 | 131 | 16 | 0 | 75 | 136 | 12 | 25 | 131 | 60 |
| Binary | 11100110 | 1011001 | 1110 | 0 | 111101 | 1011110 | 1010 | 10101 | 1011001 | 110000 |
Color Harmonies of #E6590E
Complementary color
Monochromatic Colors of #E6590E
Black with #E6590E
Text Example
Text Example
White with #E6590E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6590E; }
p { color: rgb(230,89,14); }
H1.HeaderClassName
{
color: #E6590E;
}
.AnyTagClassName
{
color: #E6590E;
}
</style>
background-color css
<style>
a { background-color: #E6590E; }
a { background-color: rgb(230,89,14); }
div.DivClassName
{
background-color: #E6590E;
}
.BgClassName
{
background-color: #E6590E;
}
</style>
border-color css
<style>
span { border-color: #E6590E; }
span { border-color: rgb(230,89,14); }
td.TdClassName
{
border-color: #E6590E;
}
.TagClassName
{
border-color: #E6590E;
}
</style>