Shades of Persimmon #EC6210
Tints of Persimmon #EC6210
RGB
CMYK
RGB Variations
Color information
#EC6210 (or 0xEC6210) is known color: Persimmon. HEX triplet: EC, 62 and 10. RGB value is (236,98,16). Sum of RGB (Red+Green+Blue) = 236+98+16=350 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.43% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 16 (6.64% from 255 or 4.57% from 350); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6210 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6210 is #139DEF. Grayscale: #828282. Windows color (decimal): -1285616 or 1073900. OLE color: 1073900.
HSL color Cylindrical-coordinate representation of color #EC6210: hue angle of 22.36º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC6210 is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 98 | 16 | - |
| CMYK | 0 | 0.58 | 0.93 | 0.07 |
| HSL | 22.36º | 0.87% | 0.49% | - |
| HSV(B) | 22.36º | 0.93% | 0.93% | - |
| XYZ | 39.05 | 26.61 | 3.57 | - |
| YUV | 129.91 | 63.72 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 98 | 16 | 0 | 0.58 | 0.93 | 0.07 | 22.36 | 0.87 | 0.49 |
| Hex | EC | 62 | 10 | 0 | 3A | 5D | 7 | 16 | 57 | 31 |
| Octal | 354 | 142 | 20 | 0 | 72 | 135 | 7 | 26 | 127 | 61 |
| Binary | 11101100 | 1100010 | 10000 | 0 | 111010 | 1011101 | 111 | 10110 | 1010111 | 110001 |
Color Harmonies of #EC6210
Complementary color
Monochromatic Colors of #EC6210
Black with #EC6210
Text Example
Text Example
White with #EC6210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6210; }
p { color: rgb(236,98,16); }
H1.HeaderClassName
{
color: #EC6210;
}
.AnyTagClassName
{
color: #EC6210;
}
</style>
background-color css
<style>
a { background-color: #EC6210; }
a { background-color: rgb(236,98,16); }
div.DivClassName
{
background-color: #EC6210;
}
.BgClassName
{
background-color: #EC6210;
}
</style>
border-color css
<style>
span { border-color: #EC6210; }
span { border-color: rgb(236,98,16); }
td.TdClassName
{
border-color: #EC6210;
}
.TagClassName
{
border-color: #EC6210;
}
</style>