Shades of Jaffa #EE7241
Tints of Jaffa #EE7241
RGB
CMYK
RGB Variations
Color information
#EE7241 (or 0xEE7241) is known color: Jaffa. HEX triplet: EE, 72 and 41. RGB value is (238,114,65). Sum of RGB (Red+Green+Blue) = 238+114+65=417 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.07% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 65 (25.78% from 255 or 15.59% from 417); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7241 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE7241 is #118DBE. Grayscale: #919191. Windows color (decimal): -1150399 or 4289262. OLE color: 4289262.
HSL color Cylindrical-coordinate representation of color #EE7241: hue angle of 16.99º 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 #EE7241 is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 114 | 65 | - |
| CMYK | 0 | 0.52 | 0.73 | 0.07 |
| HSL | 16.99º | 0.84% | 0.59% | - |
| HSV(B) | 16.99º | 0.73% | 0.93% | - |
| XYZ | 42.23 | 30.59 | 8.68 | - |
| YUV | 145.49 | 82.58 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 114 | 65 | 0 | 0.52 | 0.73 | 0.07 | 16.99 | 0.84 | 0.59 |
| Hex | EE | 72 | 41 | 0 | 34 | 49 | 7 | 11 | 54 | 3B |
| Octal | 356 | 162 | 101 | 0 | 64 | 111 | 7 | 21 | 124 | 73 |
| Binary | 11101110 | 1110010 | 1000001 | 0 | 110100 | 1001001 | 111 | 10001 | 1010100 | 111011 |
Color Harmonies of #EE7241
Complementary color
Monochromatic Colors of #EE7241
Black with #EE7241
Text Example
Text Example
White with #EE7241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7241; }
p { color: rgb(238,114,65); }
H1.HeaderClassName
{
color: #EE7241;
}
.AnyTagClassName
{
color: #EE7241;
}
</style>
background-color css
<style>
a { background-color: #EE7241; }
a { background-color: rgb(238,114,65); }
div.DivClassName
{
background-color: #EE7241;
}
.BgClassName
{
background-color: #EE7241;
}
</style>
border-color css
<style>
span { border-color: #EE7241; }
span { border-color: rgb(238,114,65); }
td.TdClassName
{
border-color: #EE7241;
}
.TagClassName
{
border-color: #EE7241;
}
</style>