Shades of Persimmon #EC5613
Tints of Persimmon #EC5613
RGB
CMYK
RGB Variations
Color information
#EC5613 (or 0xEC5613) is known color: Persimmon. HEX triplet: EC, 56 and 13. RGB value is (236,86,19). Sum of RGB (Red+Green+Blue) = 236+86+19=341 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.21% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 19 (7.81% from 255 or 5.57% from 341); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5613 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5613 is #13A9EC. Grayscale: #7B7B7B. Windows color (decimal): -1288685 or 1267436. OLE color: 1267436.
HSL color Cylindrical-coordinate representation of color #EC5613: hue angle of 18.53º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC5613 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 86 | 19 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.07 |
| HSL | 18.53º | 0.85% | 0.5% | - |
| HSV(B) | 18.53º | 0.92% | 0.93% | - |
| XYZ | 38.04 | 24.54 | 3.35 | - |
| YUV | 123.21 | 69.2 | 208.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 86 | 19 | 0 | 0.64 | 0.92 | 0.07 | 18.53 | 0.85 | 0.5 |
| Hex | EC | 56 | 13 | 0 | 40 | 5C | 7 | 13 | 55 | 32 |
| Octal | 354 | 126 | 23 | 0 | 100 | 134 | 7 | 23 | 125 | 62 |
| Binary | 11101100 | 1010110 | 10011 | 0 | 1000000 | 1011100 | 111 | 10011 | 1010101 | 110010 |
Color Harmonies of #EC5613
Complementary color
Monochromatic Colors of #EC5613
Black with #EC5613
Text Example
Text Example
White with #EC5613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5613; }
p { color: rgb(236,86,19); }
H1.HeaderClassName
{
color: #EC5613;
}
.AnyTagClassName
{
color: #EC5613;
}
</style>
background-color css
<style>
a { background-color: #EC5613; }
a { background-color: rgb(236,86,19); }
div.DivClassName
{
background-color: #EC5613;
}
.BgClassName
{
background-color: #EC5613;
}
</style>
border-color css
<style>
span { border-color: #EC5613; }
span { border-color: rgb(236,86,19); }
td.TdClassName
{
border-color: #EC5613;
}
.TagClassName
{
border-color: #EC5613;
}
</style>