Shades of Jaffa #E47740
Tints of Jaffa #E47740
RGB
CMYK
RGB Variations
Color information
#E47740 (or 0xE47740) is known color: Jaffa. HEX triplet: E4, 77 and 40. RGB value is (228,119,64). Sum of RGB (Red+Green+Blue) = 228+119+64=411 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.47% from 411); Green value is 119 (46.88% from 255 or 28.95% from 411); Blue value is 64 (25.39% from 255 or 15.57% from 411); Max value from RGB is 228 - color contains mainly: red. Hex color #E47740 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E47740 is #1B88BF. Grayscale: #919191. Windows color (decimal): -1804480 or 4224996. OLE color: 4224996.
HSL color Cylindrical-coordinate representation of color #E47740: hue angle of 20.12º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E47740 is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 119 | 64 | - |
| CMYK | 0 | 0.48 | 0.72 | 0.11 |
| HSL | 20.12º | 0.75% | 0.57% | - |
| HSV(B) | 20.12º | 0.72% | 0.89% | - |
| XYZ | 39.52 | 30.06 | 8.57 | - |
| YUV | 145.32 | 82.11 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 119 | 64 | 0 | 0.48 | 0.72 | 0.11 | 20.12 | 0.75 | 0.57 |
| Hex | E4 | 77 | 40 | 0 | 30 | 48 | B | 14 | 4B | 39 |
| Octal | 344 | 167 | 100 | 0 | 60 | 110 | 13 | 24 | 113 | 71 |
| Binary | 11100100 | 1110111 | 1000000 | 0 | 110000 | 1001000 | 1011 | 10100 | 1001011 | 111001 |
Color Harmonies of #E47740
Complementary color
Monochromatic Colors of #E47740
Black with #E47740
Text Example
Text Example
White with #E47740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47740; }
p { color: rgb(228,119,64); }
H1.HeaderClassName
{
color: #E47740;
}
.AnyTagClassName
{
color: #E47740;
}
</style>
background-color css
<style>
a { background-color: #E47740; }
a { background-color: rgb(228,119,64); }
div.DivClassName
{
background-color: #E47740;
}
.BgClassName
{
background-color: #E47740;
}
</style>
border-color css
<style>
span { border-color: #E47740; }
span { border-color: rgb(228,119,64); }
td.TdClassName
{
border-color: #E47740;
}
.TagClassName
{
border-color: #E47740;
}
</style>