Shades of Jaffa #EC7441
Tints of Jaffa #EC7441
RGB
CMYK
RGB Variations
Color information
#EC7441 (or 0xEC7441) is known color: Jaffa. HEX triplet: EC, 74 and 41. RGB value is (236,116,65). Sum of RGB (Red+Green+Blue) = 236+116+65=417 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.59% from 417); Green value is 116 (45.70% from 255 or 27.82% from 417); Blue value is 65 (25.78% from 255 or 15.59% from 417); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7441 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7441 is #138BBE. Grayscale: #929292. Windows color (decimal): -1280959 or 4289772. OLE color: 4289772.
HSL color Cylindrical-coordinate representation of color #EC7441: hue angle of 17.89º 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 #EC7441 is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 116 | 65 | - |
| CMYK | 0 | 0.51 | 0.72 | 0.07 |
| HSL | 17.89º | 0.82% | 0.59% | - |
| HSV(B) | 17.89º | 0.72% | 0.93% | - |
| XYZ | 41.79 | 30.71 | 8.73 | - |
| YUV | 146.07 | 82.26 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 116 | 65 | 0 | 0.51 | 0.72 | 0.07 | 17.89 | 0.82 | 0.59 |
| Hex | EC | 74 | 41 | 0 | 33 | 48 | 7 | 12 | 52 | 3B |
| Octal | 354 | 164 | 101 | 0 | 63 | 110 | 7 | 22 | 122 | 73 |
| Binary | 11101100 | 1110100 | 1000001 | 0 | 110011 | 1001000 | 111 | 10010 | 1010010 | 111011 |
Color Harmonies of #EC7441
Complementary color
Monochromatic Colors of #EC7441
Black with #EC7441
Text Example
Text Example
White with #EC7441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7441; }
p { color: rgb(236,116,65); }
H1.HeaderClassName
{
color: #EC7441;
}
.AnyTagClassName
{
color: #EC7441;
}
</style>
background-color css
<style>
a { background-color: #EC7441; }
a { background-color: rgb(236,116,65); }
div.DivClassName
{
background-color: #EC7441;
}
.BgClassName
{
background-color: #EC7441;
}
</style>
border-color css
<style>
span { border-color: #EC7441; }
span { border-color: rgb(236,116,65); }
td.TdClassName
{
border-color: #EC7441;
}
.TagClassName
{
border-color: #EC7441;
}
</style>