Shades of Jaffa #EC7C43
Tints of Jaffa #EC7C43
RGB
CMYK
RGB Variations
Color information
#EC7C43 (or 0xEC7C43) is known color: Jaffa. HEX triplet: EC, 7C and 43. RGB value is (236,124,67). Sum of RGB (Red+Green+Blue) = 236+124+67=427 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.27% from 427); Green value is 124 (48.83% from 255 or 29.04% from 427); Blue value is 67 (26.56% from 255 or 15.69% from 427); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7C43 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7C43 is #1383BC. Grayscale: #979797. Windows color (decimal): -1278909 or 4422892. OLE color: 4422892.
HSL color Cylindrical-coordinate representation of color #EC7C43: hue angle of 20.24º 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 #EC7C43 is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 124 | 67 | - |
| CMYK | 0 | 0.47 | 0.72 | 0.07 |
| HSL | 20.24º | 0.82% | 0.59% | - |
| HSV(B) | 20.24º | 0.72% | 0.93% | - |
| XYZ | 42.81 | 32.65 | 9.36 | - |
| YUV | 150.99 | 80.61 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 124 | 67 | 0 | 0.47 | 0.72 | 0.07 | 20.24 | 0.82 | 0.59 |
| Hex | EC | 7C | 43 | 0 | 2F | 48 | 7 | 14 | 52 | 3B |
| Octal | 354 | 174 | 103 | 0 | 57 | 110 | 7 | 24 | 122 | 73 |
| Binary | 11101100 | 1111100 | 1000011 | 0 | 101111 | 1001000 | 111 | 10100 | 1010010 | 111011 |
Color Harmonies of #EC7C43
Complementary color
Monochromatic Colors of #EC7C43
Black with #EC7C43
Text Example
Text Example
White with #EC7C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7C43; }
p { color: rgb(236,124,67); }
H1.HeaderClassName
{
color: #EC7C43;
}
.AnyTagClassName
{
color: #EC7C43;
}
</style>
background-color css
<style>
a { background-color: #EC7C43; }
a { background-color: rgb(236,124,67); }
div.DivClassName
{
background-color: #EC7C43;
}
.BgClassName
{
background-color: #EC7C43;
}
</style>
border-color css
<style>
span { border-color: #EC7C43; }
span { border-color: rgb(236,124,67); }
td.TdClassName
{
border-color: #EC7C43;
}
.TagClassName
{
border-color: #EC7C43;
}
</style>