Shades of Persimmon #EC5600
Tints of Persimmon #EC5600
RGB
CMYK
RGB Variations
Color information
#EC5600 (or 0xEC5600) is known color: Persimmon. HEX triplet: EC, 56 and 00. RGB value is (236,86,0). Sum of RGB (Red+Green+Blue) = 236+86+0=322 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.29% from 322); Green value is 86 (33.98% from 255 or 26.71% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5600 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5600 is #13A9FF. Grayscale: #797979. Windows color (decimal): -1288704 or 22252. OLE color: 22252.
HSL color Cylindrical-coordinate representation of color #EC5600: hue angle of 21.86º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC5600 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 86 | 0 | - |
| CMYK | 0 | 0.64 | 1 | 0.07 |
| HSL | 21.86º | 1% | 0.46% | - |
| HSV(B) | 21.86º | 1% | 0.93% | - |
| XYZ | 37.92 | 24.49 | 2.73 | - |
| YUV | 121.05 | 59.7 | 209.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 86 | 0 | 0 | 0.64 | 1 | 0.07 | 21.86 | 1 | 0.46 |
| Hex | EC | 56 | 0 | 0 | 40 | 64 | 7 | 16 | 64 | 2E |
| Octal | 354 | 126 | 0 | 0 | 100 | 144 | 7 | 26 | 144 | 56 |
| Binary | 11101100 | 1010110 | 0 | 0 | 1000000 | 1100100 | 111 | 10110 | 1100100 | 101110 |
Color Harmonies of #EC5600
Complementary color
Monochromatic Colors of #EC5600
Black with #EC5600
Text Example
Text Example
White with #EC5600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5600; }
p { color: rgb(236,86,0); }
H1.HeaderClassName
{
color: #EC5600;
}
.AnyTagClassName
{
color: #EC5600;
}
</style>
background-color css
<style>
a { background-color: #EC5600; }
a { background-color: rgb(236,86,0); }
div.DivClassName
{
background-color: #EC5600;
}
.BgClassName
{
background-color: #EC5600;
}
</style>
border-color css
<style>
span { border-color: #EC5600; }
span { border-color: rgb(236,86,0); }
td.TdClassName
{
border-color: #EC5600;
}
.TagClassName
{
border-color: #EC5600;
}
</style>