Shades of Jaffa #E77648
Tints of Jaffa #E77648
RGB
CMYK
RGB Variations
Color information
#E77648 (or 0xE77648) is known color: Jaffa. HEX triplet: E7, 76 and 48. RGB value is (231,118,72). Sum of RGB (Red+Green+Blue) = 231+118+72=421 (55% of max value = 765). Red value is 231 (90.62% from 255 or 54.87% from 421); Green value is 118 (46.48% from 255 or 28.03% from 421); Blue value is 72 (28.52% from 255 or 17.10% from 421); Max value from RGB is 231 - color contains mainly: red. Hex color #E77648 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77648 is #1889B7. Grayscale: #929292. Windows color (decimal): -1608120 or 4749031. OLE color: 4749031.
HSL color Cylindrical-coordinate representation of color #E77648: hue angle of 17.36º 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 #E77648 is Cyan = 0, Magento = 0.49, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 118 | 72 | - |
| CMYK | 0 | 0.49 | 0.69 | 0.09 |
| HSL | 17.36º | 0.77% | 0.59% | - |
| HSV(B) | 17.36º | 0.69% | 0.91% | - |
| XYZ | 40.6 | 30.41 | 9.86 | - |
| YUV | 146.54 | 85.94 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 118 | 72 | 0 | 0.49 | 0.69 | 0.09 | 17.36 | 0.77 | 0.59 |
| Hex | E7 | 76 | 48 | 0 | 31 | 45 | 9 | 11 | 4D | 3B |
| Octal | 347 | 166 | 110 | 0 | 61 | 105 | 11 | 21 | 115 | 73 |
| Binary | 11100111 | 1110110 | 1001000 | 0 | 110001 | 1000101 | 1001 | 10001 | 1001101 | 111011 |
Color Harmonies of #E77648
Complementary color
Monochromatic Colors of #E77648
Black with #E77648
Text Example
Text Example
White with #E77648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77648; }
p { color: rgb(231,118,72); }
H1.HeaderClassName
{
color: #E77648;
}
.AnyTagClassName
{
color: #E77648;
}
</style>
background-color css
<style>
a { background-color: #E77648; }
a { background-color: rgb(231,118,72); }
div.DivClassName
{
background-color: #E77648;
}
.BgClassName
{
background-color: #E77648;
}
</style>
border-color css
<style>
span { border-color: #E77648; }
span { border-color: rgb(231,118,72); }
td.TdClassName
{
border-color: #E77648;
}
.TagClassName
{
border-color: #E77648;
}
</style>