Shades of Jaffa #E47147
Tints of Jaffa #E47147
RGB
CMYK
RGB Variations
Color information
#E47147 (or 0xE47147) is known color: Jaffa. HEX triplet: E4, 71 and 47. RGB value is (228,113,71). Sum of RGB (Red+Green+Blue) = 228+113+71=412 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.34% from 412); Green value is 113 (44.53% from 255 or 27.43% from 412); Blue value is 71 (28.12% from 255 or 17.23% from 412); Max value from RGB is 228 - color contains mainly: red. Hex color #E47147 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E47147 is #1B8EB8. Grayscale: #8E8E8E. Windows color (decimal): -1806009 or 4682212. OLE color: 4682212.
HSL color Cylindrical-coordinate representation of color #E47147: hue angle of 16.05º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E47147 is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 113 | 71 | - |
| CMYK | 0 | 0.50 | 0.69 | 0.11 |
| HSL | 16.05º | 0.74% | 0.59% | - |
| HSV(B) | 16.05º | 0.69% | 0.89% | - |
| XYZ | 39.04 | 28.76 | 9.45 | - |
| YUV | 142.6 | 87.6 | 188.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 113 | 71 | 0 | 0.50 | 0.69 | 0.11 | 16.05 | 0.74 | 0.59 |
| Hex | E4 | 71 | 47 | 0 | 32 | 45 | B | 10 | 4A | 3B |
| Octal | 344 | 161 | 107 | 0 | 62 | 105 | 13 | 20 | 112 | 73 |
| Binary | 11100100 | 1110001 | 1000111 | 0 | 110010 | 1000101 | 1011 | 10000 | 1001010 | 111011 |
Color Harmonies of #E47147
Complementary color
Monochromatic Colors of #E47147
Black with #E47147
Text Example
Text Example
White with #E47147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47147; }
p { color: rgb(228,113,71); }
H1.HeaderClassName
{
color: #E47147;
}
.AnyTagClassName
{
color: #E47147;
}
</style>
background-color css
<style>
a { background-color: #E47147; }
a { background-color: rgb(228,113,71); }
div.DivClassName
{
background-color: #E47147;
}
.BgClassName
{
background-color: #E47147;
}
</style>
border-color css
<style>
span { border-color: #E47147; }
span { border-color: rgb(228,113,71); }
td.TdClassName
{
border-color: #E47147;
}
.TagClassName
{
border-color: #E47147;
}
</style>