Shades of Jaffa #E77642
Tints of Jaffa #E77642
RGB
CMYK
RGB Variations
Color information
#E77642 (or 0xE77642) is known color: Jaffa. HEX triplet: E7, 76 and 42. RGB value is (231,118,66). Sum of RGB (Red+Green+Blue) = 231+118+66=415 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.66% from 415); Green value is 118 (46.48% from 255 or 28.43% from 415); Blue value is 66 (26.17% from 255 or 15.90% from 415); Max value from RGB is 231 - color contains mainly: red. Hex color #E77642 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77642 is #1889BD. Grayscale: #929292. Windows color (decimal): -1608126 or 4355815. OLE color: 4355815.
HSL color Cylindrical-coordinate representation of color #E77642: hue angle of 18.91º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E77642 is Cyan = 0, Magento = 0.49, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 118 | 66 | - |
| CMYK | 0 | 0.49 | 0.71 | 0.09 |
| HSL | 18.91º | 0.77% | 0.58% | - |
| HSV(B) | 18.91º | 0.71% | 0.91% | - |
| XYZ | 40.42 | 30.34 | 8.88 | - |
| YUV | 145.86 | 82.94 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 118 | 66 | 0 | 0.49 | 0.71 | 0.09 | 18.91 | 0.77 | 0.58 |
| Hex | E7 | 76 | 42 | 0 | 31 | 47 | 9 | 13 | 4D | 3A |
| Octal | 347 | 166 | 102 | 0 | 61 | 107 | 11 | 23 | 115 | 72 |
| Binary | 11100111 | 1110110 | 1000010 | 0 | 110001 | 1000111 | 1001 | 10011 | 1001101 | 111010 |
Color Harmonies of #E77642
Complementary color
Monochromatic Colors of #E77642
Black with #E77642
Text Example
Text Example
White with #E77642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77642; }
p { color: rgb(231,118,66); }
H1.HeaderClassName
{
color: #E77642;
}
.AnyTagClassName
{
color: #E77642;
}
</style>
background-color css
<style>
a { background-color: #E77642; }
a { background-color: rgb(231,118,66); }
div.DivClassName
{
background-color: #E77642;
}
.BgClassName
{
background-color: #E77642;
}
</style>
border-color css
<style>
span { border-color: #E77642; }
span { border-color: rgb(231,118,66); }
td.TdClassName
{
border-color: #E77642;
}
.TagClassName
{
border-color: #E77642;
}
</style>