Shades of Jaffa #E77044
Tints of Jaffa #E77044
RGB
CMYK
RGB Variations
Color information
#E77044 (or 0xE77044) is known color: Jaffa. HEX triplet: E7, 70 and 44. RGB value is (231,112,68). Sum of RGB (Red+Green+Blue) = 231+112+68=411 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.20% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 68 (26.95% from 255 or 16.55% from 411); Max value from RGB is 231 - color contains mainly: red. Hex color #E77044 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77044 is #188FBB. Grayscale: #8E8E8E. Windows color (decimal): -1609660 or 4485351. OLE color: 4485351.
HSL color Cylindrical-coordinate representation of color #E77044: hue angle of 16.2º degrees, saturation: 0.77, 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 #E77044 is Cyan = 0, Magento = 0.52, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 112 | 68 | - |
| CMYK | 0 | 0.52 | 0.71 | 0.09 |
| HSL | 16.2º | 0.77% | 0.59% | - |
| HSV(B) | 16.2º | 0.71% | 0.91% | - |
| XYZ | 39.79 | 28.99 | 8.97 | - |
| YUV | 142.57 | 85.92 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 112 | 68 | 0 | 0.52 | 0.71 | 0.09 | 16.2 | 0.77 | 0.59 |
| Hex | E7 | 70 | 44 | 0 | 34 | 47 | 9 | 10 | 4D | 3B |
| Octal | 347 | 160 | 104 | 0 | 64 | 107 | 11 | 20 | 115 | 73 |
| Binary | 11100111 | 1110000 | 1000100 | 0 | 110100 | 1000111 | 1001 | 10000 | 1001101 | 111011 |
Color Harmonies of #E77044
Complementary color
Monochromatic Colors of #E77044
Black with #E77044
Text Example
Text Example
White with #E77044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77044; }
p { color: rgb(231,112,68); }
H1.HeaderClassName
{
color: #E77044;
}
.AnyTagClassName
{
color: #E77044;
}
</style>
background-color css
<style>
a { background-color: #E77044; }
a { background-color: rgb(231,112,68); }
div.DivClassName
{
background-color: #E77044;
}
.BgClassName
{
background-color: #E77044;
}
</style>
border-color css
<style>
span { border-color: #E77044; }
span { border-color: rgb(231,112,68); }
td.TdClassName
{
border-color: #E77044;
}
.TagClassName
{
border-color: #E77044;
}
</style>