Shades of Persimmon #EC6104
Tints of Persimmon #EC6104
RGB
CMYK
RGB Variations
Color information
#EC6104 (or 0xEC6104) is known color: Persimmon. HEX triplet: EC, 61 and 04. RGB value is (236,97,4). Sum of RGB (Red+Green+Blue) = 236+97+4=337 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.03% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 4 (1.95% from 255 or 1.19% from 337); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6104 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6104 is #139EFB. Grayscale: #808080. Windows color (decimal): -1285884 or 287212. OLE color: 287212.
HSL color Cylindrical-coordinate representation of color #EC6104: hue angle of 24.05º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC6104 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 97 | 4 | - |
| CMYK | 0 | 0.59 | 0.98 | 0.07 |
| HSL | 24.05º | 0.97% | 0.47% | - |
| HSV(B) | 24.05º | 0.98% | 0.93% | - |
| XYZ | 38.89 | 26.39 | 3.16 | - |
| YUV | 127.96 | 58.05 | 205.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 97 | 4 | 0 | 0.59 | 0.98 | 0.07 | 24.05 | 0.97 | 0.47 |
| Hex | EC | 61 | 4 | 0 | 3B | 62 | 7 | 18 | 61 | 2F |
| Octal | 354 | 141 | 4 | 0 | 73 | 142 | 7 | 30 | 141 | 57 |
| Binary | 11101100 | 1100001 | 100 | 0 | 111011 | 1100010 | 111 | 11000 | 1100001 | 101111 |
Color Harmonies of #EC6104
Complementary color
Monochromatic Colors of #EC6104
Black with #EC6104
Text Example
Text Example
White with #EC6104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6104; }
p { color: rgb(236,97,4); }
H1.HeaderClassName
{
color: #EC6104;
}
.AnyTagClassName
{
color: #EC6104;
}
</style>
background-color css
<style>
a { background-color: #EC6104; }
a { background-color: rgb(236,97,4); }
div.DivClassName
{
background-color: #EC6104;
}
.BgClassName
{
background-color: #EC6104;
}
</style>
border-color css
<style>
span { border-color: #EC6104; }
span { border-color: rgb(236,97,4); }
td.TdClassName
{
border-color: #EC6104;
}
.TagClassName
{
border-color: #EC6104;
}
</style>