Shades of Jaffa #E47148
Tints of Jaffa #E47148
RGB
CMYK
RGB Variations
Color information
#E47148 (or 0xE47148) is known color: Jaffa. HEX triplet: E4, 71 and 48. RGB value is (228,113,72). Sum of RGB (Red+Green+Blue) = 228+113+72=413 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.21% from 413); Green value is 113 (44.53% from 255 or 27.36% from 413); Blue value is 72 (28.52% from 255 or 17.43% from 413); Max value from RGB is 228 - color contains mainly: red. Hex color #E47148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E47148 is #1B8EB7. Grayscale: #8E8E8E. Windows color (decimal): -1806008 or 4747748. OLE color: 4747748.
HSL color Cylindrical-coordinate representation of color #E47148: hue angle of 15.77º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E47148 is Cyan = 0, Magento = 0.50, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 113 | 72 | - |
| CMYK | 0 | 0.50 | 0.68 | 0.11 |
| HSL | 15.77º | 0.74% | 0.59% | - |
| HSV(B) | 15.77º | 0.68% | 0.89% | - |
| XYZ | 39.07 | 28.77 | 9.63 | - |
| YUV | 142.71 | 88.1 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 113 | 72 | 0 | 0.50 | 0.68 | 0.11 | 15.77 | 0.74 | 0.59 |
| Hex | E4 | 71 | 48 | 0 | 32 | 44 | B | 10 | 4A | 3B |
| Octal | 344 | 161 | 110 | 0 | 62 | 104 | 13 | 20 | 112 | 73 |
| Binary | 11100100 | 1110001 | 1001000 | 0 | 110010 | 1000100 | 1011 | 10000 | 1001010 | 111011 |
Color Harmonies of #E47148
Complementary color
Monochromatic Colors of #E47148
Black with #E47148
Text Example
Text Example
White with #E47148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47148; }
p { color: rgb(228,113,72); }
H1.HeaderClassName
{
color: #E47148;
}
.AnyTagClassName
{
color: #E47148;
}
</style>
background-color css
<style>
a { background-color: #E47148; }
a { background-color: rgb(228,113,72); }
div.DivClassName
{
background-color: #E47148;
}
.BgClassName
{
background-color: #E47148;
}
</style>
border-color css
<style>
span { border-color: #E47148; }
span { border-color: rgb(228,113,72); }
td.TdClassName
{
border-color: #E47148;
}
.TagClassName
{
border-color: #E47148;
}
</style>