Shades of Jaffa #EC7741
Tints of Jaffa #EC7741
RGB
CMYK
RGB Variations
Color information
#EC7741 (or 0xEC7741) is known color: Jaffa. HEX triplet: EC, 77 and 41. RGB value is (236,119,65). Sum of RGB (Red+Green+Blue) = 236+119+65=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 119 (46.88% from 255 or 28.33% from 420); Blue value is 65 (25.78% from 255 or 15.48% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7741 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7741 is #1388BE. Grayscale: #949494. Windows color (decimal): -1280191 or 4290540. OLE color: 4290540.
HSL color Cylindrical-coordinate representation of color #EC7741: hue angle of 18.95º 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 #EC7741 is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 119 | 65 | - |
| CMYK | 0 | 0.50 | 0.72 | 0.07 |
| HSL | 18.95º | 0.82% | 0.59% | - |
| HSV(B) | 18.95º | 0.72% | 0.93% | - |
| XYZ | 42.14 | 31.41 | 8.84 | - |
| YUV | 147.83 | 81.26 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 119 | 65 | 0 | 0.50 | 0.72 | 0.07 | 18.95 | 0.82 | 0.59 |
| Hex | EC | 77 | 41 | 0 | 32 | 48 | 7 | 13 | 52 | 3B |
| Octal | 354 | 167 | 101 | 0 | 62 | 110 | 7 | 23 | 122 | 73 |
| Binary | 11101100 | 1110111 | 1000001 | 0 | 110010 | 1001000 | 111 | 10011 | 1010010 | 111011 |
Color Harmonies of #EC7741
Complementary color
Monochromatic Colors of #EC7741
Black with #EC7741
Text Example
Text Example
White with #EC7741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7741; }
p { color: rgb(236,119,65); }
H1.HeaderClassName
{
color: #EC7741;
}
.AnyTagClassName
{
color: #EC7741;
}
</style>
background-color css
<style>
a { background-color: #EC7741; }
a { background-color: rgb(236,119,65); }
div.DivClassName
{
background-color: #EC7741;
}
.BgClassName
{
background-color: #EC7741;
}
</style>
border-color css
<style>
span { border-color: #EC7741; }
span { border-color: rgb(236,119,65); }
td.TdClassName
{
border-color: #EC7741;
}
.TagClassName
{
border-color: #EC7741;
}
</style>