Shades of Jaffa #EC7B42
Tints of Jaffa #EC7B42
RGB
CMYK
RGB Variations
Color information
#EC7B42 (or 0xEC7B42) is known color: Jaffa. HEX triplet: EC, 7B and 42. RGB value is (236,123,66). Sum of RGB (Red+Green+Blue) = 236+123+66=425 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.53% from 425); Green value is 123 (48.44% from 255 or 28.94% from 425); Blue value is 66 (26.17% from 255 or 15.53% from 425); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7B42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7B42 is #1384BD. Grayscale: #969696. Windows color (decimal): -1279166 or 4357100. OLE color: 4357100.
HSL color Cylindrical-coordinate representation of color #EC7B42: hue angle of 20.12º 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 #EC7B42 is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 123 | 66 | - |
| CMYK | 0 | 0.48 | 0.72 | 0.07 |
| HSL | 20.12º | 0.82% | 0.59% | - |
| HSV(B) | 20.12º | 0.72% | 0.93% | - |
| XYZ | 42.66 | 32.39 | 9.16 | - |
| YUV | 150.29 | 80.44 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 123 | 66 | 0 | 0.48 | 0.72 | 0.07 | 20.12 | 0.82 | 0.59 |
| Hex | EC | 7B | 42 | 0 | 30 | 48 | 7 | 14 | 52 | 3B |
| Octal | 354 | 173 | 102 | 0 | 60 | 110 | 7 | 24 | 122 | 73 |
| Binary | 11101100 | 1111011 | 1000010 | 0 | 110000 | 1001000 | 111 | 10100 | 1010010 | 111011 |
Color Harmonies of #EC7B42
Complementary color
Monochromatic Colors of #EC7B42
Black with #EC7B42
Text Example
Text Example
White with #EC7B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7B42; }
p { color: rgb(236,123,66); }
H1.HeaderClassName
{
color: #EC7B42;
}
.AnyTagClassName
{
color: #EC7B42;
}
</style>
background-color css
<style>
a { background-color: #EC7B42; }
a { background-color: rgb(236,123,66); }
div.DivClassName
{
background-color: #EC7B42;
}
.BgClassName
{
background-color: #EC7B42;
}
</style>
border-color css
<style>
span { border-color: #EC7B42; }
span { border-color: rgb(236,123,66); }
td.TdClassName
{
border-color: #EC7B42;
}
.TagClassName
{
border-color: #EC7B42;
}
</style>