Shades of Jaffa #E57040
Tints of Jaffa #E57040
RGB
CMYK
RGB Variations
Color information
#E57040 (or 0xE57040) is known color: Jaffa. HEX triplet: E5, 70 and 40. RGB value is (229,112,64). Sum of RGB (Red+Green+Blue) = 229+112+64=405 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.54% from 405); Green value is 112 (44.14% from 255 or 27.65% from 405); Blue value is 64 (25.39% from 255 or 15.80% from 405); Max value from RGB is 229 - color contains mainly: red. Hex color #E57040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E57040 is #1A8FBF. Grayscale: #8D8D8D. Windows color (decimal): -1740736 or 4223205. OLE color: 4223205.
HSL color Cylindrical-coordinate representation of color #E57040: hue angle of 17.45º 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 #E57040 is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 112 | 64 | - |
| CMYK | 0 | 0.51 | 0.72 | 0.10 |
| HSL | 17.45º | 0.76% | 0.57% | - |
| HSV(B) | 17.45º | 0.72% | 0.9% | - |
| XYZ | 39.03 | 28.62 | 8.32 | - |
| YUV | 141.51 | 84.26 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 112 | 64 | 0 | 0.51 | 0.72 | 0.10 | 17.45 | 0.76 | 0.57 |
| Hex | E5 | 70 | 40 | 0 | 33 | 48 | A | 11 | 4C | 39 |
| Octal | 345 | 160 | 100 | 0 | 63 | 110 | 12 | 21 | 114 | 71 |
| Binary | 11100101 | 1110000 | 1000000 | 0 | 110011 | 1001000 | 1010 | 10001 | 1001100 | 111001 |
Color Harmonies of #E57040
Complementary color
Monochromatic Colors of #E57040
Black with #E57040
Text Example
Text Example
White with #E57040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57040; }
p { color: rgb(229,112,64); }
H1.HeaderClassName
{
color: #E57040;
}
.AnyTagClassName
{
color: #E57040;
}
</style>
background-color css
<style>
a { background-color: #E57040; }
a { background-color: rgb(229,112,64); }
div.DivClassName
{
background-color: #E57040;
}
.BgClassName
{
background-color: #E57040;
}
</style>
border-color css
<style>
span { border-color: #E57040; }
span { border-color: rgb(229,112,64); }
td.TdClassName
{
border-color: #E57040;
}
.TagClassName
{
border-color: #E57040;
}
</style>