Shades of Persimmon #EC4F06
Tints of Persimmon #EC4F06
RGB
CMYK
RGB Variations
Color information
#EC4F06 (or 0xEC4F06) is known color: Persimmon. HEX triplet: EC, 4F and 06. RGB value is (236,79,6). Sum of RGB (Red+Green+Blue) = 236+79+6=321 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.52% from 321); Green value is 79 (31.25% from 255 or 24.61% from 321); Blue value is 6 (2.73% from 255 or 1.87% from 321); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4F06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC4F06 is #13B0F9. Grayscale: #767676. Windows color (decimal): -1290490 or 413676. OLE color: 413676.
HSL color Cylindrical-coordinate representation of color #EC4F06: hue angle of 19.04º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC4F06 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 79 | 6 | - |
| CMYK | 0 | 0.67 | 0.97 | 0.07 |
| HSL | 19.04º | 0.95% | 0.47% | - |
| HSV(B) | 19.04º | 0.97% | 0.93% | - |
| XYZ | 37.42 | 23.44 | 2.72 | - |
| YUV | 117.62 | 65.01 | 212.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 79 | 6 | 0 | 0.67 | 0.97 | 0.07 | 19.04 | 0.95 | 0.47 |
| Hex | EC | 4F | 6 | 0 | 43 | 61 | 7 | 13 | 5F | 2F |
| Octal | 354 | 117 | 6 | 0 | 103 | 141 | 7 | 23 | 137 | 57 |
| Binary | 11101100 | 1001111 | 110 | 0 | 1000011 | 1100001 | 111 | 10011 | 1011111 | 101111 |
Color Harmonies of #EC4F06
Complementary color
Monochromatic Colors of #EC4F06
Black with #EC4F06
Text Example
Text Example
White with #EC4F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4F06; }
p { color: rgb(236,79,6); }
H1.HeaderClassName
{
color: #EC4F06;
}
.AnyTagClassName
{
color: #EC4F06;
}
</style>
background-color css
<style>
a { background-color: #EC4F06; }
a { background-color: rgb(236,79,6); }
div.DivClassName
{
background-color: #EC4F06;
}
.BgClassName
{
background-color: #EC4F06;
}
</style>
border-color css
<style>
span { border-color: #EC4F06; }
span { border-color: rgb(236,79,6); }
td.TdClassName
{
border-color: #EC4F06;
}
.TagClassName
{
border-color: #EC4F06;
}
</style>