Shades of Jaffa #E47E4D
Tints of Jaffa #E47E4D
RGB
CMYK
RGB Variations
Color information
#E47E4D (or 0xE47E4D) is known color: Jaffa. HEX triplet: E4, 7E and 4D. RGB value is (228,126,77). Sum of RGB (Red+Green+Blue) = 228+126+77=431 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.90% from 431); Green value is 126 (49.61% from 255 or 29.23% from 431); Blue value is 77 (30.47% from 255 or 17.87% from 431); Max value from RGB is 228 - color contains mainly: red. Hex color #E47E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47E4D is #1B81B2. Grayscale: #979797. Windows color (decimal): -1802675 or 5078756. OLE color: 5078756.
HSL color Cylindrical-coordinate representation of color #E47E4D: hue angle of 19.47º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E47E4D is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 126 | 77 | - |
| CMYK | 0 | 0.45 | 0.66 | 0.11 |
| HSL | 19.47º | 0.74% | 0.6% | - |
| HSV(B) | 19.47º | 0.66% | 0.89% | - |
| XYZ | 40.8 | 31.95 | 11.04 | - |
| YUV | 150.91 | 86.29 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 126 | 77 | 0 | 0.45 | 0.66 | 0.11 | 19.47 | 0.74 | 0.6 |
| Hex | E4 | 7E | 4D | 0 | 2D | 42 | B | 13 | 4A | 3C |
| Octal | 344 | 176 | 115 | 0 | 55 | 102 | 13 | 23 | 112 | 74 |
| Binary | 11100100 | 1111110 | 1001101 | 0 | 101101 | 1000010 | 1011 | 10011 | 1001010 | 111100 |
Color Harmonies of #E47E4D
Complementary color
Monochromatic Colors of #E47E4D
Black with #E47E4D
Text Example
Text Example
White with #E47E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47E4D; }
p { color: rgb(228,126,77); }
H1.HeaderClassName
{
color: #E47E4D;
}
.AnyTagClassName
{
color: #E47E4D;
}
</style>
background-color css
<style>
a { background-color: #E47E4D; }
a { background-color: rgb(228,126,77); }
div.DivClassName
{
background-color: #E47E4D;
}
.BgClassName
{
background-color: #E47E4D;
}
</style>
border-color css
<style>
span { border-color: #E47E4D; }
span { border-color: rgb(228,126,77); }
td.TdClassName
{
border-color: #E47E4D;
}
.TagClassName
{
border-color: #E47E4D;
}
</style>