Shades of Persimmon #EC560A
Tints of Persimmon #EC560A
RGB
CMYK
RGB Variations
Color information
#EC560A (or 0xEC560A) is known color: Persimmon. HEX triplet: EC, 56 and 0A. RGB value is (236,86,10). Sum of RGB (Red+Green+Blue) = 236+86+10=332 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.08% from 332); Green value is 86 (33.98% from 255 or 25.90% from 332); Blue value is 10 (4.30% from 255 or 3.01% from 332); Max value from RGB is 236 - color contains mainly: red. Hex color #EC560A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC560A is #13A9F5. Grayscale: #7A7A7A. Windows color (decimal): -1288694 or 677612. OLE color: 677612.
HSL color Cylindrical-coordinate representation of color #EC560A: hue angle of 20.18º degrees, saturation: 0.92, 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 #EC560A is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 86 | 10 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.07 |
| HSL | 20.18º | 0.92% | 0.48% | - |
| HSV(B) | 20.18º | 0.96% | 0.93% | - |
| XYZ | 37.97 | 24.51 | 3.02 | - |
| YUV | 122.19 | 64.7 | 209.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 86 | 10 | 0 | 0.64 | 0.96 | 0.07 | 20.18 | 0.92 | 0.48 |
| Hex | EC | 56 | A | 0 | 40 | 60 | 7 | 14 | 5C | 30 |
| Octal | 354 | 126 | 12 | 0 | 100 | 140 | 7 | 24 | 134 | 60 |
| Binary | 11101100 | 1010110 | 1010 | 0 | 1000000 | 1100000 | 111 | 10100 | 1011100 | 110000 |
Color Harmonies of #EC560A
Complementary color
Monochromatic Colors of #EC560A
Black with #EC560A
Text Example
Text Example
White with #EC560A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC560A; }
p { color: rgb(236,86,10); }
H1.HeaderClassName
{
color: #EC560A;
}
.AnyTagClassName
{
color: #EC560A;
}
</style>
background-color css
<style>
a { background-color: #EC560A; }
a { background-color: rgb(236,86,10); }
div.DivClassName
{
background-color: #EC560A;
}
.BgClassName
{
background-color: #EC560A;
}
</style>
border-color css
<style>
span { border-color: #EC560A; }
span { border-color: rgb(236,86,10); }
td.TdClassName
{
border-color: #EC560A;
}
.TagClassName
{
border-color: #EC560A;
}
</style>