Shades of Jaffa #E77242
Tints of Jaffa #E77242
RGB
CMYK
RGB Variations
Color information
#E77242 (or 0xE77242) is known color: Jaffa. HEX triplet: E7, 72 and 42. RGB value is (231,114,66). Sum of RGB (Red+Green+Blue) = 231+114+66=411 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.20% from 411); Green value is 114 (44.92% from 255 or 27.74% from 411); Blue value is 66 (26.17% from 255 or 16.06% from 411); Max value from RGB is 231 - color contains mainly: red. Hex color #E77242 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77242 is #188DBD. Grayscale: #8F8F8F. Windows color (decimal): -1609150 or 4354791. OLE color: 4354791.
HSL color Cylindrical-coordinate representation of color #E77242: hue angle of 17.45º 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 #E77242 is Cyan = 0, Magento = 0.51, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 114 | 66 | - |
| CMYK | 0 | 0.51 | 0.71 | 0.09 |
| HSL | 17.45º | 0.77% | 0.58% | - |
| HSV(B) | 17.45º | 0.71% | 0.91% | - |
| XYZ | 39.96 | 29.42 | 8.73 | - |
| YUV | 143.51 | 84.26 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 114 | 66 | 0 | 0.51 | 0.71 | 0.09 | 17.45 | 0.77 | 0.58 |
| Hex | E7 | 72 | 42 | 0 | 33 | 47 | 9 | 11 | 4D | 3A |
| Octal | 347 | 162 | 102 | 0 | 63 | 107 | 11 | 21 | 115 | 72 |
| Binary | 11100111 | 1110010 | 1000010 | 0 | 110011 | 1000111 | 1001 | 10001 | 1001101 | 111010 |
Color Harmonies of #E77242
Complementary color
Monochromatic Colors of #E77242
Black with #E77242
Text Example
Text Example
White with #E77242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77242; }
p { color: rgb(231,114,66); }
H1.HeaderClassName
{
color: #E77242;
}
.AnyTagClassName
{
color: #E77242;
}
</style>
background-color css
<style>
a { background-color: #E77242; }
a { background-color: rgb(231,114,66); }
div.DivClassName
{
background-color: #E77242;
}
.BgClassName
{
background-color: #E77242;
}
</style>
border-color css
<style>
span { border-color: #E77242; }
span { border-color: rgb(231,114,66); }
td.TdClassName
{
border-color: #E77242;
}
.TagClassName
{
border-color: #E77242;
}
</style>