Shades of Jaffa #EC7647
Tints of Jaffa #EC7647
RGB
CMYK
RGB Variations
Color information
#EC7647 (or 0xEC7647) is known color: Jaffa. HEX triplet: EC, 76 and 47. RGB value is (236,118,71). Sum of RGB (Red+Green+Blue) = 236+118+71=425 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.53% from 425); Green value is 118 (46.48% from 255 or 27.76% from 425); Blue value is 71 (28.12% from 255 or 16.71% from 425); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7647 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7647 is #1389B8. Grayscale: #949494. Windows color (decimal): -1280441 or 4683500. OLE color: 4683500.
HSL color Cylindrical-coordinate representation of color #EC7647: hue angle of 17.09º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC7647 is Cyan = 0, Magento = 0.5, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 118 | 71 | - |
| CMYK | 0 | 0.5 | 0.70 | 0.07 |
| HSL | 17.09º | 0.81% | 0.6% | - |
| HSV(B) | 17.09º | 0.7% | 0.93% | - |
| XYZ | 42.21 | 31.24 | 9.77 | - |
| YUV | 147.92 | 84.59 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 118 | 71 | 0 | 0.5 | 0.70 | 0.07 | 17.09 | 0.81 | 0.6 |
| Hex | EC | 76 | 47 | 0 | 32 | 46 | 7 | 11 | 51 | 3C |
| Octal | 354 | 166 | 107 | 0 | 62 | 106 | 7 | 21 | 121 | 74 |
| Binary | 11101100 | 1110110 | 1000111 | 0 | 110010 | 1000110 | 111 | 10001 | 1010001 | 111100 |
Color Harmonies of #EC7647
Complementary color
Monochromatic Colors of #EC7647
Black with #EC7647
Text Example
Text Example
White with #EC7647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7647; }
p { color: rgb(236,118,71); }
H1.HeaderClassName
{
color: #EC7647;
}
.AnyTagClassName
{
color: #EC7647;
}
</style>
background-color css
<style>
a { background-color: #EC7647; }
a { background-color: rgb(236,118,71); }
div.DivClassName
{
background-color: #EC7647;
}
.BgClassName
{
background-color: #EC7647;
}
</style>
border-color css
<style>
span { border-color: #EC7647; }
span { border-color: rgb(236,118,71); }
td.TdClassName
{
border-color: #EC7647;
}
.TagClassName
{
border-color: #EC7647;
}
</style>