Shades of Jaffa #E47640
Tints of Jaffa #E47640
RGB
CMYK
RGB Variations
Color information
#E47640 (or 0xE47640) is known color: Jaffa. HEX triplet: E4, 76 and 40. RGB value is (228,118,64). Sum of RGB (Red+Green+Blue) = 228+118+64=410 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.61% from 410); Green value is 118 (46.48% from 255 or 28.78% from 410); Blue value is 64 (25.39% from 255 or 15.61% from 410); Max value from RGB is 228 - color contains mainly: red. Hex color #E47640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E47640 is #1B89BF. Grayscale: #919191. Windows color (decimal): -1804736 or 4224740. OLE color: 4224740.
HSL color Cylindrical-coordinate representation of color #E47640: hue angle of 19.76º 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 #E47640 is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 118 | 64 | - |
| CMYK | 0 | 0.48 | 0.72 | 0.11 |
| HSL | 19.76º | 0.75% | 0.57% | - |
| HSV(B) | 19.76º | 0.72% | 0.89% | - |
| XYZ | 39.4 | 29.82 | 8.53 | - |
| YUV | 144.73 | 82.44 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 118 | 64 | 0 | 0.48 | 0.72 | 0.11 | 19.76 | 0.75 | 0.57 |
| Hex | E4 | 76 | 40 | 0 | 30 | 48 | B | 14 | 4B | 39 |
| Octal | 344 | 166 | 100 | 0 | 60 | 110 | 13 | 24 | 113 | 71 |
| Binary | 11100100 | 1110110 | 1000000 | 0 | 110000 | 1001000 | 1011 | 10100 | 1001011 | 111001 |
Color Harmonies of #E47640
Complementary color
Monochromatic Colors of #E47640
Black with #E47640
Text Example
Text Example
White with #E47640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47640; }
p { color: rgb(228,118,64); }
H1.HeaderClassName
{
color: #E47640;
}
.AnyTagClassName
{
color: #E47640;
}
</style>
background-color css
<style>
a { background-color: #E47640; }
a { background-color: rgb(228,118,64); }
div.DivClassName
{
background-color: #E47640;
}
.BgClassName
{
background-color: #E47640;
}
</style>
border-color css
<style>
span { border-color: #E47640; }
span { border-color: rgb(228,118,64); }
td.TdClassName
{
border-color: #E47640;
}
.TagClassName
{
border-color: #E47640;
}
</style>