Shades of Jaffa #E47D4A
Tints of Jaffa #E47D4A
RGB
CMYK
RGB Variations
Color information
#E47D4A (or 0xE47D4A) is known color: Jaffa. HEX triplet: E4, 7D and 4A. RGB value is (228,125,74). Sum of RGB (Red+Green+Blue) = 228+125+74=427 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.40% from 427); Green value is 125 (49.22% from 255 or 29.27% from 427); Blue value is 74 (29.30% from 255 or 17.33% from 427); Max value from RGB is 228 - color contains mainly: red. Hex color #E47D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E47D4A is #1B82B5. Grayscale: #969696. Windows color (decimal): -1802934 or 4881892. OLE color: 4881892.
HSL color Cylindrical-coordinate representation of color #E47D4A: hue angle of 19.87º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E47D4A is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 125 | 74 | - |
| CMYK | 0 | 0.45 | 0.68 | 0.11 |
| HSL | 19.87º | 0.74% | 0.59% | - |
| HSV(B) | 19.87º | 0.68% | 0.89% | - |
| XYZ | 40.56 | 31.66 | 10.45 | - |
| YUV | 149.98 | 85.12 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 125 | 74 | 0 | 0.45 | 0.68 | 0.11 | 19.87 | 0.74 | 0.59 |
| Hex | E4 | 7D | 4A | 0 | 2D | 44 | B | 14 | 4A | 3B |
| Octal | 344 | 175 | 112 | 0 | 55 | 104 | 13 | 24 | 112 | 73 |
| Binary | 11100100 | 1111101 | 1001010 | 0 | 101101 | 1000100 | 1011 | 10100 | 1001010 | 111011 |
Color Harmonies of #E47D4A
Complementary color
Monochromatic Colors of #E47D4A
Black with #E47D4A
Text Example
Text Example
White with #E47D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47D4A; }
p { color: rgb(228,125,74); }
H1.HeaderClassName
{
color: #E47D4A;
}
.AnyTagClassName
{
color: #E47D4A;
}
</style>
background-color css
<style>
a { background-color: #E47D4A; }
a { background-color: rgb(228,125,74); }
div.DivClassName
{
background-color: #E47D4A;
}
.BgClassName
{
background-color: #E47D4A;
}
</style>
border-color css
<style>
span { border-color: #E47D4A; }
span { border-color: rgb(228,125,74); }
td.TdClassName
{
border-color: #E47D4A;
}
.TagClassName
{
border-color: #E47D4A;
}
</style>