Shades of Jaffa #EC7440
Tints of Jaffa #EC7440
RGB
CMYK
RGB Variations
Color information
#EC7440 (or 0xEC7440) is known color: Jaffa. HEX triplet: EC, 74 and 40. RGB value is (236,116,64). Sum of RGB (Red+Green+Blue) = 236+116+64=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 116 (45.70% from 255 or 27.88% from 416); Blue value is 64 (25.39% from 255 or 15.38% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7440 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7440 is #138BBF. Grayscale: #929292. Windows color (decimal): -1280960 or 4224236. OLE color: 4224236.
HSL color Cylindrical-coordinate representation of color #EC7440: hue angle of 18.14º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC7440 is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 116 | 64 | - |
| CMYK | 0 | 0.51 | 0.73 | 0.07 |
| HSL | 18.14º | 0.82% | 0.59% | - |
| HSV(B) | 18.14º | 0.73% | 0.93% | - |
| XYZ | 41.76 | 30.69 | 8.57 | - |
| YUV | 145.95 | 81.76 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 116 | 64 | 0 | 0.51 | 0.73 | 0.07 | 18.14 | 0.82 | 0.59 |
| Hex | EC | 74 | 40 | 0 | 33 | 49 | 7 | 12 | 52 | 3B |
| Octal | 354 | 164 | 100 | 0 | 63 | 111 | 7 | 22 | 122 | 73 |
| Binary | 11101100 | 1110100 | 1000000 | 0 | 110011 | 1001001 | 111 | 10010 | 1010010 | 111011 |
Color Harmonies of #EC7440
Complementary color
Monochromatic Colors of #EC7440
Black with #EC7440
Text Example
Text Example
White with #EC7440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7440; }
p { color: rgb(236,116,64); }
H1.HeaderClassName
{
color: #EC7440;
}
.AnyTagClassName
{
color: #EC7440;
}
</style>
background-color css
<style>
a { background-color: #EC7440; }
a { background-color: rgb(236,116,64); }
div.DivClassName
{
background-color: #EC7440;
}
.BgClassName
{
background-color: #EC7440;
}
</style>
border-color css
<style>
span { border-color: #EC7440; }
span { border-color: rgb(236,116,64); }
td.TdClassName
{
border-color: #EC7440;
}
.TagClassName
{
border-color: #EC7440;
}
</style>