Shades of Persimmon #EC6110
Tints of Persimmon #EC6110
RGB
CMYK
RGB Variations
Color information
#EC6110 (or 0xEC6110) is known color: Persimmon. HEX triplet: EC, 61 and 10. RGB value is (236,97,16). Sum of RGB (Red+Green+Blue) = 236+97+16=349 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.62% from 349); Green value is 97 (38.28% from 255 or 27.79% from 349); Blue value is 16 (6.64% from 255 or 4.58% from 349); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6110 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6110 is #139EEF. Grayscale: #818181. Windows color (decimal): -1285872 or 1073644. OLE color: 1073644.
HSL color Cylindrical-coordinate representation of color #EC6110: hue angle of 22.09º 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 #EC6110 is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 97 | 16 | - |
| CMYK | 0 | 0.59 | 0.93 | 0.07 |
| HSL | 22.09º | 0.87% | 0.49% | - |
| HSV(B) | 22.09º | 0.93% | 0.93% | - |
| XYZ | 38.96 | 26.42 | 3.54 | - |
| YUV | 129.33 | 64.05 | 204.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 97 | 16 | 0 | 0.59 | 0.93 | 0.07 | 22.09 | 0.87 | 0.49 |
| Hex | EC | 61 | 10 | 0 | 3B | 5D | 7 | 16 | 57 | 31 |
| Octal | 354 | 141 | 20 | 0 | 73 | 135 | 7 | 26 | 127 | 61 |
| Binary | 11101100 | 1100001 | 10000 | 0 | 111011 | 1011101 | 111 | 10110 | 1010111 | 110001 |
Color Harmonies of #EC6110
Complementary color
Monochromatic Colors of #EC6110
Black with #EC6110
Text Example
Text Example
White with #EC6110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6110; }
p { color: rgb(236,97,16); }
H1.HeaderClassName
{
color: #EC6110;
}
.AnyTagClassName
{
color: #EC6110;
}
</style>
background-color css
<style>
a { background-color: #EC6110; }
a { background-color: rgb(236,97,16); }
div.DivClassName
{
background-color: #EC6110;
}
.BgClassName
{
background-color: #EC6110;
}
</style>
border-color css
<style>
span { border-color: #EC6110; }
span { border-color: rgb(236,97,16); }
td.TdClassName
{
border-color: #EC6110;
}
.TagClassName
{
border-color: #EC6110;
}
</style>