Shades of Jaffa #E77C46
Tints of Jaffa #E77C46
RGB
CMYK
RGB Variations
Color information
#E77C46 (or 0xE77C46) is known color: Jaffa. HEX triplet: E7, 7C and 46. RGB value is (231,124,70). Sum of RGB (Red+Green+Blue) = 231+124+70=425 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.35% from 425); Green value is 124 (48.83% from 255 or 29.18% from 425); Blue value is 70 (27.73% from 255 or 16.47% from 425); Max value from RGB is 231 - color contains mainly: red. Hex color #E77C46 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77C46 is #1883B9. Grayscale: #969696. Windows color (decimal): -1606586 or 4619495. OLE color: 4619495.
HSL color Cylindrical-coordinate representation of color #E77C46: hue angle of 20.12º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E77C46 is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 124 | 70 | - |
| CMYK | 0 | 0.46 | 0.70 | 0.09 |
| HSL | 20.12º | 0.77% | 0.59% | - |
| HSV(B) | 20.12º | 0.7% | 0.91% | - |
| XYZ | 41.27 | 31.85 | 9.77 | - |
| YUV | 149.84 | 82.95 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 124 | 70 | 0 | 0.46 | 0.70 | 0.09 | 20.12 | 0.77 | 0.59 |
| Hex | E7 | 7C | 46 | 0 | 2E | 46 | 9 | 14 | 4D | 3B |
| Octal | 347 | 174 | 106 | 0 | 56 | 106 | 11 | 24 | 115 | 73 |
| Binary | 11100111 | 1111100 | 1000110 | 0 | 101110 | 1000110 | 1001 | 10100 | 1001101 | 111011 |
Color Harmonies of #E77C46
Complementary color
Monochromatic Colors of #E77C46
Black with #E77C46
Text Example
Text Example
White with #E77C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77C46; }
p { color: rgb(231,124,70); }
H1.HeaderClassName
{
color: #E77C46;
}
.AnyTagClassName
{
color: #E77C46;
}
</style>
background-color css
<style>
a { background-color: #E77C46; }
a { background-color: rgb(231,124,70); }
div.DivClassName
{
background-color: #E77C46;
}
.BgClassName
{
background-color: #E77C46;
}
</style>
border-color css
<style>
span { border-color: #E77C46; }
span { border-color: rgb(231,124,70); }
td.TdClassName
{
border-color: #E77C46;
}
.TagClassName
{
border-color: #E77C46;
}
</style>