Shades of Jaffa #EC7642
Tints of Jaffa #EC7642
RGB
CMYK
RGB Variations
Color information
#EC7642 (or 0xEC7642) is known color: Jaffa. HEX triplet: EC, 76 and 42. RGB value is (236,118,66). Sum of RGB (Red+Green+Blue) = 236+118+66=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 118 (46.48% from 255 or 28.10% from 420); Blue value is 66 (26.17% from 255 or 15.71% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7642 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7642 is #1389BD. Grayscale: #939393. Windows color (decimal): -1280446 or 4355820. OLE color: 4355820.
HSL color Cylindrical-coordinate representation of color #EC7642: hue angle of 18.35º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC7642 is Cyan = 0, Magento = 0.5, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 118 | 66 | - |
| CMYK | 0 | 0.5 | 0.72 | 0.07 |
| HSL | 18.35º | 0.82% | 0.59% | - |
| HSV(B) | 18.35º | 0.72% | 0.93% | - |
| XYZ | 42.05 | 31.18 | 8.96 | - |
| YUV | 147.35 | 82.09 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 118 | 66 | 0 | 0.5 | 0.72 | 0.07 | 18.35 | 0.82 | 0.59 |
| Hex | EC | 76 | 42 | 0 | 32 | 48 | 7 | 12 | 52 | 3B |
| Octal | 354 | 166 | 102 | 0 | 62 | 110 | 7 | 22 | 122 | 73 |
| Binary | 11101100 | 1110110 | 1000010 | 0 | 110010 | 1001000 | 111 | 10010 | 1010010 | 111011 |
Color Harmonies of #EC7642
Complementary color
Monochromatic Colors of #EC7642
Black with #EC7642
Text Example
Text Example
White with #EC7642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7642; }
p { color: rgb(236,118,66); }
H1.HeaderClassName
{
color: #EC7642;
}
.AnyTagClassName
{
color: #EC7642;
}
</style>
background-color css
<style>
a { background-color: #EC7642; }
a { background-color: rgb(236,118,66); }
div.DivClassName
{
background-color: #EC7642;
}
.BgClassName
{
background-color: #EC7642;
}
</style>
border-color css
<style>
span { border-color: #EC7642; }
span { border-color: rgb(236,118,66); }
td.TdClassName
{
border-color: #EC7642;
}
.TagClassName
{
border-color: #EC7642;
}
</style>