Shades of Jaffa #E57741
Tints of Jaffa #E57741
RGB
CMYK
RGB Variations
Color information
#E57741 (or 0xE57741) is known color: Jaffa. HEX triplet: E5, 77 and 41. RGB value is (229,119,65). Sum of RGB (Red+Green+Blue) = 229+119+65=413 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.45% from 413); Green value is 119 (46.88% from 255 or 28.81% from 413); Blue value is 65 (25.78% from 255 or 15.74% from 413); Max value from RGB is 229 - color contains mainly: red. Hex color #E57741 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E57741 is #1A88BE. Grayscale: #929292. Windows color (decimal): -1738943 or 4290533. OLE color: 4290533.
HSL color Cylindrical-coordinate representation of color #E57741: hue angle of 19.76º 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 #E57741 is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 119 | 65 | - |
| CMYK | 0 | 0.48 | 0.72 | 0.10 |
| HSL | 19.76º | 0.76% | 0.58% | - |
| HSV(B) | 19.76º | 0.72% | 0.9% | - |
| XYZ | 39.86 | 30.23 | 8.74 | - |
| YUV | 145.73 | 82.44 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 119 | 65 | 0 | 0.48 | 0.72 | 0.10 | 19.76 | 0.76 | 0.58 |
| Hex | E5 | 77 | 41 | 0 | 30 | 48 | A | 14 | 4C | 3A |
| Octal | 345 | 167 | 101 | 0 | 60 | 110 | 12 | 24 | 114 | 72 |
| Binary | 11100101 | 1110111 | 1000001 | 0 | 110000 | 1001000 | 1010 | 10100 | 1001100 | 111010 |
Color Harmonies of #E57741
Complementary color
Monochromatic Colors of #E57741
Black with #E57741
Text Example
Text Example
White with #E57741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57741; }
p { color: rgb(229,119,65); }
H1.HeaderClassName
{
color: #E57741;
}
.AnyTagClassName
{
color: #E57741;
}
</style>
background-color css
<style>
a { background-color: #E57741; }
a { background-color: rgb(229,119,65); }
div.DivClassName
{
background-color: #E57741;
}
.BgClassName
{
background-color: #E57741;
}
</style>
border-color css
<style>
span { border-color: #E57741; }
span { border-color: rgb(229,119,65); }
td.TdClassName
{
border-color: #E57741;
}
.TagClassName
{
border-color: #E57741;
}
</style>