Shades of Jaffa #E57140
Tints of Jaffa #E57140
RGB
CMYK
RGB Variations
Color information
#E57140 (or 0xE57140) is known color: Jaffa. HEX triplet: E5, 71 and 40. RGB value is (229,113,64). Sum of RGB (Red+Green+Blue) = 229+113+64=406 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.40% from 406); Green value is 113 (44.53% from 255 or 27.83% from 406); Blue value is 64 (25.39% from 255 or 15.76% from 406); Max value from RGB is 229 - color contains mainly: red. Hex color #E57140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E57140 is #1A8EBF. Grayscale: #8E8E8E. Windows color (decimal): -1740480 or 4223461. OLE color: 4223461.
HSL color Cylindrical-coordinate representation of color #E57140: hue angle of 17.82º 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 #E57140 is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 113 | 64 | - |
| CMYK | 0 | 0.51 | 0.72 | 0.10 |
| HSL | 17.82º | 0.76% | 0.57% | - |
| HSV(B) | 17.82º | 0.72% | 0.9% | - |
| XYZ | 39.14 | 28.84 | 8.35 | - |
| YUV | 142.1 | 83.93 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 113 | 64 | 0 | 0.51 | 0.72 | 0.10 | 17.82 | 0.76 | 0.57 |
| Hex | E5 | 71 | 40 | 0 | 33 | 48 | A | 12 | 4C | 39 |
| Octal | 345 | 161 | 100 | 0 | 63 | 110 | 12 | 22 | 114 | 71 |
| Binary | 11100101 | 1110001 | 1000000 | 0 | 110011 | 1001000 | 1010 | 10010 | 1001100 | 111001 |
Color Harmonies of #E57140
Complementary color
Monochromatic Colors of #E57140
Black with #E57140
Text Example
Text Example
White with #E57140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57140; }
p { color: rgb(229,113,64); }
H1.HeaderClassName
{
color: #E57140;
}
.AnyTagClassName
{
color: #E57140;
}
</style>
background-color css
<style>
a { background-color: #E57140; }
a { background-color: rgb(229,113,64); }
div.DivClassName
{
background-color: #E57140;
}
.BgClassName
{
background-color: #E57140;
}
</style>
border-color css
<style>
span { border-color: #E57140; }
span { border-color: rgb(229,113,64); }
td.TdClassName
{
border-color: #E57140;
}
.TagClassName
{
border-color: #E57140;
}
</style>