Shades of Jaffa #E57044
Tints of Jaffa #E57044
RGB
CMYK
RGB Variations
Color information
#E57044 (or 0xE57044) is known color: Jaffa. HEX triplet: E5, 70 and 44. RGB value is (229,112,68). Sum of RGB (Red+Green+Blue) = 229+112+68=409 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.99% from 409); Green value is 112 (44.14% from 255 or 27.38% from 409); Blue value is 68 (26.95% from 255 or 16.63% from 409); Max value from RGB is 229 - color contains mainly: red. Hex color #E57044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E57044 is #1A8FBB. Grayscale: #8E8E8E. Windows color (decimal): -1740732 or 4485349. OLE color: 4485349.
HSL color Cylindrical-coordinate representation of color #E57044: hue angle of 16.4º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E57044 is Cyan = 0, Magento = 0.51, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 112 | 68 | - |
| CMYK | 0 | 0.51 | 0.70 | 0.10 |
| HSL | 16.4º | 0.76% | 0.58% | - |
| HSV(B) | 16.4º | 0.7% | 0.9% | - |
| XYZ | 39.15 | 28.66 | 8.94 | - |
| YUV | 141.97 | 86.26 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 112 | 68 | 0 | 0.51 | 0.70 | 0.10 | 16.4 | 0.76 | 0.58 |
| Hex | E5 | 70 | 44 | 0 | 33 | 46 | A | 10 | 4C | 3A |
| Octal | 345 | 160 | 104 | 0 | 63 | 106 | 12 | 20 | 114 | 72 |
| Binary | 11100101 | 1110000 | 1000100 | 0 | 110011 | 1000110 | 1010 | 10000 | 1001100 | 111010 |
Color Harmonies of #E57044
Complementary color
Monochromatic Colors of #E57044
Black with #E57044
Text Example
Text Example
White with #E57044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57044; }
p { color: rgb(229,112,68); }
H1.HeaderClassName
{
color: #E57044;
}
.AnyTagClassName
{
color: #E57044;
}
</style>
background-color css
<style>
a { background-color: #E57044; }
a { background-color: rgb(229,112,68); }
div.DivClassName
{
background-color: #E57044;
}
.BgClassName
{
background-color: #E57044;
}
</style>
border-color css
<style>
span { border-color: #E57044; }
span { border-color: rgb(229,112,68); }
td.TdClassName
{
border-color: #E57044;
}
.TagClassName
{
border-color: #E57044;
}
</style>