Shades of Jaffa #E77145
Tints of Jaffa #E77145
RGB
CMYK
RGB Variations
Color information
#E77145 (or 0xE77145) is known color: Jaffa. HEX triplet: E7, 71 and 45. RGB value is (231,113,69). Sum of RGB (Red+Green+Blue) = 231+113+69=413 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.93% from 413); Green value is 113 (44.53% from 255 or 27.36% from 413); Blue value is 69 (27.34% from 255 or 16.71% from 413); Max value from RGB is 231 - color contains mainly: red. Hex color #E77145 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77145 is #188EBA. Grayscale: #8F8F8F. Windows color (decimal): -1609403 or 4551143. OLE color: 4551143.
HSL color Cylindrical-coordinate representation of color #E77145: hue angle of 16.3º 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 #E77145 is Cyan = 0, Magento = 0.51, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 113 | 69 | - |
| CMYK | 0 | 0.51 | 0.70 | 0.09 |
| HSL | 16.3º | 0.77% | 0.59% | - |
| HSV(B) | 16.3º | 0.7% | 0.91% | - |
| XYZ | 39.93 | 29.23 | 9.17 | - |
| YUV | 143.27 | 86.09 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 113 | 69 | 0 | 0.51 | 0.70 | 0.09 | 16.3 | 0.77 | 0.59 |
| Hex | E7 | 71 | 45 | 0 | 33 | 46 | 9 | 10 | 4D | 3B |
| Octal | 347 | 161 | 105 | 0 | 63 | 106 | 11 | 20 | 115 | 73 |
| Binary | 11100111 | 1110001 | 1000101 | 0 | 110011 | 1000110 | 1001 | 10000 | 1001101 | 111011 |
Color Harmonies of #E77145
Complementary color
Monochromatic Colors of #E77145
Black with #E77145
Text Example
Text Example
White with #E77145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77145; }
p { color: rgb(231,113,69); }
H1.HeaderClassName
{
color: #E77145;
}
.AnyTagClassName
{
color: #E77145;
}
</style>
background-color css
<style>
a { background-color: #E77145; }
a { background-color: rgb(231,113,69); }
div.DivClassName
{
background-color: #E77145;
}
.BgClassName
{
background-color: #E77145;
}
</style>
border-color css
<style>
span { border-color: #E77145; }
span { border-color: rgb(231,113,69); }
td.TdClassName
{
border-color: #E77145;
}
.TagClassName
{
border-color: #E77145;
}
</style>