Shades of Persimmon #EC4707
Tints of Persimmon #EC4707
RGB
CMYK
RGB Variations
Color information
#EC4707 (or 0xEC4707) is known color: Persimmon. HEX triplet: EC, 47 and 07. RGB value is (236,71,7). Sum of RGB (Red+Green+Blue) = 236+71+7=314 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.16% from 314); Green value is 71 (28.12% from 255 or 22.61% from 314); Blue value is 7 (3.12% from 255 or 2.23% from 314); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4707 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4707 is #13B8F8. Grayscale: #717171. Windows color (decimal): -1292537 or 477164. OLE color: 477164.
HSL color Cylindrical-coordinate representation of color #EC4707: hue angle of 16.77º 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 #EC4707 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 71 | 7 | - |
| CMYK | 0 | 0.70 | 0.97 | 0.07 |
| HSL | 16.77º | 0.94% | 0.48% | - |
| HSV(B) | 16.77º | 0.97% | 0.93% | - |
| XYZ | 36.88 | 22.35 | 2.57 | - |
| YUV | 113.04 | 68.16 | 215.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 71 | 7 | 0 | 0.70 | 0.97 | 0.07 | 16.77 | 0.94 | 0.48 |
| Hex | EC | 47 | 7 | 0 | 46 | 61 | 7 | 11 | 5E | 30 |
| Octal | 354 | 107 | 7 | 0 | 106 | 141 | 7 | 21 | 136 | 60 |
| Binary | 11101100 | 1000111 | 111 | 0 | 1000110 | 1100001 | 111 | 10001 | 1011110 | 110000 |
Color Harmonies of #EC4707
Complementary color
Monochromatic Colors of #EC4707
Black with #EC4707
Text Example
Text Example
White with #EC4707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4707; }
p { color: rgb(236,71,7); }
H1.HeaderClassName
{
color: #EC4707;
}
.AnyTagClassName
{
color: #EC4707;
}
</style>
background-color css
<style>
a { background-color: #EC4707; }
a { background-color: rgb(236,71,7); }
div.DivClassName
{
background-color: #EC4707;
}
.BgClassName
{
background-color: #EC4707;
}
</style>
border-color css
<style>
span { border-color: #EC4707; }
span { border-color: rgb(236,71,7); }
td.TdClassName
{
border-color: #EC4707;
}
.TagClassName
{
border-color: #EC4707;
}
</style>