Shades of Jaffa #EF7544
Tints of Jaffa #EF7544
RGB
CMYK
RGB Variations
Color information
#EF7544 (or 0xEF7544) is known color: Jaffa. HEX triplet: EF, 75 and 44. RGB value is (239,117,68). Sum of RGB (Red+Green+Blue) = 239+117+68=424 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.37% from 424); Green value is 117 (46.09% from 255 or 27.59% from 424); Blue value is 68 (26.95% from 255 or 16.04% from 424); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7544 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7544 is #108ABB. Grayscale: #949494. Windows color (decimal): -1084092 or 4486639. OLE color: 4486639.
HSL color Cylindrical-coordinate representation of color #EF7544: hue angle of 17.19º 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 #EF7544 is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 117 | 68 | - |
| CMYK | 0 | 0.51 | 0.72 | 0.06 |
| HSL | 17.19º | 0.84% | 0.6% | - |
| HSV(B) | 17.19º | 0.72% | 0.94% | - |
| XYZ | 43 | 31.49 | 9.28 | - |
| YUV | 147.89 | 82.92 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 117 | 68 | 0 | 0.51 | 0.72 | 0.06 | 17.19 | 0.84 | 0.6 |
| Hex | EF | 75 | 44 | 0 | 33 | 48 | 6 | 11 | 54 | 3C |
| Octal | 357 | 165 | 104 | 0 | 63 | 110 | 6 | 21 | 124 | 74 |
| Binary | 11101111 | 1110101 | 1000100 | 0 | 110011 | 1001000 | 110 | 10001 | 1010100 | 111100 |
Color Harmonies of #EF7544
Complementary color
Monochromatic Colors of #EF7544
Black with #EF7544
Text Example
Text Example
White with #EF7544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7544; }
p { color: rgb(239,117,68); }
H1.HeaderClassName
{
color: #EF7544;
}
.AnyTagClassName
{
color: #EF7544;
}
</style>
background-color css
<style>
a { background-color: #EF7544; }
a { background-color: rgb(239,117,68); }
div.DivClassName
{
background-color: #EF7544;
}
.BgClassName
{
background-color: #EF7544;
}
</style>
border-color css
<style>
span { border-color: #EF7544; }
span { border-color: rgb(239,117,68); }
td.TdClassName
{
border-color: #EF7544;
}
.TagClassName
{
border-color: #EF7544;
}
</style>