Shades of Jaffa #E97144
Tints of Jaffa #E97144
RGB
CMYK
RGB Variations
Color information
#E97144 (or 0xE97144) is known color: Jaffa. HEX triplet: E9, 71 and 44. RGB value is (233,113,68). Sum of RGB (Red+Green+Blue) = 233+113+68=414 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.28% from 414); Green value is 113 (44.53% from 255 or 27.29% from 414); Blue value is 68 (26.95% from 255 or 16.43% from 414); Max value from RGB is 233 - color contains mainly: red. Hex color #E97144 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E97144 is #168EBB. Grayscale: #909090. Windows color (decimal): -1478332 or 4485609. OLE color: 4485609.
HSL color Cylindrical-coordinate representation of color #E97144: hue angle of 16.36º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E97144 is Cyan = 0, Magento = 0.52, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 113 | 68 | - |
| CMYK | 0 | 0.52 | 0.71 | 0.09 |
| HSL | 16.36º | 0.79% | 0.59% | - |
| HSV(B) | 16.36º | 0.71% | 0.91% | - |
| XYZ | 40.55 | 29.55 | 9.04 | - |
| YUV | 143.75 | 85.26 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 113 | 68 | 0 | 0.52 | 0.71 | 0.09 | 16.36 | 0.79 | 0.59 |
| Hex | E9 | 71 | 44 | 0 | 34 | 47 | 9 | 10 | 4F | 3B |
| Octal | 351 | 161 | 104 | 0 | 64 | 107 | 11 | 20 | 117 | 73 |
| Binary | 11101001 | 1110001 | 1000100 | 0 | 110100 | 1000111 | 1001 | 10000 | 1001111 | 111011 |
Color Harmonies of #E97144
Complementary color
Monochromatic Colors of #E97144
Black with #E97144
Text Example
Text Example
White with #E97144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97144; }
p { color: rgb(233,113,68); }
H1.HeaderClassName
{
color: #E97144;
}
.AnyTagClassName
{
color: #E97144;
}
</style>
background-color css
<style>
a { background-color: #E97144; }
a { background-color: rgb(233,113,68); }
div.DivClassName
{
background-color: #E97144;
}
.BgClassName
{
background-color: #E97144;
}
</style>
border-color css
<style>
span { border-color: #E97144; }
span { border-color: rgb(233,113,68); }
td.TdClassName
{
border-color: #E97144;
}
.TagClassName
{
border-color: #E97144;
}
</style>