Shades of Jaffa #EE7042
Tints of Jaffa #EE7042
RGB
CMYK
RGB Variations
Color information
#EE7042 (or 0xEE7042) is known color: Jaffa. HEX triplet: EE, 70 and 42. RGB value is (238,112,66). Sum of RGB (Red+Green+Blue) = 238+112+66=416 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.21% from 416); Green value is 112 (44.14% from 255 or 26.92% from 416); Blue value is 66 (26.17% from 255 or 15.87% from 416); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7042 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE7042 is #118FBD. Grayscale: #909090. Windows color (decimal): -1150910 or 4354286. OLE color: 4354286.
HSL color Cylindrical-coordinate representation of color #EE7042: hue angle of 16.05º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EE7042 is Cyan = 0, Magento = 0.53, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 112 | 66 | - |
| CMYK | 0 | 0.53 | 0.72 | 0.07 |
| HSL | 16.05º | 0.83% | 0.6% | - |
| HSV(B) | 16.05º | 0.72% | 0.93% | - |
| XYZ | 42.04 | 30.16 | 8.76 | - |
| YUV | 144.43 | 83.74 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 112 | 66 | 0 | 0.53 | 0.72 | 0.07 | 16.05 | 0.83 | 0.6 |
| Hex | EE | 70 | 42 | 0 | 35 | 48 | 7 | 10 | 53 | 3C |
| Octal | 356 | 160 | 102 | 0 | 65 | 110 | 7 | 20 | 123 | 74 |
| Binary | 11101110 | 1110000 | 1000010 | 0 | 110101 | 1001000 | 111 | 10000 | 1010011 | 111100 |
Color Harmonies of #EE7042
Complementary color
Monochromatic Colors of #EE7042
Black with #EE7042
Text Example
Text Example
White with #EE7042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7042; }
p { color: rgb(238,112,66); }
H1.HeaderClassName
{
color: #EE7042;
}
.AnyTagClassName
{
color: #EE7042;
}
</style>
background-color css
<style>
a { background-color: #EE7042; }
a { background-color: rgb(238,112,66); }
div.DivClassName
{
background-color: #EE7042;
}
.BgClassName
{
background-color: #EE7042;
}
</style>
border-color css
<style>
span { border-color: #EE7042; }
span { border-color: rgb(238,112,66); }
td.TdClassName
{
border-color: #EE7042;
}
.TagClassName
{
border-color: #EE7042;
}
</style>