Shades of Persimmon #EC6109
Tints of Persimmon #EC6109
RGB
CMYK
RGB Variations
Color information
#EC6109 (or 0xEC6109) is known color: Persimmon. HEX triplet: EC, 61 and 09. RGB value is (236,97,9). Sum of RGB (Red+Green+Blue) = 236+97+9=342 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.01% from 342); Green value is 97 (38.28% from 255 or 28.36% from 342); Blue value is 9 (3.91% from 255 or 2.63% from 342); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6109 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6109 is #139EF6. Grayscale: #818181. Windows color (decimal): -1285879 or 614892. OLE color: 614892.
HSL color Cylindrical-coordinate representation of color #EC6109: hue angle of 23.26º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC6109 is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 97 | 9 | - |
| CMYK | 0 | 0.59 | 0.96 | 0.07 |
| HSL | 23.26º | 0.93% | 0.48% | - |
| HSV(B) | 23.26º | 0.96% | 0.93% | - |
| XYZ | 38.92 | 26.4 | 3.3 | - |
| YUV | 128.53 | 60.55 | 204.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 97 | 9 | 0 | 0.59 | 0.96 | 0.07 | 23.26 | 0.93 | 0.48 |
| Hex | EC | 61 | 9 | 0 | 3B | 60 | 7 | 17 | 5D | 30 |
| Octal | 354 | 141 | 11 | 0 | 73 | 140 | 7 | 27 | 135 | 60 |
| Binary | 11101100 | 1100001 | 1001 | 0 | 111011 | 1100000 | 111 | 10111 | 1011101 | 110000 |
Color Harmonies of #EC6109
Complementary color
Monochromatic Colors of #EC6109
Black with #EC6109
Text Example
Text Example
White with #EC6109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6109; }
p { color: rgb(236,97,9); }
H1.HeaderClassName
{
color: #EC6109;
}
.AnyTagClassName
{
color: #EC6109;
}
</style>
background-color css
<style>
a { background-color: #EC6109; }
a { background-color: rgb(236,97,9); }
div.DivClassName
{
background-color: #EC6109;
}
.BgClassName
{
background-color: #EC6109;
}
</style>
border-color css
<style>
span { border-color: #EC6109; }
span { border-color: rgb(236,97,9); }
td.TdClassName
{
border-color: #EC6109;
}
.TagClassName
{
border-color: #EC6109;
}
</style>