Shades of Jaffa #EF7745
Tints of Jaffa #EF7745
RGB
CMYK
RGB Variations
Color information
#EF7745 (or 0xEF7745) is known color: Jaffa. HEX triplet: EF, 77 and 45. RGB value is (239,119,69). Sum of RGB (Red+Green+Blue) = 239+119+69=427 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.97% from 427); Green value is 119 (46.88% from 255 or 27.87% from 427); Blue value is 69 (27.34% from 255 or 16.16% from 427); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7745 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7745 is #1088BA. Grayscale: #959595. Windows color (decimal): -1083579 or 4552687. OLE color: 4552687.
HSL color Cylindrical-coordinate representation of color #EF7745: hue angle of 17.65º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EF7745 is Cyan = 0, Magento = 0.50, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 119 | 69 | - |
| CMYK | 0 | 0.50 | 0.71 | 0.06 |
| HSL | 17.65º | 0.84% | 0.6% | - |
| HSV(B) | 17.65º | 0.71% | 0.94% | - |
| XYZ | 43.27 | 31.97 | 9.52 | - |
| YUV | 149.18 | 82.76 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 119 | 69 | 0 | 0.50 | 0.71 | 0.06 | 17.65 | 0.84 | 0.6 |
| Hex | EF | 77 | 45 | 0 | 32 | 47 | 6 | 12 | 54 | 3C |
| Octal | 357 | 167 | 105 | 0 | 62 | 107 | 6 | 22 | 124 | 74 |
| Binary | 11101111 | 1110111 | 1000101 | 0 | 110010 | 1000111 | 110 | 10010 | 1010100 | 111100 |
Color Harmonies of #EF7745
Complementary color
Monochromatic Colors of #EF7745
Black with #EF7745
Text Example
Text Example
White with #EF7745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7745; }
p { color: rgb(239,119,69); }
H1.HeaderClassName
{
color: #EF7745;
}
.AnyTagClassName
{
color: #EF7745;
}
</style>
background-color css
<style>
a { background-color: #EF7745; }
a { background-color: rgb(239,119,69); }
div.DivClassName
{
background-color: #EF7745;
}
.BgClassName
{
background-color: #EF7745;
}
</style>
border-color css
<style>
span { border-color: #EF7745; }
span { border-color: rgb(239,119,69); }
td.TdClassName
{
border-color: #EF7745;
}
.TagClassName
{
border-color: #EF7745;
}
</style>