Shades of Persimmon #EC5607
Tints of Persimmon #EC5607
RGB
CMYK
RGB Variations
Color information
#EC5607 (or 0xEC5607) is known color: Persimmon. HEX triplet: EC, 56 and 07. RGB value is (236,86,7). Sum of RGB (Red+Green+Blue) = 236+86+7=329 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.73% from 329); Green value is 86 (33.98% from 255 or 26.14% from 329); Blue value is 7 (3.12% from 255 or 2.13% from 329); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5607 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5607 is #13A9F8. Grayscale: #7A7A7A. Windows color (decimal): -1288697 or 481004. OLE color: 481004.
HSL color Cylindrical-coordinate representation of color #EC5607: hue angle of 20.7º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC5607 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 86 | 7 | - |
| CMYK | 0 | 0.64 | 0.97 | 0.07 |
| HSL | 20.7º | 0.94% | 0.48% | - |
| HSV(B) | 20.7º | 0.97% | 0.93% | - |
| XYZ | 37.96 | 24.5 | 2.93 | - |
| YUV | 121.84 | 63.2 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 86 | 7 | 0 | 0.64 | 0.97 | 0.07 | 20.7 | 0.94 | 0.48 |
| Hex | EC | 56 | 7 | 0 | 40 | 61 | 7 | 15 | 5E | 30 |
| Octal | 354 | 126 | 7 | 0 | 100 | 141 | 7 | 25 | 136 | 60 |
| Binary | 11101100 | 1010110 | 111 | 0 | 1000000 | 1100001 | 111 | 10101 | 1011110 | 110000 |
Color Harmonies of #EC5607
Complementary color
Monochromatic Colors of #EC5607
Black with #EC5607
Text Example
Text Example
White with #EC5607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5607; }
p { color: rgb(236,86,7); }
H1.HeaderClassName
{
color: #EC5607;
}
.AnyTagClassName
{
color: #EC5607;
}
</style>
background-color css
<style>
a { background-color: #EC5607; }
a { background-color: rgb(236,86,7); }
div.DivClassName
{
background-color: #EC5607;
}
.BgClassName
{
background-color: #EC5607;
}
</style>
border-color css
<style>
span { border-color: #EC5607; }
span { border-color: rgb(236,86,7); }
td.TdClassName
{
border-color: #EC5607;
}
.TagClassName
{
border-color: #EC5607;
}
</style>