Shades of Jaffa #EF7442
Tints of Jaffa #EF7442
RGB
CMYK
RGB Variations
Color information
#EF7442 (or 0xEF7442) is known color: Jaffa. HEX triplet: EF, 74 and 42. RGB value is (239,116,66). Sum of RGB (Red+Green+Blue) = 239+116+66=421 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.77% from 421); Green value is 116 (45.70% from 255 or 27.55% from 421); Blue value is 66 (26.17% from 255 or 15.68% from 421); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7442 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7442 is #108BBD. Grayscale: #939393. Windows color (decimal): -1084350 or 4355311. OLE color: 4355311.
HSL color Cylindrical-coordinate representation of color #EF7442: hue angle of 17.34º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EF7442 is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 116 | 66 | - |
| CMYK | 0 | 0.51 | 0.72 | 0.06 |
| HSL | 17.34º | 0.84% | 0.6% | - |
| HSV(B) | 17.34º | 0.72% | 0.94% | - |
| XYZ | 42.83 | 31.23 | 8.93 | - |
| YUV | 147.08 | 82.25 | 193.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 116 | 66 | 0 | 0.51 | 0.72 | 0.06 | 17.34 | 0.84 | 0.6 |
| Hex | EF | 74 | 42 | 0 | 33 | 48 | 6 | 11 | 54 | 3C |
| Octal | 357 | 164 | 102 | 0 | 63 | 110 | 6 | 21 | 124 | 74 |
| Binary | 11101111 | 1110100 | 1000010 | 0 | 110011 | 1001000 | 110 | 10001 | 1010100 | 111100 |
Color Harmonies of #EF7442
Complementary color
Monochromatic Colors of #EF7442
Black with #EF7442
Text Example
Text Example
White with #EF7442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7442; }
p { color: rgb(239,116,66); }
H1.HeaderClassName
{
color: #EF7442;
}
.AnyTagClassName
{
color: #EF7442;
}
</style>
background-color css
<style>
a { background-color: #EF7442; }
a { background-color: rgb(239,116,66); }
div.DivClassName
{
background-color: #EF7442;
}
.BgClassName
{
background-color: #EF7442;
}
</style>
border-color css
<style>
span { border-color: #EF7442; }
span { border-color: rgb(239,116,66); }
td.TdClassName
{
border-color: #EF7442;
}
.TagClassName
{
border-color: #EF7442;
}
</style>