Shades of Jaffa #EF7141
Tints of Jaffa #EF7141
RGB
CMYK
RGB Variations
Color information
#EF7141 (or 0xEF7141) is known color: Jaffa. HEX triplet: EF, 71 and 41. RGB value is (239,113,65). Sum of RGB (Red+Green+Blue) = 239+113+65=417 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.31% from 417); Green value is 113 (44.53% from 255 or 27.10% from 417); Blue value is 65 (25.78% from 255 or 15.59% from 417); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7141 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7141 is #108EBE. Grayscale: #919191. Windows color (decimal): -1085119 or 4289007. OLE color: 4289007.
HSL color Cylindrical-coordinate representation of color #EF7141: hue angle of 16.55º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF7141 is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 113 | 65 | - |
| CMYK | 0 | 0.53 | 0.73 | 0.06 |
| HSL | 16.55º | 0.84% | 0.6% | - |
| HSV(B) | 16.55º | 0.73% | 0.94% | - |
| XYZ | 42.46 | 30.54 | 8.66 | - |
| YUV | 145.2 | 82.74 | 194.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 113 | 65 | 0 | 0.53 | 0.73 | 0.06 | 16.55 | 0.84 | 0.6 |
| Hex | EF | 71 | 41 | 0 | 35 | 49 | 6 | 11 | 54 | 3C |
| Octal | 357 | 161 | 101 | 0 | 65 | 111 | 6 | 21 | 124 | 74 |
| Binary | 11101111 | 1110001 | 1000001 | 0 | 110101 | 1001001 | 110 | 10001 | 1010100 | 111100 |
Color Harmonies of #EF7141
Complementary color
Monochromatic Colors of #EF7141
Black with #EF7141
Text Example
Text Example
White with #EF7141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7141; }
p { color: rgb(239,113,65); }
H1.HeaderClassName
{
color: #EF7141;
}
.AnyTagClassName
{
color: #EF7141;
}
</style>
background-color css
<style>
a { background-color: #EF7141; }
a { background-color: rgb(239,113,65); }
div.DivClassName
{
background-color: #EF7141;
}
.BgClassName
{
background-color: #EF7141;
}
</style>
border-color css
<style>
span { border-color: #EF7141; }
span { border-color: rgb(239,113,65); }
td.TdClassName
{
border-color: #EF7141;
}
.TagClassName
{
border-color: #EF7141;
}
</style>