Shades of Jaffa #EF7741
Tints of Jaffa #EF7741
RGB
CMYK
RGB Variations
Color information
#EF7741 (or 0xEF7741) is known color: Jaffa. HEX triplet: EF, 77 and 41. RGB value is (239,119,65). Sum of RGB (Red+Green+Blue) = 239+119+65=423 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.50% from 423); Green value is 119 (46.88% from 255 or 28.13% from 423); Blue value is 65 (25.78% from 255 or 15.37% from 423); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7741 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7741 is #1088BE. Grayscale: #959595. Windows color (decimal): -1083583 or 4290543. OLE color: 4290543.
HSL color Cylindrical-coordinate representation of color #EF7741: hue angle of 18.62º 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 #EF7741 is Cyan = 0, Magento = 0.50, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 119 | 65 | - |
| CMYK | 0 | 0.50 | 0.73 | 0.06 |
| HSL | 18.62º | 0.84% | 0.6% | - |
| HSV(B) | 18.62º | 0.73% | 0.94% | - |
| XYZ | 43.15 | 31.93 | 8.89 | - |
| YUV | 148.72 | 80.76 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 119 | 65 | 0 | 0.50 | 0.73 | 0.06 | 18.62 | 0.84 | 0.6 |
| Hex | EF | 77 | 41 | 0 | 32 | 49 | 6 | 13 | 54 | 3C |
| Octal | 357 | 167 | 101 | 0 | 62 | 111 | 6 | 23 | 124 | 74 |
| Binary | 11101111 | 1110111 | 1000001 | 0 | 110010 | 1001001 | 110 | 10011 | 1010100 | 111100 |
Color Harmonies of #EF7741
Complementary color
Monochromatic Colors of #EF7741
Black with #EF7741
Text Example
Text Example
White with #EF7741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7741; }
p { color: rgb(239,119,65); }
H1.HeaderClassName
{
color: #EF7741;
}
.AnyTagClassName
{
color: #EF7741;
}
</style>
background-color css
<style>
a { background-color: #EF7741; }
a { background-color: rgb(239,119,65); }
div.DivClassName
{
background-color: #EF7741;
}
.BgClassName
{
background-color: #EF7741;
}
</style>
border-color css
<style>
span { border-color: #EF7741; }
span { border-color: rgb(239,119,65); }
td.TdClassName
{
border-color: #EF7741;
}
.TagClassName
{
border-color: #EF7741;
}
</style>