Shades of Jaffa #EE7441
Tints of Jaffa #EE7441
RGB
CMYK
RGB Variations
Color information
#EE7441 (or 0xEE7441) is known color: Jaffa. HEX triplet: EE, 74 and 41. RGB value is (238,116,65). Sum of RGB (Red+Green+Blue) = 238+116+65=419 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.80% from 419); Green value is 116 (45.70% from 255 or 27.68% from 419); Blue value is 65 (25.78% from 255 or 15.51% from 419); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7441 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE7441 is #118BBE. Grayscale: #929292. Windows color (decimal): -1149887 or 4289774. OLE color: 4289774.
HSL color Cylindrical-coordinate representation of color #EE7441: hue angle of 17.69º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EE7441 is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 116 | 65 | - |
| CMYK | 0 | 0.51 | 0.73 | 0.07 |
| HSL | 17.69º | 0.84% | 0.59% | - |
| HSV(B) | 17.69º | 0.73% | 0.93% | - |
| XYZ | 42.46 | 31.05 | 8.76 | - |
| YUV | 146.66 | 81.92 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 116 | 65 | 0 | 0.51 | 0.73 | 0.07 | 17.69 | 0.84 | 0.59 |
| Hex | EE | 74 | 41 | 0 | 33 | 49 | 7 | 12 | 54 | 3B |
| Octal | 356 | 164 | 101 | 0 | 63 | 111 | 7 | 22 | 124 | 73 |
| Binary | 11101110 | 1110100 | 1000001 | 0 | 110011 | 1001001 | 111 | 10010 | 1010100 | 111011 |
Color Harmonies of #EE7441
Complementary color
Monochromatic Colors of #EE7441
Black with #EE7441
Text Example
Text Example
White with #EE7441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7441; }
p { color: rgb(238,116,65); }
H1.HeaderClassName
{
color: #EE7441;
}
.AnyTagClassName
{
color: #EE7441;
}
</style>
background-color css
<style>
a { background-color: #EE7441; }
a { background-color: rgb(238,116,65); }
div.DivClassName
{
background-color: #EE7441;
}
.BgClassName
{
background-color: #EE7441;
}
</style>
border-color css
<style>
span { border-color: #EE7441; }
span { border-color: rgb(238,116,65); }
td.TdClassName
{
border-color: #EE7441;
}
.TagClassName
{
border-color: #EE7441;
}
</style>