Shades of Persimmon #EC6212
Tints of Persimmon #EC6212
RGB
CMYK
RGB Variations
Color information
#EC6212 (or 0xEC6212) is known color: Persimmon. HEX triplet: EC, 62 and 12. RGB value is (236,98,18). Sum of RGB (Red+Green+Blue) = 236+98+18=352 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.05% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 18 (7.42% from 255 or 5.11% from 352); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6212 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6212 is #139DED. Grayscale: #828282. Windows color (decimal): -1285614 or 1204972. OLE color: 1204972.
HSL color Cylindrical-coordinate representation of color #EC6212: hue angle of 22.02º 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 #EC6212 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 98 | 18 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.07 |
| HSL | 22.02º | 0.86% | 0.5% | - |
| HSV(B) | 22.02º | 0.92% | 0.93% | - |
| XYZ | 39.07 | 26.61 | 3.65 | - |
| YUV | 130.14 | 64.72 | 203.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 98 | 18 | 0 | 0.58 | 0.92 | 0.07 | 22.02 | 0.86 | 0.5 |
| Hex | EC | 62 | 12 | 0 | 3A | 5C | 7 | 16 | 56 | 32 |
| Octal | 354 | 142 | 22 | 0 | 72 | 134 | 7 | 26 | 126 | 62 |
| Binary | 11101100 | 1100010 | 10010 | 0 | 111010 | 1011100 | 111 | 10110 | 1010110 | 110010 |
Color Harmonies of #EC6212
Complementary color
Monochromatic Colors of #EC6212
Black with #EC6212
Text Example
Text Example
White with #EC6212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6212; }
p { color: rgb(236,98,18); }
H1.HeaderClassName
{
color: #EC6212;
}
.AnyTagClassName
{
color: #EC6212;
}
</style>
background-color css
<style>
a { background-color: #EC6212; }
a { background-color: rgb(236,98,18); }
div.DivClassName
{
background-color: #EC6212;
}
.BgClassName
{
background-color: #EC6212;
}
</style>
border-color css
<style>
span { border-color: #EC6212; }
span { border-color: rgb(236,98,18); }
td.TdClassName
{
border-color: #EC6212;
}
.TagClassName
{
border-color: #EC6212;
}
</style>