Shades of Jaffa #EC7A43
Tints of Jaffa #EC7A43
RGB
CMYK
RGB Variations
Color information
#EC7A43 (or 0xEC7A43) is known color: Jaffa. HEX triplet: EC, 7A and 43. RGB value is (236,122,67). Sum of RGB (Red+Green+Blue) = 236+122+67=425 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.53% from 425); Green value is 122 (48.05% from 255 or 28.71% from 425); Blue value is 67 (26.56% from 255 or 15.76% from 425); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7A43 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7A43 is #1385BC. Grayscale: #969696. Windows color (decimal): -1279421 or 4422380. OLE color: 4422380.
HSL color Cylindrical-coordinate representation of color #EC7A43: hue angle of 19.53º 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 #EC7A43 is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 122 | 67 | - |
| CMYK | 0 | 0.48 | 0.72 | 0.07 |
| HSL | 19.53º | 0.82% | 0.59% | - |
| HSV(B) | 19.53º | 0.72% | 0.93% | - |
| XYZ | 42.56 | 32.16 | 9.27 | - |
| YUV | 149.82 | 81.27 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 122 | 67 | 0 | 0.48 | 0.72 | 0.07 | 19.53 | 0.82 | 0.59 |
| Hex | EC | 7A | 43 | 0 | 30 | 48 | 7 | 14 | 52 | 3B |
| Octal | 354 | 172 | 103 | 0 | 60 | 110 | 7 | 24 | 122 | 73 |
| Binary | 11101100 | 1111010 | 1000011 | 0 | 110000 | 1001000 | 111 | 10100 | 1010010 | 111011 |
Color Harmonies of #EC7A43
Complementary color
Monochromatic Colors of #EC7A43
Black with #EC7A43
Text Example
Text Example
White with #EC7A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7A43; }
p { color: rgb(236,122,67); }
H1.HeaderClassName
{
color: #EC7A43;
}
.AnyTagClassName
{
color: #EC7A43;
}
</style>
background-color css
<style>
a { background-color: #EC7A43; }
a { background-color: rgb(236,122,67); }
div.DivClassName
{
background-color: #EC7A43;
}
.BgClassName
{
background-color: #EC7A43;
}
</style>
border-color css
<style>
span { border-color: #EC7A43; }
span { border-color: rgb(236,122,67); }
td.TdClassName
{
border-color: #EC7A43;
}
.TagClassName
{
border-color: #EC7A43;
}
</style>