Shades of Jaffa #E47B49
Tints of Jaffa #E47B49
RGB
CMYK
RGB Variations
Color information
#E47B49 (or 0xE47B49) is known color: Jaffa. HEX triplet: E4, 7B and 49. RGB value is (228,123,73). Sum of RGB (Red+Green+Blue) = 228+123+73=424 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.77% from 424); Green value is 123 (48.44% from 255 or 29.01% from 424); Blue value is 73 (28.91% from 255 or 17.22% from 424); Max value from RGB is 228 - color contains mainly: red. Hex color #E47B49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E47B49 is #1B84B6. Grayscale: #949494. Windows color (decimal): -1803447 or 4815844. OLE color: 4815844.
HSL color Cylindrical-coordinate representation of color #E47B49: hue angle of 19.35º 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 #E47B49 is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 123 | 73 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.11 |
| HSL | 19.35º | 0.74% | 0.59% | - |
| HSV(B) | 19.35º | 0.68% | 0.89% | - |
| XYZ | 40.28 | 31.14 | 10.19 | - |
| YUV | 148.7 | 85.29 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 123 | 73 | 0 | 0.46 | 0.68 | 0.11 | 19.35 | 0.74 | 0.59 |
| Hex | E4 | 7B | 49 | 0 | 2E | 44 | B | 13 | 4A | 3B |
| Octal | 344 | 173 | 111 | 0 | 56 | 104 | 13 | 23 | 112 | 73 |
| Binary | 11100100 | 1111011 | 1001001 | 0 | 101110 | 1000100 | 1011 | 10011 | 1001010 | 111011 |
Color Harmonies of #E47B49
Complementary color
Monochromatic Colors of #E47B49
Black with #E47B49
Text Example
Text Example
White with #E47B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47B49; }
p { color: rgb(228,123,73); }
H1.HeaderClassName
{
color: #E47B49;
}
.AnyTagClassName
{
color: #E47B49;
}
</style>
background-color css
<style>
a { background-color: #E47B49; }
a { background-color: rgb(228,123,73); }
div.DivClassName
{
background-color: #E47B49;
}
.BgClassName
{
background-color: #E47B49;
}
</style>
border-color css
<style>
span { border-color: #E47B49; }
span { border-color: rgb(228,123,73); }
td.TdClassName
{
border-color: #E47B49;
}
.TagClassName
{
border-color: #E47B49;
}
</style>