Shades of Jaffa #EC7343
Tints of Jaffa #EC7343
RGB
CMYK
RGB Variations
Color information
#EC7343 (or 0xEC7343) is known color: Jaffa. HEX triplet: EC, 73 and 43. RGB value is (236,115,67). Sum of RGB (Red+Green+Blue) = 236+115+67=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 67 (26.56% from 255 or 16.03% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7343 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7343 is #138CBC. Grayscale: #929292. Windows color (decimal): -1281213 or 4420588. OLE color: 4420588.
HSL color Cylindrical-coordinate representation of color #EC7343: hue angle of 17.04º 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 #EC7343 is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 115 | 67 | - |
| CMYK | 0 | 0.51 | 0.72 | 0.07 |
| HSL | 17.04º | 0.82% | 0.59% | - |
| HSV(B) | 17.04º | 0.72% | 0.93% | - |
| XYZ | 41.74 | 30.5 | 9 | - |
| YUV | 145.71 | 83.59 | 192.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 115 | 67 | 0 | 0.51 | 0.72 | 0.07 | 17.04 | 0.82 | 0.59 |
| Hex | EC | 73 | 43 | 0 | 33 | 48 | 7 | 11 | 52 | 3B |
| Octal | 354 | 163 | 103 | 0 | 63 | 110 | 7 | 21 | 122 | 73 |
| Binary | 11101100 | 1110011 | 1000011 | 0 | 110011 | 1001000 | 111 | 10001 | 1010010 | 111011 |
Color Harmonies of #EC7343
Complementary color
Monochromatic Colors of #EC7343
Black with #EC7343
Text Example
Text Example
White with #EC7343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7343; }
p { color: rgb(236,115,67); }
H1.HeaderClassName
{
color: #EC7343;
}
.AnyTagClassName
{
color: #EC7343;
}
</style>
background-color css
<style>
a { background-color: #EC7343; }
a { background-color: rgb(236,115,67); }
div.DivClassName
{
background-color: #EC7343;
}
.BgClassName
{
background-color: #EC7343;
}
</style>
border-color css
<style>
span { border-color: #EC7343; }
span { border-color: rgb(236,115,67); }
td.TdClassName
{
border-color: #EC7343;
}
.TagClassName
{
border-color: #EC7343;
}
</style>