Shades of Jaffa #E57740
Tints of Jaffa #E57740
RGB
CMYK
RGB Variations
Color information
#E57740 (or 0xE57740) is known color: Jaffa. HEX triplet: E5, 77 and 40. RGB value is (229,119,64). Sum of RGB (Red+Green+Blue) = 229+119+64=412 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.58% from 412); Green value is 119 (46.88% from 255 or 28.88% from 412); Blue value is 64 (25.39% from 255 or 15.53% from 412); Max value from RGB is 229 - color contains mainly: red. Hex color #E57740 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E57740 is #1A88BF. Grayscale: #919191. Windows color (decimal): -1738944 or 4224997. OLE color: 4224997.
HSL color Cylindrical-coordinate representation of color #E57740: hue angle of 20º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E57740 is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 119 | 64 | - |
| CMYK | 0 | 0.48 | 0.72 | 0.10 |
| HSL | 20º | 0.76% | 0.57% | - |
| HSV(B) | 20º | 0.72% | 0.9% | - |
| XYZ | 39.84 | 30.22 | 8.58 | - |
| YUV | 145.62 | 81.94 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 119 | 64 | 0 | 0.48 | 0.72 | 0.10 | 20 | 0.76 | 0.57 |
| Hex | E5 | 77 | 40 | 0 | 30 | 48 | A | 14 | 4C | 39 |
| Octal | 345 | 167 | 100 | 0 | 60 | 110 | 12 | 24 | 114 | 71 |
| Binary | 11100101 | 1110111 | 1000000 | 0 | 110000 | 1001000 | 1010 | 10100 | 1001100 | 111001 |
Color Harmonies of #E57740
Complementary color
Monochromatic Colors of #E57740
Black with #E57740
Text Example
Text Example
White with #E57740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57740; }
p { color: rgb(229,119,64); }
H1.HeaderClassName
{
color: #E57740;
}
.AnyTagClassName
{
color: #E57740;
}
</style>
background-color css
<style>
a { background-color: #E57740; }
a { background-color: rgb(229,119,64); }
div.DivClassName
{
background-color: #E57740;
}
.BgClassName
{
background-color: #E57740;
}
</style>
border-color css
<style>
span { border-color: #E57740; }
span { border-color: rgb(229,119,64); }
td.TdClassName
{
border-color: #E57740;
}
.TagClassName
{
border-color: #E57740;
}
</style>