Shades of Jaffa #EF7A43
Tints of Jaffa #EF7A43
RGB
CMYK
RGB Variations
Color information
#EF7A43 (or 0xEF7A43) is known color: Jaffa. HEX triplet: EF, 7A and 43. RGB value is (239,122,67). Sum of RGB (Red+Green+Blue) = 239+122+67=428 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.84% from 428); Green value is 122 (48.05% from 255 or 28.50% from 428); Blue value is 67 (26.56% from 255 or 15.65% from 428); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7A43 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7A43 is #1085BC. Grayscale: #979797. Windows color (decimal): -1082813 or 4422383. OLE color: 4422383.
HSL color Cylindrical-coordinate representation of color #EF7A43: hue angle of 19.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 #EF7A43 is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 122 | 67 | - |
| CMYK | 0 | 0.49 | 0.72 | 0.06 |
| HSL | 19.19º | 0.84% | 0.6% | - |
| HSV(B) | 19.19º | 0.72% | 0.94% | - |
| XYZ | 43.57 | 32.68 | 9.32 | - |
| YUV | 150.71 | 80.76 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 122 | 67 | 0 | 0.49 | 0.72 | 0.06 | 19.19 | 0.84 | 0.6 |
| Hex | EF | 7A | 43 | 0 | 31 | 48 | 6 | 13 | 54 | 3C |
| Octal | 357 | 172 | 103 | 0 | 61 | 110 | 6 | 23 | 124 | 74 |
| Binary | 11101111 | 1111010 | 1000011 | 0 | 110001 | 1001000 | 110 | 10011 | 1010100 | 111100 |
Color Harmonies of #EF7A43
Complementary color
Monochromatic Colors of #EF7A43
Black with #EF7A43
Text Example
Text Example
White with #EF7A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7A43; }
p { color: rgb(239,122,67); }
H1.HeaderClassName
{
color: #EF7A43;
}
.AnyTagClassName
{
color: #EF7A43;
}
</style>
background-color css
<style>
a { background-color: #EF7A43; }
a { background-color: rgb(239,122,67); }
div.DivClassName
{
background-color: #EF7A43;
}
.BgClassName
{
background-color: #EF7A43;
}
</style>
border-color css
<style>
span { border-color: #EF7A43; }
span { border-color: rgb(239,122,67); }
td.TdClassName
{
border-color: #EF7A43;
}
.TagClassName
{
border-color: #EF7A43;
}
</style>