Shades of Jaffa #EE7643
Tints of Jaffa #EE7643
RGB
CMYK
RGB Variations
Color information
#EE7643 (or 0xEE7643) is known color: Jaffa. HEX triplet: EE, 76 and 43. RGB value is (238,118,67). Sum of RGB (Red+Green+Blue) = 238+118+67=423 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.26% from 423); Green value is 118 (46.48% from 255 or 27.90% from 423); Blue value is 67 (26.56% from 255 or 15.84% from 423); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7643 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE7643 is #1189BC. Grayscale: #949494. Windows color (decimal): -1149373 or 4421358. OLE color: 4421358.
HSL color Cylindrical-coordinate representation of color #EE7643: hue angle of 17.89º 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 #EE7643 is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 118 | 67 | - |
| CMYK | 0 | 0.50 | 0.72 | 0.07 |
| HSL | 17.89º | 0.83% | 0.6% | - |
| HSV(B) | 17.89º | 0.72% | 0.93% | - |
| XYZ | 42.75 | 31.54 | 9.14 | - |
| YUV | 148.07 | 82.26 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 118 | 67 | 0 | 0.50 | 0.72 | 0.07 | 17.89 | 0.83 | 0.6 |
| Hex | EE | 76 | 43 | 0 | 32 | 48 | 7 | 12 | 53 | 3C |
| Octal | 356 | 166 | 103 | 0 | 62 | 110 | 7 | 22 | 123 | 74 |
| Binary | 11101110 | 1110110 | 1000011 | 0 | 110010 | 1001000 | 111 | 10010 | 1010011 | 111100 |
Color Harmonies of #EE7643
Complementary color
Monochromatic Colors of #EE7643
Black with #EE7643
Text Example
Text Example
White with #EE7643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7643; }
p { color: rgb(238,118,67); }
H1.HeaderClassName
{
color: #EE7643;
}
.AnyTagClassName
{
color: #EE7643;
}
</style>
background-color css
<style>
a { background-color: #EE7643; }
a { background-color: rgb(238,118,67); }
div.DivClassName
{
background-color: #EE7643;
}
.BgClassName
{
background-color: #EE7643;
}
</style>
border-color css
<style>
span { border-color: #EE7643; }
span { border-color: rgb(238,118,67); }
td.TdClassName
{
border-color: #EE7643;
}
.TagClassName
{
border-color: #EE7643;
}
</style>