Shades of Jaffa #EE703D
Tints of Jaffa #EE703D
RGB
CMYK
RGB Variations
Color information
#EE703D (or 0xEE703D) is known color: Jaffa. HEX triplet: EE, 70 and 3D. RGB value is (238,112,61). Sum of RGB (Red+Green+Blue) = 238+112+61=411 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.91% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 61 (24.22% from 255 or 14.84% from 411); Max value from RGB is 238 - color contains mainly: red. Hex color #EE703D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE703D is #118FC2. Grayscale: #909090. Windows color (decimal): -1150915 or 4026606. OLE color: 4026606.
HSL color Cylindrical-coordinate representation of color #EE703D: hue angle of 17.29º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EE703D is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 112 | 61 | - |
| CMYK | 0 | 0.53 | 0.74 | 0.07 |
| HSL | 17.29º | 0.84% | 0.59% | - |
| HSV(B) | 17.29º | 0.74% | 0.93% | - |
| XYZ | 41.9 | 30.1 | 8.02 | - |
| YUV | 143.86 | 81.24 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 112 | 61 | 0 | 0.53 | 0.74 | 0.07 | 17.29 | 0.84 | 0.59 |
| Hex | EE | 70 | 3D | 0 | 35 | 4A | 7 | 11 | 54 | 3B |
| Octal | 356 | 160 | 75 | 0 | 65 | 112 | 7 | 21 | 124 | 73 |
| Binary | 11101110 | 1110000 | 111101 | 0 | 110101 | 1001010 | 111 | 10001 | 1010100 | 111011 |
Color Harmonies of #EE703D
Complementary color
Monochromatic Colors of #EE703D
Black with #EE703D
Text Example
Text Example
White with #EE703D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE703D; }
p { color: rgb(238,112,61); }
H1.HeaderClassName
{
color: #EE703D;
}
.AnyTagClassName
{
color: #EE703D;
}
</style>
background-color css
<style>
a { background-color: #EE703D; }
a { background-color: rgb(238,112,61); }
div.DivClassName
{
background-color: #EE703D;
}
.BgClassName
{
background-color: #EE703D;
}
</style>
border-color css
<style>
span { border-color: #EE703D; }
span { border-color: rgb(238,112,61); }
td.TdClassName
{
border-color: #EE703D;
}
.TagClassName
{
border-color: #EE703D;
}
</style>