Shades of Jaffa #E77447
Tints of Jaffa #E77447
RGB
CMYK
RGB Variations
Color information
#E77447 (or 0xE77447) is known color: Jaffa. HEX triplet: E7, 74 and 47. RGB value is (231,116,71). Sum of RGB (Red+Green+Blue) = 231+116+71=418 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.26% from 418); Green value is 116 (45.70% from 255 or 27.75% from 418); Blue value is 71 (28.12% from 255 or 16.99% from 418); Max value from RGB is 231 - color contains mainly: red. Hex color #E77447 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77447 is #188BB8. Grayscale: #919191. Windows color (decimal): -1608633 or 4682983. OLE color: 4682983.
HSL color Cylindrical-coordinate representation of color #E77447: hue angle of 16.88º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E77447 is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 116 | 71 | - |
| CMYK | 0 | 0.50 | 0.69 | 0.09 |
| HSL | 16.88º | 0.77% | 0.59% | - |
| HSV(B) | 16.88º | 0.69% | 0.91% | - |
| XYZ | 40.34 | 29.93 | 9.61 | - |
| YUV | 145.26 | 86.1 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 116 | 71 | 0 | 0.50 | 0.69 | 0.09 | 16.88 | 0.77 | 0.59 |
| Hex | E7 | 74 | 47 | 0 | 32 | 45 | 9 | 11 | 4D | 3B |
| Octal | 347 | 164 | 107 | 0 | 62 | 105 | 11 | 21 | 115 | 73 |
| Binary | 11100111 | 1110100 | 1000111 | 0 | 110010 | 1000101 | 1001 | 10001 | 1001101 | 111011 |
Color Harmonies of #E77447
Complementary color
Monochromatic Colors of #E77447
Black with #E77447
Text Example
Text Example
White with #E77447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77447; }
p { color: rgb(231,116,71); }
H1.HeaderClassName
{
color: #E77447;
}
.AnyTagClassName
{
color: #E77447;
}
</style>
background-color css
<style>
a { background-color: #E77447; }
a { background-color: rgb(231,116,71); }
div.DivClassName
{
background-color: #E77447;
}
.BgClassName
{
background-color: #E77447;
}
</style>
border-color css
<style>
span { border-color: #E77447; }
span { border-color: rgb(231,116,71); }
td.TdClassName
{
border-color: #E77447;
}
.TagClassName
{
border-color: #E77447;
}
</style>