Shades of Jaffa #E47D4C
Tints of Jaffa #E47D4C
RGB
CMYK
RGB Variations
Color information
#E47D4C (or 0xE47D4C) is known color: Jaffa. HEX triplet: E4, 7D and 4C. RGB value is (228,125,76). Sum of RGB (Red+Green+Blue) = 228+125+76=429 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.15% from 429); Green value is 125 (49.22% from 255 or 29.14% from 429); Blue value is 76 (30.08% from 255 or 17.72% from 429); Max value from RGB is 228 - color contains mainly: red. Hex color #E47D4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E47D4C is #1B82B3. Grayscale: #969696. Windows color (decimal): -1802932 or 5012964. OLE color: 5012964.
HSL color Cylindrical-coordinate representation of color #E47D4C: hue angle of 19.34º 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 #E47D4C is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 125 | 76 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.11 |
| HSL | 19.34º | 0.74% | 0.6% | - |
| HSV(B) | 19.34º | 0.67% | 0.89% | - |
| XYZ | 40.63 | 31.68 | 10.81 | - |
| YUV | 150.21 | 86.12 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 125 | 76 | 0 | 0.45 | 0.67 | 0.11 | 19.34 | 0.74 | 0.6 |
| Hex | E4 | 7D | 4C | 0 | 2D | 43 | B | 13 | 4A | 3C |
| Octal | 344 | 175 | 114 | 0 | 55 | 103 | 13 | 23 | 112 | 74 |
| Binary | 11100100 | 1111101 | 1001100 | 0 | 101101 | 1000011 | 1011 | 10011 | 1001010 | 111100 |
Color Harmonies of #E47D4C
Complementary color
Monochromatic Colors of #E47D4C
Black with #E47D4C
Text Example
Text Example
White with #E47D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47D4C; }
p { color: rgb(228,125,76); }
H1.HeaderClassName
{
color: #E47D4C;
}
.AnyTagClassName
{
color: #E47D4C;
}
</style>
background-color css
<style>
a { background-color: #E47D4C; }
a { background-color: rgb(228,125,76); }
div.DivClassName
{
background-color: #E47D4C;
}
.BgClassName
{
background-color: #E47D4C;
}
</style>
border-color css
<style>
span { border-color: #E47D4C; }
span { border-color: rgb(228,125,76); }
td.TdClassName
{
border-color: #E47D4C;
}
.TagClassName
{
border-color: #E47D4C;
}
</style>