Shades of Jaffa #E77144
Tints of Jaffa #E77144
RGB
CMYK
RGB Variations
Color information
#E77144 (or 0xE77144) is known color: Jaffa. HEX triplet: E7, 71 and 44. RGB value is (231,113,68). Sum of RGB (Red+Green+Blue) = 231+113+68=412 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.07% from 412); Green value is 113 (44.53% from 255 or 27.43% from 412); Blue value is 68 (26.95% from 255 or 16.50% from 412); Max value from RGB is 231 - color contains mainly: red. Hex color #E77144 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77144 is #188EBB. Grayscale: #8F8F8F. Windows color (decimal): -1609404 or 4485607. OLE color: 4485607.
HSL color Cylindrical-coordinate representation of color #E77144: hue angle of 16.56º 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 #E77144 is Cyan = 0, Magento = 0.51, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 113 | 68 | - |
| CMYK | 0 | 0.51 | 0.71 | 0.09 |
| HSL | 16.56º | 0.77% | 0.59% | - |
| HSV(B) | 16.56º | 0.71% | 0.91% | - |
| XYZ | 39.9 | 29.22 | 9.01 | - |
| YUV | 143.15 | 85.59 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 113 | 68 | 0 | 0.51 | 0.71 | 0.09 | 16.56 | 0.77 | 0.59 |
| Hex | E7 | 71 | 44 | 0 | 33 | 47 | 9 | 11 | 4D | 3B |
| Octal | 347 | 161 | 104 | 0 | 63 | 107 | 11 | 21 | 115 | 73 |
| Binary | 11100111 | 1110001 | 1000100 | 0 | 110011 | 1000111 | 1001 | 10001 | 1001101 | 111011 |
Color Harmonies of #E77144
Complementary color
Monochromatic Colors of #E77144
Black with #E77144
Text Example
Text Example
White with #E77144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77144; }
p { color: rgb(231,113,68); }
H1.HeaderClassName
{
color: #E77144;
}
.AnyTagClassName
{
color: #E77144;
}
</style>
background-color css
<style>
a { background-color: #E77144; }
a { background-color: rgb(231,113,68); }
div.DivClassName
{
background-color: #E77144;
}
.BgClassName
{
background-color: #E77144;
}
</style>
border-color css
<style>
span { border-color: #E77144; }
span { border-color: rgb(231,113,68); }
td.TdClassName
{
border-color: #E77144;
}
.TagClassName
{
border-color: #E77144;
}
</style>