Shades of Jaffa #EC7A49
Tints of Jaffa #EC7A49
RGB
CMYK
RGB Variations
Color information
#EC7A49 (or 0xEC7A49) is known color: Jaffa. HEX triplet: EC, 7A and 49. RGB value is (236,122,73). Sum of RGB (Red+Green+Blue) = 236+122+73=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 122 (48.05% from 255 or 28.31% from 431); Blue value is 73 (28.91% from 255 or 16.94% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7A49 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7A49 is #1385B6. Grayscale: #969696. Windows color (decimal): -1279415 or 4815596. OLE color: 4815596.
HSL color Cylindrical-coordinate representation of color #EC7A49: hue angle of 18.04º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC7A49 is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 122 | 73 | - |
| CMYK | 0 | 0.48 | 0.69 | 0.07 |
| HSL | 18.04º | 0.81% | 0.61% | - |
| HSV(B) | 18.04º | 0.69% | 0.93% | - |
| XYZ | 42.75 | 32.23 | 10.27 | - |
| YUV | 150.5 | 84.27 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 122 | 73 | 0 | 0.48 | 0.69 | 0.07 | 18.04 | 0.81 | 0.61 |
| Hex | EC | 7A | 49 | 0 | 30 | 45 | 7 | 12 | 51 | 3D |
| Octal | 354 | 172 | 111 | 0 | 60 | 105 | 7 | 22 | 121 | 75 |
| Binary | 11101100 | 1111010 | 1001001 | 0 | 110000 | 1000101 | 111 | 10010 | 1010001 | 111101 |
Color Harmonies of #EC7A49
Complementary color
Monochromatic Colors of #EC7A49
Black with #EC7A49
Text Example
Text Example
White with #EC7A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7A49; }
p { color: rgb(236,122,73); }
H1.HeaderClassName
{
color: #EC7A49;
}
.AnyTagClassName
{
color: #EC7A49;
}
</style>
background-color css
<style>
a { background-color: #EC7A49; }
a { background-color: rgb(236,122,73); }
div.DivClassName
{
background-color: #EC7A49;
}
.BgClassName
{
background-color: #EC7A49;
}
</style>
border-color css
<style>
span { border-color: #EC7A49; }
span { border-color: rgb(236,122,73); }
td.TdClassName
{
border-color: #EC7A49;
}
.TagClassName
{
border-color: #EC7A49;
}
</style>