Shades of Jaffa #E77748
Tints of Jaffa #E77748
RGB
CMYK
RGB Variations
Color information
#E77748 (or 0xE77748) is known color: Jaffa. HEX triplet: E7, 77 and 48. RGB value is (231,119,72). Sum of RGB (Red+Green+Blue) = 231+119+72=422 (55% of max value = 765). Red value is 231 (90.62% from 255 or 54.74% from 422); Green value is 119 (46.88% from 255 or 28.20% from 422); Blue value is 72 (28.52% from 255 or 17.06% from 422); Max value from RGB is 231 - color contains mainly: red. Hex color #E77748 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77748 is #1888B7. Grayscale: #939393. Windows color (decimal): -1607864 or 4749287. OLE color: 4749287.
HSL color Cylindrical-coordinate representation of color #E77748: hue angle of 17.74º 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 #E77748 is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 119 | 72 | - |
| CMYK | 0 | 0.48 | 0.69 | 0.09 |
| HSL | 17.74º | 0.77% | 0.59% | - |
| HSV(B) | 17.74º | 0.69% | 0.91% | - |
| XYZ | 40.72 | 30.65 | 9.9 | - |
| YUV | 147.13 | 85.61 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 119 | 72 | 0 | 0.48 | 0.69 | 0.09 | 17.74 | 0.77 | 0.59 |
| Hex | E7 | 77 | 48 | 0 | 30 | 45 | 9 | 12 | 4D | 3B |
| Octal | 347 | 167 | 110 | 0 | 60 | 105 | 11 | 22 | 115 | 73 |
| Binary | 11100111 | 1110111 | 1001000 | 0 | 110000 | 1000101 | 1001 | 10010 | 1001101 | 111011 |
Color Harmonies of #E77748
Complementary color
Monochromatic Colors of #E77748
Black with #E77748
Text Example
Text Example
White with #E77748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77748; }
p { color: rgb(231,119,72); }
H1.HeaderClassName
{
color: #E77748;
}
.AnyTagClassName
{
color: #E77748;
}
</style>
background-color css
<style>
a { background-color: #E77748; }
a { background-color: rgb(231,119,72); }
div.DivClassName
{
background-color: #E77748;
}
.BgClassName
{
background-color: #E77748;
}
</style>
border-color css
<style>
span { border-color: #E77748; }
span { border-color: rgb(231,119,72); }
td.TdClassName
{
border-color: #E77748;
}
.TagClassName
{
border-color: #E77748;
}
</style>