Shades of Jaffa #E47846
Tints of Jaffa #E47846
RGB
CMYK
RGB Variations
Color information
#E47846 (or 0xE47846) is known color: Jaffa. HEX triplet: E4, 78 and 46. RGB value is (228,120,70). Sum of RGB (Red+Green+Blue) = 228+120+70=418 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.55% from 418); Green value is 120 (47.27% from 255 or 28.71% from 418); Blue value is 70 (27.73% from 255 or 16.75% from 418); Max value from RGB is 228 - color contains mainly: red. Hex color #E47846 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E47846 is #1B87B9. Grayscale: #929292. Windows color (decimal): -1804218 or 4618468. OLE color: 4618468.
HSL color Cylindrical-coordinate representation of color #E47846: hue angle of 18.99º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E47846 is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 120 | 70 | - |
| CMYK | 0 | 0.47 | 0.69 | 0.11 |
| HSL | 18.99º | 0.75% | 0.58% | - |
| HSV(B) | 18.99º | 0.69% | 0.89% | - |
| XYZ | 39.82 | 30.37 | 9.56 | - |
| YUV | 146.59 | 84.78 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 120 | 70 | 0 | 0.47 | 0.69 | 0.11 | 18.99 | 0.75 | 0.58 |
| Hex | E4 | 78 | 46 | 0 | 2F | 45 | B | 13 | 4B | 3A |
| Octal | 344 | 170 | 106 | 0 | 57 | 105 | 13 | 23 | 113 | 72 |
| Binary | 11100100 | 1111000 | 1000110 | 0 | 101111 | 1000101 | 1011 | 10011 | 1001011 | 111010 |
Color Harmonies of #E47846
Complementary color
Monochromatic Colors of #E47846
Black with #E47846
Text Example
Text Example
White with #E47846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47846; }
p { color: rgb(228,120,70); }
H1.HeaderClassName
{
color: #E47846;
}
.AnyTagClassName
{
color: #E47846;
}
</style>
background-color css
<style>
a { background-color: #E47846; }
a { background-color: rgb(228,120,70); }
div.DivClassName
{
background-color: #E47846;
}
.BgClassName
{
background-color: #E47846;
}
</style>
border-color css
<style>
span { border-color: #E47846; }
span { border-color: rgb(228,120,70); }
td.TdClassName
{
border-color: #E47846;
}
.TagClassName
{
border-color: #E47846;
}
</style>