Shades of Persimmon #EC4600
Tints of Persimmon #EC4600
RGB
CMYK
RGB Variations
Color information
#EC4600 (or 0xEC4600) is known color: Persimmon. HEX triplet: EC, 46 and 00. RGB value is (236,70,0). Sum of RGB (Red+Green+Blue) = 236+70+0=306 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.12% from 306); Green value is 70 (27.73% from 255 or 22.88% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4600 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4600 is #13B9FF. Grayscale: #707070. Windows color (decimal): -1292800 or 18156. OLE color: 18156.
HSL color Cylindrical-coordinate representation of color #EC4600: hue angle of 17.8º 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 #EC4600 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 70 | 0 | - |
| CMYK | 0 | 0.70 | 1 | 0.07 |
| HSL | 17.8º | 1% | 0.46% | - |
| HSV(B) | 17.8º | 1% | 0.93% | - |
| XYZ | 36.78 | 22.21 | 2.35 | - |
| YUV | 111.65 | 65 | 216.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 70 | 0 | 0 | 0.70 | 1 | 0.07 | 17.8 | 1 | 0.46 |
| Hex | EC | 46 | 0 | 0 | 46 | 64 | 7 | 12 | 64 | 2E |
| Octal | 354 | 106 | 0 | 0 | 106 | 144 | 7 | 22 | 144 | 56 |
| Binary | 11101100 | 1000110 | 0 | 0 | 1000110 | 1100100 | 111 | 10010 | 1100100 | 101110 |
Color Harmonies of #EC4600
Complementary color
Monochromatic Colors of #EC4600
Black with #EC4600
Text Example
Text Example
White with #EC4600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4600; }
p { color: rgb(236,70,0); }
H1.HeaderClassName
{
color: #EC4600;
}
.AnyTagClassName
{
color: #EC4600;
}
</style>
background-color css
<style>
a { background-color: #EC4600; }
a { background-color: rgb(236,70,0); }
div.DivClassName
{
background-color: #EC4600;
}
.BgClassName
{
background-color: #EC4600;
}
</style>
border-color css
<style>
span { border-color: #EC4600; }
span { border-color: rgb(236,70,0); }
td.TdClassName
{
border-color: #EC4600;
}
.TagClassName
{
border-color: #EC4600;
}
</style>