Shades of Jaffa #EF703D
Tints of Jaffa #EF703D
RGB
CMYK
RGB Variations
Color information
#EF703D (or 0xEF703D) is known color: Jaffa. HEX triplet: EF, 70 and 3D. RGB value is (239,112,61). Sum of RGB (Red+Green+Blue) = 239+112+61=412 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.01% from 412); Green value is 112 (44.14% from 255 or 27.18% from 412); Blue value is 61 (24.22% from 255 or 14.81% from 412); Max value from RGB is 239 - color contains mainly: red. Hex color #EF703D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF703D is #108FC2. Grayscale: #909090. Windows color (decimal): -1085379 or 4026607. OLE color: 4026607.
HSL color Cylindrical-coordinate representation of color #EF703D: hue angle of 17.19º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EF703D is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 112 | 61 | - |
| CMYK | 0 | 0.53 | 0.74 | 0.06 |
| HSL | 17.19º | 0.85% | 0.59% | - |
| HSV(B) | 17.19º | 0.74% | 0.94% | - |
| XYZ | 42.23 | 30.28 | 8.03 | - |
| YUV | 144.16 | 81.08 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 112 | 61 | 0 | 0.53 | 0.74 | 0.06 | 17.19 | 0.85 | 0.59 |
| Hex | EF | 70 | 3D | 0 | 35 | 4A | 6 | 11 | 55 | 3B |
| Octal | 357 | 160 | 75 | 0 | 65 | 112 | 6 | 21 | 125 | 73 |
| Binary | 11101111 | 1110000 | 111101 | 0 | 110101 | 1001010 | 110 | 10001 | 1010101 | 111011 |
Color Harmonies of #EF703D
Complementary color
Monochromatic Colors of #EF703D
Black with #EF703D
Text Example
Text Example
White with #EF703D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF703D; }
p { color: rgb(239,112,61); }
H1.HeaderClassName
{
color: #EF703D;
}
.AnyTagClassName
{
color: #EF703D;
}
</style>
background-color css
<style>
a { background-color: #EF703D; }
a { background-color: rgb(239,112,61); }
div.DivClassName
{
background-color: #EF703D;
}
.BgClassName
{
background-color: #EF703D;
}
</style>
border-color css
<style>
span { border-color: #EF703D; }
span { border-color: rgb(239,112,61); }
td.TdClassName
{
border-color: #EF703D;
}
.TagClassName
{
border-color: #EF703D;
}
</style>