Shades of Jaffa #EE7941
Tints of Jaffa #EE7941
RGB
CMYK
RGB Variations
Color information
#EE7941 (or 0xEE7941) is known color: Jaffa. HEX triplet: EE, 79 and 41. RGB value is (238,121,65). Sum of RGB (Red+Green+Blue) = 238+121+65=424 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.13% from 424); Green value is 121 (47.66% from 255 or 28.54% from 424); Blue value is 65 (25.78% from 255 or 15.33% from 424); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7941 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE7941 is #1186BE. Grayscale: #959595. Windows color (decimal): -1148607 or 4291054. OLE color: 4291054.
HSL color Cylindrical-coordinate representation of color #EE7941: hue angle of 19.42º 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 #EE7941 is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 121 | 65 | - |
| CMYK | 0 | 0.49 | 0.73 | 0.07 |
| HSL | 19.42º | 0.84% | 0.59% | - |
| HSV(B) | 19.42º | 0.73% | 0.93% | - |
| XYZ | 43.05 | 32.23 | 8.95 | - |
| YUV | 149.6 | 80.26 | 191.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 121 | 65 | 0 | 0.49 | 0.73 | 0.07 | 19.42 | 0.84 | 0.59 |
| Hex | EE | 79 | 41 | 0 | 31 | 49 | 7 | 13 | 54 | 3B |
| Octal | 356 | 171 | 101 | 0 | 61 | 111 | 7 | 23 | 124 | 73 |
| Binary | 11101110 | 1111001 | 1000001 | 0 | 110001 | 1001001 | 111 | 10011 | 1010100 | 111011 |
Color Harmonies of #EE7941
Complementary color
Monochromatic Colors of #EE7941
Black with #EE7941
Text Example
Text Example
White with #EE7941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7941; }
p { color: rgb(238,121,65); }
H1.HeaderClassName
{
color: #EE7941;
}
.AnyTagClassName
{
color: #EE7941;
}
</style>
background-color css
<style>
a { background-color: #EE7941; }
a { background-color: rgb(238,121,65); }
div.DivClassName
{
background-color: #EE7941;
}
.BgClassName
{
background-color: #EE7941;
}
</style>
border-color css
<style>
span { border-color: #EE7941; }
span { border-color: rgb(238,121,65); }
td.TdClassName
{
border-color: #EE7941;
}
.TagClassName
{
border-color: #EE7941;
}
</style>