Shades of Persimmon #E6590F
Tints of Persimmon #E6590F
RGB
CMYK
RGB Variations
Color information
#E6590F (or 0xE6590F) is known color: Persimmon. HEX triplet: E6, 59 and 0F. RGB value is (230,89,15). Sum of RGB (Red+Green+Blue) = 230+89+15=334 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.86% from 334); Green value is 89 (35.16% from 255 or 26.65% from 334); Blue value is 15 (6.25% from 255 or 4.49% from 334); Max value from RGB is 230 - color contains mainly: red. Hex color #E6590F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E6590F is #19A6F0. Grayscale: #7B7B7B. Windows color (decimal): -1681137 or 1006054. OLE color: 1006054.
HSL color Cylindrical-coordinate representation of color #E6590F: hue angle of 20.65º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E6590F is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 89 | 15 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.10 |
| HSL | 20.65º | 0.88% | 0.48% | - |
| HSV(B) | 20.65º | 0.93% | 0.9% | - |
| XYZ | 36.29 | 24 | 3.17 | - |
| YUV | 122.72 | 67.21 | 204.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 89 | 15 | 0 | 0.61 | 0.93 | 0.10 | 20.65 | 0.88 | 0.48 |
| Hex | E6 | 59 | F | 0 | 3D | 5D | A | 15 | 58 | 30 |
| Octal | 346 | 131 | 17 | 0 | 75 | 135 | 12 | 25 | 130 | 60 |
| Binary | 11100110 | 1011001 | 1111 | 0 | 111101 | 1011101 | 1010 | 10101 | 1011000 | 110000 |
Color Harmonies of #E6590F
Complementary color
Monochromatic Colors of #E6590F
Black with #E6590F
Text Example
Text Example
White with #E6590F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6590F; }
p { color: rgb(230,89,15); }
H1.HeaderClassName
{
color: #E6590F;
}
.AnyTagClassName
{
color: #E6590F;
}
</style>
background-color css
<style>
a { background-color: #E6590F; }
a { background-color: rgb(230,89,15); }
div.DivClassName
{
background-color: #E6590F;
}
.BgClassName
{
background-color: #E6590F;
}
</style>
border-color css
<style>
span { border-color: #E6590F; }
span { border-color: rgb(230,89,15); }
td.TdClassName
{
border-color: #E6590F;
}
.TagClassName
{
border-color: #E6590F;
}
</style>