Shades of Jaffa #E77E47
Tints of Jaffa #E77E47
RGB
CMYK
RGB Variations
Color information
#E77E47 (or 0xE77E47) is known color: Jaffa. HEX triplet: E7, 7E and 47. RGB value is (231,126,71). Sum of RGB (Red+Green+Blue) = 231+126+71=428 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.97% from 428); Green value is 126 (49.61% from 255 or 29.44% from 428); Blue value is 71 (28.12% from 255 or 16.59% from 428); Max value from RGB is 231 - color contains mainly: red. Hex color #E77E47 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77E47 is #1881B8. Grayscale: #979797. Windows color (decimal): -1606073 or 4685543. OLE color: 4685543.
HSL color Cylindrical-coordinate representation of color #E77E47: hue angle of 20.62º 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 #E77E47 is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 126 | 71 | - |
| CMYK | 0 | 0.45 | 0.69 | 0.09 |
| HSL | 20.63º | 0.77% | 0.59% | - |
| HSV(B) | 20.63º | 0.69% | 0.91% | - |
| XYZ | 41.55 | 32.37 | 10.02 | - |
| YUV | 151.13 | 82.79 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 126 | 71 | 0 | 0.45 | 0.69 | 0.09 | 20.63 | 0.77 | 0.59 |
| Hex | E7 | 7E | 47 | 0 | 2D | 45 | 9 | 15 | 4D | 3B |
| Octal | 347 | 176 | 107 | 0 | 55 | 105 | 11 | 25 | 115 | 73 |
| Binary | 11100111 | 1111110 | 1000111 | 0 | 101101 | 1000101 | 1001 | 10101 | 1001101 | 111011 |
Color Harmonies of #E77E47
Complementary color
Monochromatic Colors of #E77E47
Black with #E77E47
Text Example
Text Example
White with #E77E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77E47; }
p { color: rgb(231,126,71); }
H1.HeaderClassName
{
color: #E77E47;
}
.AnyTagClassName
{
color: #E77E47;
}
</style>
background-color css
<style>
a { background-color: #E77E47; }
a { background-color: rgb(231,126,71); }
div.DivClassName
{
background-color: #E77E47;
}
.BgClassName
{
background-color: #E77E47;
}
</style>
border-color css
<style>
span { border-color: #E77E47; }
span { border-color: rgb(231,126,71); }
td.TdClassName
{
border-color: #E77E47;
}
.TagClassName
{
border-color: #E77E47;
}
</style>