Shades of Jaffa #EC7640
Tints of Jaffa #EC7640
RGB
CMYK
RGB Variations
Color information
#EC7640 (or 0xEC7640) is known color: Jaffa. HEX triplet: EC, 76 and 40. RGB value is (236,118,64). Sum of RGB (Red+Green+Blue) = 236+118+64=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 64 (25.39% from 255 or 15.31% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7640 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7640 is #1389BF. Grayscale: #939393. Windows color (decimal): -1280448 or 4224748. OLE color: 4224748.
HSL color Cylindrical-coordinate representation of color #EC7640: hue angle of 18.84º 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 #EC7640 is Cyan = 0, Magento = 0.5, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 118 | 64 | - |
| CMYK | 0 | 0.5 | 0.73 | 0.07 |
| HSL | 18.84º | 0.82% | 0.59% | - |
| HSV(B) | 18.84º | 0.73% | 0.93% | - |
| XYZ | 42 | 31.16 | 8.65 | - |
| YUV | 147.13 | 81.09 | 191.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 118 | 64 | 0 | 0.5 | 0.73 | 0.07 | 18.84 | 0.82 | 0.59 |
| Hex | EC | 76 | 40 | 0 | 32 | 49 | 7 | 13 | 52 | 3B |
| Octal | 354 | 166 | 100 | 0 | 62 | 111 | 7 | 23 | 122 | 73 |
| Binary | 11101100 | 1110110 | 1000000 | 0 | 110010 | 1001001 | 111 | 10011 | 1010010 | 111011 |
Color Harmonies of #EC7640
Complementary color
Monochromatic Colors of #EC7640
Black with #EC7640
Text Example
Text Example
White with #EC7640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7640; }
p { color: rgb(236,118,64); }
H1.HeaderClassName
{
color: #EC7640;
}
.AnyTagClassName
{
color: #EC7640;
}
</style>
background-color css
<style>
a { background-color: #EC7640; }
a { background-color: rgb(236,118,64); }
div.DivClassName
{
background-color: #EC7640;
}
.BgClassName
{
background-color: #EC7640;
}
</style>
border-color css
<style>
span { border-color: #EC7640; }
span { border-color: rgb(236,118,64); }
td.TdClassName
{
border-color: #EC7640;
}
.TagClassName
{
border-color: #EC7640;
}
</style>