Shades of Jaffa #E47E4C
Tints of Jaffa #E47E4C
RGB
CMYK
RGB Variations
Color information
#E47E4C (or 0xE47E4C) is known color: Jaffa. HEX triplet: E4, 7E and 4C. RGB value is (228,126,76). Sum of RGB (Red+Green+Blue) = 228+126+76=430 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.02% from 430); Green value is 126 (49.61% from 255 or 29.30% from 430); Blue value is 76 (30.08% from 255 or 17.67% from 430); Max value from RGB is 228 - color contains mainly: red. Hex color #E47E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E47E4C is #1B81B3. Grayscale: #979797. Windows color (decimal): -1802676 or 5013220. OLE color: 5013220.
HSL color Cylindrical-coordinate representation of color #E47E4C: hue angle of 19.74º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E47E4C is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 126 | 76 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.11 |
| HSL | 19.74º | 0.74% | 0.6% | - |
| HSV(B) | 19.74º | 0.67% | 0.89% | - |
| XYZ | 40.76 | 31.94 | 10.85 | - |
| YUV | 150.8 | 85.79 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 126 | 76 | 0 | 0.45 | 0.67 | 0.11 | 19.74 | 0.74 | 0.6 |
| Hex | E4 | 7E | 4C | 0 | 2D | 43 | B | 14 | 4A | 3C |
| Octal | 344 | 176 | 114 | 0 | 55 | 103 | 13 | 24 | 112 | 74 |
| Binary | 11100100 | 1111110 | 1001100 | 0 | 101101 | 1000011 | 1011 | 10100 | 1001010 | 111100 |
Color Harmonies of #E47E4C
Complementary color
Monochromatic Colors of #E47E4C
Black with #E47E4C
Text Example
Text Example
White with #E47E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47E4C; }
p { color: rgb(228,126,76); }
H1.HeaderClassName
{
color: #E47E4C;
}
.AnyTagClassName
{
color: #E47E4C;
}
</style>
background-color css
<style>
a { background-color: #E47E4C; }
a { background-color: rgb(228,126,76); }
div.DivClassName
{
background-color: #E47E4C;
}
.BgClassName
{
background-color: #E47E4C;
}
</style>
border-color css
<style>
span { border-color: #E47E4C; }
span { border-color: rgb(228,126,76); }
td.TdClassName
{
border-color: #E47E4C;
}
.TagClassName
{
border-color: #E47E4C;
}
</style>