Shades of Jaffa #E57441
Tints of Jaffa #E57441
RGB
CMYK
RGB Variations
Color information
#E57441 (or 0xE57441) is known color: Jaffa. HEX triplet: E5, 74 and 41. RGB value is (229,116,65). Sum of RGB (Red+Green+Blue) = 229+116+65=410 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.85% from 410); Green value is 116 (45.70% from 255 or 28.29% from 410); Blue value is 65 (25.78% from 255 or 15.85% from 410); Max value from RGB is 229 - color contains mainly: red. Hex color #E57441 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E57441 is #1A8BBE. Grayscale: #909090. Windows color (decimal): -1739711 or 4289765. OLE color: 4289765.
HSL color Cylindrical-coordinate representation of color #E57441: hue angle of 18.66º 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 #E57441 is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 116 | 65 | - |
| CMYK | 0 | 0.49 | 0.72 | 0.10 |
| HSL | 18.66º | 0.76% | 0.58% | - |
| HSV(B) | 18.66º | 0.72% | 0.9% | - |
| XYZ | 39.51 | 29.53 | 8.62 | - |
| YUV | 143.97 | 83.44 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 116 | 65 | 0 | 0.49 | 0.72 | 0.10 | 18.66 | 0.76 | 0.58 |
| Hex | E5 | 74 | 41 | 0 | 31 | 48 | A | 13 | 4C | 3A |
| Octal | 345 | 164 | 101 | 0 | 61 | 110 | 12 | 23 | 114 | 72 |
| Binary | 11100101 | 1110100 | 1000001 | 0 | 110001 | 1001000 | 1010 | 10011 | 1001100 | 111010 |
Color Harmonies of #E57441
Complementary color
Monochromatic Colors of #E57441
Black with #E57441
Text Example
Text Example
White with #E57441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57441; }
p { color: rgb(229,116,65); }
H1.HeaderClassName
{
color: #E57441;
}
.AnyTagClassName
{
color: #E57441;
}
</style>
background-color css
<style>
a { background-color: #E57441; }
a { background-color: rgb(229,116,65); }
div.DivClassName
{
background-color: #E57441;
}
.BgClassName
{
background-color: #E57441;
}
</style>
border-color css
<style>
span { border-color: #E57441; }
span { border-color: rgb(229,116,65); }
td.TdClassName
{
border-color: #E57441;
}
.TagClassName
{
border-color: #E57441;
}
</style>