Shades of Persimmon #EC5614
Tints of Persimmon #EC5614
RGB
CMYK
RGB Variations
Color information
#EC5614 (or 0xEC5614) is known color: Persimmon. HEX triplet: EC, 56 and 14. RGB value is (236,86,20). Sum of RGB (Red+Green+Blue) = 236+86+20=342 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.01% from 342); Green value is 86 (33.98% from 255 or 25.15% from 342); Blue value is 20 (8.20% from 255 or 5.85% from 342); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5614 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5614 is #13A9EB. Grayscale: #7B7B7B. Windows color (decimal): -1288684 or 1332972. OLE color: 1332972.
HSL color Cylindrical-coordinate representation of color #EC5614: hue angle of 18.33º 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 #EC5614 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 86 | 20 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.07 |
| HSL | 18.33º | 0.85% | 0.5% | - |
| HSV(B) | 18.33º | 0.92% | 0.93% | - |
| XYZ | 38.05 | 24.54 | 3.39 | - |
| YUV | 123.33 | 69.7 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 86 | 20 | 0 | 0.64 | 0.92 | 0.07 | 18.33 | 0.85 | 0.5 |
| Hex | EC | 56 | 14 | 0 | 40 | 5C | 7 | 12 | 55 | 32 |
| Octal | 354 | 126 | 24 | 0 | 100 | 134 | 7 | 22 | 125 | 62 |
| Binary | 11101100 | 1010110 | 10100 | 0 | 1000000 | 1011100 | 111 | 10010 | 1010101 | 110010 |
Color Harmonies of #EC5614
Complementary color
Monochromatic Colors of #EC5614
Black with #EC5614
Text Example
Text Example
White with #EC5614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5614; }
p { color: rgb(236,86,20); }
H1.HeaderClassName
{
color: #EC5614;
}
.AnyTagClassName
{
color: #EC5614;
}
</style>
background-color css
<style>
a { background-color: #EC5614; }
a { background-color: rgb(236,86,20); }
div.DivClassName
{
background-color: #EC5614;
}
.BgClassName
{
background-color: #EC5614;
}
</style>
border-color css
<style>
span { border-color: #EC5614; }
span { border-color: rgb(236,86,20); }
td.TdClassName
{
border-color: #EC5614;
}
.TagClassName
{
border-color: #EC5614;
}
</style>