Shades of Jaffa #E57141
Tints of Jaffa #E57141
RGB
CMYK
RGB Variations
Color information
#E57141 (or 0xE57141) is known color: Jaffa. HEX triplet: E5, 71 and 41. RGB value is (229,113,65). Sum of RGB (Red+Green+Blue) = 229+113+65=407 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.27% from 407); Green value is 113 (44.53% from 255 or 27.76% from 407); Blue value is 65 (25.78% from 255 or 15.97% from 407); Max value from RGB is 229 - color contains mainly: red. Hex color #E57141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E57141 is #1A8EBE. Grayscale: #8E8E8E. Windows color (decimal): -1740479 or 4288997. OLE color: 4288997.
HSL color Cylindrical-coordinate representation of color #E57141: hue angle of 17.56º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E57141 is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 113 | 65 | - |
| CMYK | 0 | 0.51 | 0.72 | 0.10 |
| HSL | 17.56º | 0.76% | 0.58% | - |
| HSV(B) | 17.56º | 0.72% | 0.9% | - |
| XYZ | 39.17 | 28.85 | 8.51 | - |
| YUV | 142.21 | 84.43 | 189.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 113 | 65 | 0 | 0.51 | 0.72 | 0.10 | 17.56 | 0.76 | 0.58 |
| Hex | E5 | 71 | 41 | 0 | 33 | 48 | A | 12 | 4C | 3A |
| Octal | 345 | 161 | 101 | 0 | 63 | 110 | 12 | 22 | 114 | 72 |
| Binary | 11100101 | 1110001 | 1000001 | 0 | 110011 | 1001000 | 1010 | 10010 | 1001100 | 111010 |
Color Harmonies of #E57141
Complementary color
Monochromatic Colors of #E57141
Black with #E57141
Text Example
Text Example
White with #E57141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57141; }
p { color: rgb(229,113,65); }
H1.HeaderClassName
{
color: #E57141;
}
.AnyTagClassName
{
color: #E57141;
}
</style>
background-color css
<style>
a { background-color: #E57141; }
a { background-color: rgb(229,113,65); }
div.DivClassName
{
background-color: #E57141;
}
.BgClassName
{
background-color: #E57141;
}
</style>
border-color css
<style>
span { border-color: #E57141; }
span { border-color: rgb(229,113,65); }
td.TdClassName
{
border-color: #E57141;
}
.TagClassName
{
border-color: #E57141;
}
</style>