Shades of Jaffa #EC7747
Tints of Jaffa #EC7747
RGB
CMYK
RGB Variations
Color information
#EC7747 (or 0xEC7747) is known color: Jaffa. HEX triplet: EC, 77 and 47. RGB value is (236,119,71). Sum of RGB (Red+Green+Blue) = 236+119+71=426 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.40% from 426); Green value is 119 (46.88% from 255 or 27.93% from 426); Blue value is 71 (28.12% from 255 or 16.67% from 426); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7747 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7747 is #1388B8. Grayscale: #949494. Windows color (decimal): -1280185 or 4683756. OLE color: 4683756.
HSL color Cylindrical-coordinate representation of color #EC7747: hue angle of 17.45º 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 #EC7747 is Cyan = 0, Magento = 0.50, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 119 | 71 | - |
| CMYK | 0 | 0.50 | 0.70 | 0.07 |
| HSL | 17.45º | 0.81% | 0.6% | - |
| HSV(B) | 17.45º | 0.7% | 0.93% | - |
| XYZ | 42.33 | 31.48 | 9.81 | - |
| YUV | 148.51 | 84.26 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 119 | 71 | 0 | 0.50 | 0.70 | 0.07 | 17.45 | 0.81 | 0.6 |
| Hex | EC | 77 | 47 | 0 | 32 | 46 | 7 | 11 | 51 | 3C |
| Octal | 354 | 167 | 107 | 0 | 62 | 106 | 7 | 21 | 121 | 74 |
| Binary | 11101100 | 1110111 | 1000111 | 0 | 110010 | 1000110 | 111 | 10001 | 1010001 | 111100 |
Color Harmonies of #EC7747
Complementary color
Monochromatic Colors of #EC7747
Black with #EC7747
Text Example
Text Example
White with #EC7747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7747; }
p { color: rgb(236,119,71); }
H1.HeaderClassName
{
color: #EC7747;
}
.AnyTagClassName
{
color: #EC7747;
}
</style>
background-color css
<style>
a { background-color: #EC7747; }
a { background-color: rgb(236,119,71); }
div.DivClassName
{
background-color: #EC7747;
}
.BgClassName
{
background-color: #EC7747;
}
</style>
border-color css
<style>
span { border-color: #EC7747; }
span { border-color: rgb(236,119,71); }
td.TdClassName
{
border-color: #EC7747;
}
.TagClassName
{
border-color: #EC7747;
}
</style>