Shades of Persimmon #EC6112
Tints of Persimmon #EC6112
RGB
CMYK
RGB Variations
Color information
#EC6112 (or 0xEC6112) is known color: Persimmon. HEX triplet: EC, 61 and 12. RGB value is (236,97,18). Sum of RGB (Red+Green+Blue) = 236+97+18=351 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.24% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 18 (7.42% from 255 or 5.13% from 351); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6112 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6112 is #139EED. Grayscale: #828282. Windows color (decimal): -1285870 or 1204716. OLE color: 1204716.
HSL color Cylindrical-coordinate representation of color #EC6112: hue angle of 21.74º degrees, saturation: 0.86, 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 #EC6112 is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 97 | 18 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.07 |
| HSL | 21.74º | 0.86% | 0.5% | - |
| HSV(B) | 21.74º | 0.92% | 0.93% | - |
| XYZ | 38.98 | 26.43 | 3.62 | - |
| YUV | 129.56 | 65.05 | 203.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 97 | 18 | 0 | 0.59 | 0.92 | 0.07 | 21.74 | 0.86 | 0.5 |
| Hex | EC | 61 | 12 | 0 | 3B | 5C | 7 | 16 | 56 | 32 |
| Octal | 354 | 141 | 22 | 0 | 73 | 134 | 7 | 26 | 126 | 62 |
| Binary | 11101100 | 1100001 | 10010 | 0 | 111011 | 1011100 | 111 | 10110 | 1010110 | 110010 |
Color Harmonies of #EC6112
Complementary color
Monochromatic Colors of #EC6112
Black with #EC6112
Text Example
Text Example
White with #EC6112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6112; }
p { color: rgb(236,97,18); }
H1.HeaderClassName
{
color: #EC6112;
}
.AnyTagClassName
{
color: #EC6112;
}
</style>
background-color css
<style>
a { background-color: #EC6112; }
a { background-color: rgb(236,97,18); }
div.DivClassName
{
background-color: #EC6112;
}
.BgClassName
{
background-color: #EC6112;
}
</style>
border-color css
<style>
span { border-color: #EC6112; }
span { border-color: rgb(236,97,18); }
td.TdClassName
{
border-color: #EC6112;
}
.TagClassName
{
border-color: #EC6112;
}
</style>