Shades of Persimmon #EC560C
Tints of Persimmon #EC560C
RGB
CMYK
RGB Variations
Color information
#EC560C (or 0xEC560C) is known color: Persimmon. HEX triplet: EC, 56 and 0C. RGB value is (236,86,12). Sum of RGB (Red+Green+Blue) = 236+86+12=334 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.66% from 334); Green value is 86 (33.98% from 255 or 25.75% from 334); Blue value is 12 (5.08% from 255 or 3.59% from 334); Max value from RGB is 236 - color contains mainly: red. Hex color #EC560C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC560C is #13A9F3. Grayscale: #7A7A7A. Windows color (decimal): -1288692 or 808684. OLE color: 808684.
HSL color Cylindrical-coordinate representation of color #EC560C: hue angle of 19.82º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC560C is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 86 | 12 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.07 |
| HSL | 19.82º | 0.9% | 0.49% | - |
| HSV(B) | 19.82º | 0.95% | 0.93% | - |
| XYZ | 37.99 | 24.51 | 3.08 | - |
| YUV | 122.41 | 65.7 | 209.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 86 | 12 | 0 | 0.64 | 0.95 | 0.07 | 19.82 | 0.9 | 0.49 |
| Hex | EC | 56 | C | 0 | 40 | 5F | 7 | 14 | 5A | 31 |
| Octal | 354 | 126 | 14 | 0 | 100 | 137 | 7 | 24 | 132 | 61 |
| Binary | 11101100 | 1010110 | 1100 | 0 | 1000000 | 1011111 | 111 | 10100 | 1011010 | 110001 |
Color Harmonies of #EC560C
Complementary color
Monochromatic Colors of #EC560C
Black with #EC560C
Text Example
Text Example
White with #EC560C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC560C; }
p { color: rgb(236,86,12); }
H1.HeaderClassName
{
color: #EC560C;
}
.AnyTagClassName
{
color: #EC560C;
}
</style>
background-color css
<style>
a { background-color: #EC560C; }
a { background-color: rgb(236,86,12); }
div.DivClassName
{
background-color: #EC560C;
}
.BgClassName
{
background-color: #EC560C;
}
</style>
border-color css
<style>
span { border-color: #EC560C; }
span { border-color: rgb(236,86,12); }
td.TdClassName
{
border-color: #EC560C;
}
.TagClassName
{
border-color: #EC560C;
}
</style>