Shades of Jaffa #E77E4E
Tints of Jaffa #E77E4E
RGB
CMYK
RGB Variations
Color information
#E77E4E (or 0xE77E4E) is known color: Jaffa. HEX triplet: E7, 7E and 4E. RGB value is (231,126,78). Sum of RGB (Red+Green+Blue) = 231+126+78=435 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.10% from 435); Green value is 126 (49.61% from 255 or 28.97% from 435); Blue value is 78 (30.86% from 255 or 17.93% from 435); Max value from RGB is 231 - color contains mainly: red. Hex color #E77E4E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77E4E is #1881B1. Grayscale: #989898. Windows color (decimal): -1606066 or 5144295. OLE color: 5144295.
HSL color Cylindrical-coordinate representation of color #E77E4E: hue angle of 18.82º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E77E4E is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 126 | 78 | - |
| CMYK | 0 | 0.45 | 0.66 | 0.09 |
| HSL | 18.82º | 0.76% | 0.61% | - |
| HSV(B) | 18.82º | 0.66% | 0.91% | - |
| XYZ | 41.79 | 32.46 | 11.27 | - |
| YUV | 151.92 | 86.29 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 126 | 78 | 0 | 0.45 | 0.66 | 0.09 | 18.82 | 0.76 | 0.61 |
| Hex | E7 | 7E | 4E | 0 | 2D | 42 | 9 | 13 | 4C | 3D |
| Octal | 347 | 176 | 116 | 0 | 55 | 102 | 11 | 23 | 114 | 75 |
| Binary | 11100111 | 1111110 | 1001110 | 0 | 101101 | 1000010 | 1001 | 10011 | 1001100 | 111101 |
Color Harmonies of #E77E4E
Complementary color
Monochromatic Colors of #E77E4E
Black with #E77E4E
Text Example
Text Example
White with #E77E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77E4E; }
p { color: rgb(231,126,78); }
H1.HeaderClassName
{
color: #E77E4E;
}
.AnyTagClassName
{
color: #E77E4E;
}
</style>
background-color css
<style>
a { background-color: #E77E4E; }
a { background-color: rgb(231,126,78); }
div.DivClassName
{
background-color: #E77E4E;
}
.BgClassName
{
background-color: #E77E4E;
}
</style>
border-color css
<style>
span { border-color: #E77E4E; }
span { border-color: rgb(231,126,78); }
td.TdClassName
{
border-color: #E77E4E;
}
.TagClassName
{
border-color: #E77E4E;
}
</style>