Shades of Jaffa #E57440
Tints of Jaffa #E57440
RGB
CMYK
RGB Variations
Color information
#E57440 (or 0xE57440) is known color: Jaffa. HEX triplet: E5, 74 and 40. RGB value is (229,116,64). Sum of RGB (Red+Green+Blue) = 229+116+64=409 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.99% from 409); Green value is 116 (45.70% from 255 or 28.36% from 409); Blue value is 64 (25.39% from 255 or 15.65% from 409); Max value from RGB is 229 - color contains mainly: red. Hex color #E57440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E57440 is #1A8BBF. Grayscale: #909090. Windows color (decimal): -1739712 or 4224229. OLE color: 4224229.
HSL color Cylindrical-coordinate representation of color #E57440: hue angle of 18.91º 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 #E57440 is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 116 | 64 | - |
| CMYK | 0 | 0.49 | 0.72 | 0.10 |
| HSL | 18.91º | 0.76% | 0.57% | - |
| HSV(B) | 18.91º | 0.72% | 0.9% | - |
| XYZ | 39.48 | 29.52 | 8.47 | - |
| YUV | 143.86 | 82.94 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 116 | 64 | 0 | 0.49 | 0.72 | 0.10 | 18.91 | 0.76 | 0.57 |
| Hex | E5 | 74 | 40 | 0 | 31 | 48 | A | 13 | 4C | 39 |
| Octal | 345 | 164 | 100 | 0 | 61 | 110 | 12 | 23 | 114 | 71 |
| Binary | 11100101 | 1110100 | 1000000 | 0 | 110001 | 1001000 | 1010 | 10011 | 1001100 | 111001 |
Color Harmonies of #E57440
Complementary color
Monochromatic Colors of #E57440
Black with #E57440
Text Example
Text Example
White with #E57440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57440; }
p { color: rgb(229,116,64); }
H1.HeaderClassName
{
color: #E57440;
}
.AnyTagClassName
{
color: #E57440;
}
</style>
background-color css
<style>
a { background-color: #E57440; }
a { background-color: rgb(229,116,64); }
div.DivClassName
{
background-color: #E57440;
}
.BgClassName
{
background-color: #E57440;
}
</style>
border-color css
<style>
span { border-color: #E57440; }
span { border-color: rgb(229,116,64); }
td.TdClassName
{
border-color: #E57440;
}
.TagClassName
{
border-color: #E57440;
}
</style>