Shades of Jaffa #EC7643
Tints of Jaffa #EC7643
RGB
CMYK
RGB Variations
Color information
#EC7643 (or 0xEC7643) is known color: Jaffa. HEX triplet: EC, 76 and 43. RGB value is (236,118,67). Sum of RGB (Red+Green+Blue) = 236+118+67=421 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.06% from 421); Green value is 118 (46.48% from 255 or 28.03% from 421); Blue value is 67 (26.56% from 255 or 15.91% from 421); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7643 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7643 is #1389BC. Grayscale: #939393. Windows color (decimal): -1280445 or 4421356. OLE color: 4421356.
HSL color Cylindrical-coordinate representation of color #EC7643: hue angle of 18.11º 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 #EC7643 is Cyan = 0, Magento = 0.5, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 118 | 67 | - |
| CMYK | 0 | 0.5 | 0.72 | 0.07 |
| HSL | 18.11º | 0.82% | 0.59% | - |
| HSV(B) | 18.11º | 0.72% | 0.93% | - |
| XYZ | 42.08 | 31.19 | 9.11 | - |
| YUV | 147.47 | 82.59 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 118 | 67 | 0 | 0.5 | 0.72 | 0.07 | 18.11 | 0.82 | 0.59 |
| Hex | EC | 76 | 43 | 0 | 32 | 48 | 7 | 12 | 52 | 3B |
| Octal | 354 | 166 | 103 | 0 | 62 | 110 | 7 | 22 | 122 | 73 |
| Binary | 11101100 | 1110110 | 1000011 | 0 | 110010 | 1001000 | 111 | 10010 | 1010010 | 111011 |
Color Harmonies of #EC7643
Complementary color
Monochromatic Colors of #EC7643
Black with #EC7643
Text Example
Text Example
White with #EC7643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7643; }
p { color: rgb(236,118,67); }
H1.HeaderClassName
{
color: #EC7643;
}
.AnyTagClassName
{
color: #EC7643;
}
</style>
background-color css
<style>
a { background-color: #EC7643; }
a { background-color: rgb(236,118,67); }
div.DivClassName
{
background-color: #EC7643;
}
.BgClassName
{
background-color: #EC7643;
}
</style>
border-color css
<style>
span { border-color: #EC7643; }
span { border-color: rgb(236,118,67); }
td.TdClassName
{
border-color: #EC7643;
}
.TagClassName
{
border-color: #EC7643;
}
</style>