Shades of Jaffa #E97346
Tints of Jaffa #E97346
RGB
CMYK
RGB Variations
Color information
#E97346 (or 0xE97346) is known color: Jaffa. HEX triplet: E9, 73 and 46. RGB value is (233,115,70). Sum of RGB (Red+Green+Blue) = 233+115+70=418 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.74% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 70 (27.73% from 255 or 16.75% from 418); Max value from RGB is 233 - color contains mainly: red. Hex color #E97346 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E97346 is #168CB9. Grayscale: #919191. Windows color (decimal): -1477818 or 4617193. OLE color: 4617193.
HSL color Cylindrical-coordinate representation of color #E97346: hue angle of 16.56º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E97346 is Cyan = 0, Magento = 0.51, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 115 | 70 | - |
| CMYK | 0 | 0.51 | 0.70 | 0.09 |
| HSL | 16.56º | 0.79% | 0.59% | - |
| HSV(B) | 16.56º | 0.7% | 0.91% | - |
| XYZ | 40.84 | 30.03 | 9.44 | - |
| YUV | 145.15 | 85.59 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 115 | 70 | 0 | 0.51 | 0.70 | 0.09 | 16.56 | 0.79 | 0.59 |
| Hex | E9 | 73 | 46 | 0 | 33 | 46 | 9 | 11 | 4F | 3B |
| Octal | 351 | 163 | 106 | 0 | 63 | 106 | 11 | 21 | 117 | 73 |
| Binary | 11101001 | 1110011 | 1000110 | 0 | 110011 | 1000110 | 1001 | 10001 | 1001111 | 111011 |
Color Harmonies of #E97346
Complementary color
Monochromatic Colors of #E97346
Black with #E97346
Text Example
Text Example
White with #E97346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97346; }
p { color: rgb(233,115,70); }
H1.HeaderClassName
{
color: #E97346;
}
.AnyTagClassName
{
color: #E97346;
}
</style>
background-color css
<style>
a { background-color: #E97346; }
a { background-color: rgb(233,115,70); }
div.DivClassName
{
background-color: #E97346;
}
.BgClassName
{
background-color: #E97346;
}
</style>
border-color css
<style>
span { border-color: #E97346; }
span { border-color: rgb(233,115,70); }
td.TdClassName
{
border-color: #E97346;
}
.TagClassName
{
border-color: #E97346;
}
</style>