Shades of Persimmon #EC6111
Tints of Persimmon #EC6111
RGB
CMYK
RGB Variations
Color information
#EC6111 (or 0xEC6111) is known color: Persimmon. HEX triplet: EC, 61 and 11. RGB value is (236,97,17). Sum of RGB (Red+Green+Blue) = 236+97+17=350 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.43% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 17 (7.03% from 255 or 4.86% from 350); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6111 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6111 is #139EEE. Grayscale: #818181. Windows color (decimal): -1285871 or 1139180. OLE color: 1139180.
HSL color Cylindrical-coordinate representation of color #EC6111: hue angle of 21.92º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC6111 is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 97 | 17 | - |
| CMYK | 0 | 0.59 | 0.93 | 0.07 |
| HSL | 21.92º | 0.87% | 0.5% | - |
| HSV(B) | 21.92º | 0.93% | 0.93% | - |
| XYZ | 38.97 | 26.42 | 3.58 | - |
| YUV | 129.44 | 64.55 | 204 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 97 | 17 | 0 | 0.59 | 0.93 | 0.07 | 21.92 | 0.87 | 0.5 |
| Hex | EC | 61 | 11 | 0 | 3B | 5D | 7 | 16 | 57 | 32 |
| Octal | 354 | 141 | 21 | 0 | 73 | 135 | 7 | 26 | 127 | 62 |
| Binary | 11101100 | 1100001 | 10001 | 0 | 111011 | 1011101 | 111 | 10110 | 1010111 | 110010 |
Color Harmonies of #EC6111
Complementary color
Monochromatic Colors of #EC6111
Black with #EC6111
Text Example
Text Example
White with #EC6111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6111; }
p { color: rgb(236,97,17); }
H1.HeaderClassName
{
color: #EC6111;
}
.AnyTagClassName
{
color: #EC6111;
}
</style>
background-color css
<style>
a { background-color: #EC6111; }
a { background-color: rgb(236,97,17); }
div.DivClassName
{
background-color: #EC6111;
}
.BgClassName
{
background-color: #EC6111;
}
</style>
border-color css
<style>
span { border-color: #EC6111; }
span { border-color: rgb(236,97,17); }
td.TdClassName
{
border-color: #EC6111;
}
.TagClassName
{
border-color: #EC6111;
}
</style>