Shades of Jaffa #E47E4B
Tints of Jaffa #E47E4B
RGB
CMYK
RGB Variations
Color information
#E47E4B (or 0xE47E4B) is known color: Jaffa. HEX triplet: E4, 7E and 4B. RGB value is (228,126,75). Sum of RGB (Red+Green+Blue) = 228+126+75=429 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.15% from 429); Green value is 126 (49.61% from 255 or 29.37% from 429); Blue value is 75 (29.69% from 255 or 17.48% from 429); Max value from RGB is 228 - color contains mainly: red. Hex color #E47E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E47E4B is #1B81B4. Grayscale: #969696. Windows color (decimal): -1802677 or 4947684. OLE color: 4947684.
HSL color Cylindrical-coordinate representation of color #E47E4B: hue angle of 20º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E47E4B is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 126 | 75 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.11 |
| HSL | 20º | 0.74% | 0.59% | - |
| HSV(B) | 20º | 0.67% | 0.89% | - |
| XYZ | 40.73 | 31.92 | 10.67 | - |
| YUV | 150.68 | 85.29 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 126 | 75 | 0 | 0.45 | 0.67 | 0.11 | 20 | 0.74 | 0.59 |
| Hex | E4 | 7E | 4B | 0 | 2D | 43 | B | 14 | 4A | 3B |
| Octal | 344 | 176 | 113 | 0 | 55 | 103 | 13 | 24 | 112 | 73 |
| Binary | 11100100 | 1111110 | 1001011 | 0 | 101101 | 1000011 | 1011 | 10100 | 1001010 | 111011 |
Color Harmonies of #E47E4B
Complementary color
Monochromatic Colors of #E47E4B
Black with #E47E4B
Text Example
Text Example
White with #E47E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47E4B; }
p { color: rgb(228,126,75); }
H1.HeaderClassName
{
color: #E47E4B;
}
.AnyTagClassName
{
color: #E47E4B;
}
</style>
background-color css
<style>
a { background-color: #E47E4B; }
a { background-color: rgb(228,126,75); }
div.DivClassName
{
background-color: #E47E4B;
}
.BgClassName
{
background-color: #E47E4B;
}
</style>
border-color css
<style>
span { border-color: #E47E4B; }
span { border-color: rgb(228,126,75); }
td.TdClassName
{
border-color: #E47E4B;
}
.TagClassName
{
border-color: #E47E4B;
}
</style>