Shades of Jaffa #EF7542
Tints of Jaffa #EF7542
RGB
CMYK
RGB Variations
Color information
#EF7542 (or 0xEF7542) is known color: Jaffa. HEX triplet: EF, 75 and 42. RGB value is (239,117,66). Sum of RGB (Red+Green+Blue) = 239+117+66=422 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.64% from 422); Green value is 117 (46.09% from 255 or 27.73% from 422); Blue value is 66 (26.17% from 255 or 15.64% from 422); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7542 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7542 is #108ABD. Grayscale: #939393. Windows color (decimal): -1084094 or 4355567. OLE color: 4355567.
HSL color Cylindrical-coordinate representation of color #EF7542: hue angle of 17.69º 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 #EF7542 is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 117 | 66 | - |
| CMYK | 0 | 0.51 | 0.72 | 0.06 |
| HSL | 17.69º | 0.84% | 0.6% | - |
| HSV(B) | 17.69º | 0.72% | 0.94% | - |
| XYZ | 42.94 | 31.47 | 8.96 | - |
| YUV | 147.66 | 81.92 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 117 | 66 | 0 | 0.51 | 0.72 | 0.06 | 17.69 | 0.84 | 0.6 |
| Hex | EF | 75 | 42 | 0 | 33 | 48 | 6 | 12 | 54 | 3C |
| Octal | 357 | 165 | 102 | 0 | 63 | 110 | 6 | 22 | 124 | 74 |
| Binary | 11101111 | 1110101 | 1000010 | 0 | 110011 | 1001000 | 110 | 10010 | 1010100 | 111100 |
Color Harmonies of #EF7542
Complementary color
Monochromatic Colors of #EF7542
Black with #EF7542
Text Example
Text Example
White with #EF7542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7542; }
p { color: rgb(239,117,66); }
H1.HeaderClassName
{
color: #EF7542;
}
.AnyTagClassName
{
color: #EF7542;
}
</style>
background-color css
<style>
a { background-color: #EF7542; }
a { background-color: rgb(239,117,66); }
div.DivClassName
{
background-color: #EF7542;
}
.BgClassName
{
background-color: #EF7542;
}
</style>
border-color css
<style>
span { border-color: #EF7542; }
span { border-color: rgb(239,117,66); }
td.TdClassName
{
border-color: #EF7542;
}
.TagClassName
{
border-color: #EF7542;
}
</style>