Shades of Jaffa #EC7949
Tints of Jaffa #EC7949
RGB
CMYK
RGB Variations
Color information
#EC7949 (or 0xEC7949) is known color: Jaffa. HEX triplet: EC, 79 and 49. RGB value is (236,121,73). Sum of RGB (Red+Green+Blue) = 236+121+73=430 (56% of max value = 765). Red value is 236 (92.58% from 255 or 54.88% from 430); Green value is 121 (47.66% from 255 or 28.14% from 430); Blue value is 73 (28.91% from 255 or 16.98% from 430); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7949 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7949 is #1386B6. Grayscale: #969696. Windows color (decimal): -1279671 or 4815340. OLE color: 4815340.
HSL color Cylindrical-coordinate representation of color #EC7949: hue angle of 17.67º 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 #EC7949 is Cyan = 0, Magento = 0.49, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 121 | 73 | - |
| CMYK | 0 | 0.49 | 0.69 | 0.07 |
| HSL | 17.67º | 0.81% | 0.61% | - |
| HSV(B) | 17.67º | 0.69% | 0.93% | - |
| XYZ | 42.63 | 31.99 | 10.23 | - |
| YUV | 149.91 | 84.6 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 121 | 73 | 0 | 0.49 | 0.69 | 0.07 | 17.67 | 0.81 | 0.61 |
| Hex | EC | 79 | 49 | 0 | 31 | 45 | 7 | 12 | 51 | 3D |
| Octal | 354 | 171 | 111 | 0 | 61 | 105 | 7 | 22 | 121 | 75 |
| Binary | 11101100 | 1111001 | 1001001 | 0 | 110001 | 1000101 | 111 | 10010 | 1010001 | 111101 |
Color Harmonies of #EC7949
Complementary color
Monochromatic Colors of #EC7949
Black with #EC7949
Text Example
Text Example
White with #EC7949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7949; }
p { color: rgb(236,121,73); }
H1.HeaderClassName
{
color: #EC7949;
}
.AnyTagClassName
{
color: #EC7949;
}
</style>
background-color css
<style>
a { background-color: #EC7949; }
a { background-color: rgb(236,121,73); }
div.DivClassName
{
background-color: #EC7949;
}
.BgClassName
{
background-color: #EC7949;
}
</style>
border-color css
<style>
span { border-color: #EC7949; }
span { border-color: rgb(236,121,73); }
td.TdClassName
{
border-color: #EC7949;
}
.TagClassName
{
border-color: #EC7949;
}
</style>