Shades of Jaffa #EE7443
Tints of Jaffa #EE7443
RGB
CMYK
RGB Variations
Color information
#EE7443 (or 0xEE7443) is known color: Jaffa. HEX triplet: EE, 74 and 43. RGB value is (238,116,67). Sum of RGB (Red+Green+Blue) = 238+116+67=421 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.53% from 421); Green value is 116 (45.70% from 255 or 27.55% from 421); Blue value is 67 (26.56% from 255 or 15.91% from 421); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7443 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE7443 is #118BBC. Grayscale: #939393. Windows color (decimal): -1149885 or 4420846. OLE color: 4420846.
HSL color Cylindrical-coordinate representation of color #EE7443: hue angle of 17.19º 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 #EE7443 is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 116 | 67 | - |
| CMYK | 0 | 0.51 | 0.72 | 0.07 |
| HSL | 17.19º | 0.83% | 0.6% | - |
| HSV(B) | 17.19º | 0.72% | 0.93% | - |
| XYZ | 42.52 | 31.07 | 9.07 | - |
| YUV | 146.89 | 82.92 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 116 | 67 | 0 | 0.51 | 0.72 | 0.07 | 17.19 | 0.83 | 0.6 |
| Hex | EE | 74 | 43 | 0 | 33 | 48 | 7 | 11 | 53 | 3C |
| Octal | 356 | 164 | 103 | 0 | 63 | 110 | 7 | 21 | 123 | 74 |
| Binary | 11101110 | 1110100 | 1000011 | 0 | 110011 | 1001000 | 111 | 10001 | 1010011 | 111100 |
Color Harmonies of #EE7443
Complementary color
Monochromatic Colors of #EE7443
Black with #EE7443
Text Example
Text Example
White with #EE7443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7443; }
p { color: rgb(238,116,67); }
H1.HeaderClassName
{
color: #EE7443;
}
.AnyTagClassName
{
color: #EE7443;
}
</style>
background-color css
<style>
a { background-color: #EE7443; }
a { background-color: rgb(238,116,67); }
div.DivClassName
{
background-color: #EE7443;
}
.BgClassName
{
background-color: #EE7443;
}
</style>
border-color css
<style>
span { border-color: #EE7443; }
span { border-color: rgb(238,116,67); }
td.TdClassName
{
border-color: #EE7443;
}
.TagClassName
{
border-color: #EE7443;
}
</style>