Shades of Jaffa #E57C49
Tints of Jaffa #E57C49
RGB
CMYK
RGB Variations
Color information
#E57C49 (or 0xE57C49) is known color: Jaffa. HEX triplet: E5, 7C and 49. RGB value is (229,124,73). Sum of RGB (Red+Green+Blue) = 229+124+73=426 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.76% from 426); Green value is 124 (48.83% from 255 or 29.11% from 426); Blue value is 73 (28.91% from 255 or 17.14% from 426); Max value from RGB is 229 - color contains mainly: red. Hex color #E57C49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E57C49 is #1A83B6. Grayscale: #959595. Windows color (decimal): -1737655 or 4816101. OLE color: 4816101.
HSL color Cylindrical-coordinate representation of color #E57C49: hue angle of 19.62º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E57C49 is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 124 | 73 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.10 |
| HSL | 19.62º | 0.75% | 0.59% | - |
| HSV(B) | 19.62º | 0.68% | 0.9% | - |
| XYZ | 40.72 | 31.55 | 10.25 | - |
| YUV | 149.58 | 84.79 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 124 | 73 | 0 | 0.46 | 0.68 | 0.10 | 19.62 | 0.75 | 0.59 |
| Hex | E5 | 7C | 49 | 0 | 2E | 44 | A | 14 | 4B | 3B |
| Octal | 345 | 174 | 111 | 0 | 56 | 104 | 12 | 24 | 113 | 73 |
| Binary | 11100101 | 1111100 | 1001001 | 0 | 101110 | 1000100 | 1010 | 10100 | 1001011 | 111011 |
Color Harmonies of #E57C49
Complementary color
Monochromatic Colors of #E57C49
Black with #E57C49
Text Example
Text Example
White with #E57C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57C49; }
p { color: rgb(229,124,73); }
H1.HeaderClassName
{
color: #E57C49;
}
.AnyTagClassName
{
color: #E57C49;
}
</style>
background-color css
<style>
a { background-color: #E57C49; }
a { background-color: rgb(229,124,73); }
div.DivClassName
{
background-color: #E57C49;
}
.BgClassName
{
background-color: #E57C49;
}
</style>
border-color css
<style>
span { border-color: #E57C49; }
span { border-color: rgb(229,124,73); }
td.TdClassName
{
border-color: #E57C49;
}
.TagClassName
{
border-color: #E57C49;
}
</style>