Shades of Persimmon #EC6114
Tints of Persimmon #EC6114
RGB
CMYK
RGB Variations
Color information
#EC6114 (or 0xEC6114) is known color: Persimmon. HEX triplet: EC, 61 and 14. RGB value is (236,97,20). Sum of RGB (Red+Green+Blue) = 236+97+20=353 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.86% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 20 (8.20% from 255 or 5.67% from 353); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6114 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6114 is #139EEB. Grayscale: #828282. Windows color (decimal): -1285868 or 1335788. OLE color: 1335788.
HSL color Cylindrical-coordinate representation of color #EC6114: hue angle of 21.39º 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 #EC6114 is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 97 | 20 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.07 |
| HSL | 21.39º | 0.85% | 0.5% | - |
| HSV(B) | 21.39º | 0.92% | 0.93% | - |
| XYZ | 38.99 | 26.43 | 3.71 | - |
| YUV | 129.78 | 66.05 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 97 | 20 | 0 | 0.59 | 0.92 | 0.07 | 21.39 | 0.85 | 0.5 |
| Hex | EC | 61 | 14 | 0 | 3B | 5C | 7 | 15 | 55 | 32 |
| Octal | 354 | 141 | 24 | 0 | 73 | 134 | 7 | 25 | 125 | 62 |
| Binary | 11101100 | 1100001 | 10100 | 0 | 111011 | 1011100 | 111 | 10101 | 1010101 | 110010 |
Color Harmonies of #EC6114
Complementary color
Monochromatic Colors of #EC6114
Black with #EC6114
Text Example
Text Example
White with #EC6114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6114; }
p { color: rgb(236,97,20); }
H1.HeaderClassName
{
color: #EC6114;
}
.AnyTagClassName
{
color: #EC6114;
}
</style>
background-color css
<style>
a { background-color: #EC6114; }
a { background-color: rgb(236,97,20); }
div.DivClassName
{
background-color: #EC6114;
}
.BgClassName
{
background-color: #EC6114;
}
</style>
border-color css
<style>
span { border-color: #EC6114; }
span { border-color: rgb(236,97,20); }
td.TdClassName
{
border-color: #EC6114;
}
.TagClassName
{
border-color: #EC6114;
}
</style>