Shades of Jaffa #EF7942
Tints of Jaffa #EF7942
RGB
CMYK
RGB Variations
Color information
#EF7942 (or 0xEF7942) is known color: Jaffa. HEX triplet: EF, 79 and 42. RGB value is (239,121,66). Sum of RGB (Red+Green+Blue) = 239+121+66=426 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.10% from 426); Green value is 121 (47.66% from 255 or 28.40% from 426); Blue value is 66 (26.17% from 255 or 15.49% from 426); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7942 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7942 is #1086BD. Grayscale: #969696. Windows color (decimal): -1083070 or 4356591. OLE color: 4356591.
HSL color Cylindrical-coordinate representation of color #EF7942: hue angle of 19.08º 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 #EF7942 is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 121 | 66 | - |
| CMYK | 0 | 0.49 | 0.72 | 0.06 |
| HSL | 19.08º | 0.84% | 0.6% | - |
| HSV(B) | 19.08º | 0.72% | 0.94% | - |
| XYZ | 43.42 | 32.42 | 9.12 | - |
| YUV | 150.01 | 80.59 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 121 | 66 | 0 | 0.49 | 0.72 | 0.06 | 19.08 | 0.84 | 0.6 |
| Hex | EF | 79 | 42 | 0 | 31 | 48 | 6 | 13 | 54 | 3C |
| Octal | 357 | 171 | 102 | 0 | 61 | 110 | 6 | 23 | 124 | 74 |
| Binary | 11101111 | 1111001 | 1000010 | 0 | 110001 | 1001000 | 110 | 10011 | 1010100 | 111100 |
Color Harmonies of #EF7942
Complementary color
Monochromatic Colors of #EF7942
Black with #EF7942
Text Example
Text Example
White with #EF7942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7942; }
p { color: rgb(239,121,66); }
H1.HeaderClassName
{
color: #EF7942;
}
.AnyTagClassName
{
color: #EF7942;
}
</style>
background-color css
<style>
a { background-color: #EF7942; }
a { background-color: rgb(239,121,66); }
div.DivClassName
{
background-color: #EF7942;
}
.BgClassName
{
background-color: #EF7942;
}
</style>
border-color css
<style>
span { border-color: #EF7942; }
span { border-color: rgb(239,121,66); }
td.TdClassName
{
border-color: #EF7942;
}
.TagClassName
{
border-color: #EF7942;
}
</style>