Shades of Persimmon #EC590D
Tints of Persimmon #EC590D
RGB
CMYK
RGB Variations
Color information
#EC590D (or 0xEC590D) is known color: Persimmon. HEX triplet: EC, 59 and 0D. RGB value is (236,89,13). Sum of RGB (Red+Green+Blue) = 236+89+13=338 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.82% from 338); Green value is 89 (35.16% from 255 or 26.33% from 338); Blue value is 13 (5.47% from 255 or 3.85% from 338); Max value from RGB is 236 - color contains mainly: red. Hex color #EC590D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC590D is #13A6F2. Grayscale: #7C7C7C. Windows color (decimal): -1287923 or 874988. OLE color: 874988.
HSL color Cylindrical-coordinate representation of color #EC590D: hue angle of 20.45º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC590D is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 89 | 13 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.07 |
| HSL | 20.45º | 0.9% | 0.49% | - |
| HSV(B) | 20.45º | 0.94% | 0.93% | - |
| XYZ | 38.24 | 25.01 | 3.19 | - |
| YUV | 124.29 | 65.2 | 207.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 89 | 13 | 0 | 0.62 | 0.94 | 0.07 | 20.45 | 0.9 | 0.49 |
| Hex | EC | 59 | D | 0 | 3E | 5E | 7 | 14 | 5A | 31 |
| Octal | 354 | 131 | 15 | 0 | 76 | 136 | 7 | 24 | 132 | 61 |
| Binary | 11101100 | 1011001 | 1101 | 0 | 111110 | 1011110 | 111 | 10100 | 1011010 | 110001 |
Color Harmonies of #EC590D
Complementary color
Monochromatic Colors of #EC590D
Black with #EC590D
Text Example
Text Example
White with #EC590D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC590D; }
p { color: rgb(236,89,13); }
H1.HeaderClassName
{
color: #EC590D;
}
.AnyTagClassName
{
color: #EC590D;
}
</style>
background-color css
<style>
a { background-color: #EC590D; }
a { background-color: rgb(236,89,13); }
div.DivClassName
{
background-color: #EC590D;
}
.BgClassName
{
background-color: #EC590D;
}
</style>
border-color css
<style>
span { border-color: #EC590D; }
span { border-color: rgb(236,89,13); }
td.TdClassName
{
border-color: #EC590D;
}
.TagClassName
{
border-color: #EC590D;
}
</style>