Shades of Jaffa #E17C49
Tints of Jaffa #E17C49
RGB
CMYK
RGB Variations
Color information
#E17C49 (or 0xE17C49) is known color: Jaffa. HEX triplet: E1, 7C and 49. RGB value is (225,124,73). Sum of RGB (Red+Green+Blue) = 225+124+73=422 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.32% from 422); Green value is 124 (48.83% from 255 or 29.38% from 422); Blue value is 73 (28.91% from 255 or 17.30% from 422); Max value from RGB is 225 - color contains mainly: red. Hex color #E17C49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E17C49 is #1E83B6. Grayscale: #949494. Windows color (decimal): -1999799 or 4816097. OLE color: 4816097.
HSL color Cylindrical-coordinate representation of color #E17C49: hue angle of 20.13º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E17C49 is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 124 | 73 | - |
| CMYK | 0 | 0.45 | 0.68 | 0.12 |
| HSL | 20.13º | 0.72% | 0.58% | - |
| HSV(B) | 20.13º | 0.68% | 0.88% | - |
| XYZ | 39.46 | 30.9 | 10.19 | - |
| YUV | 148.39 | 85.46 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 124 | 73 | 0 | 0.45 | 0.68 | 0.12 | 20.13 | 0.72 | 0.58 |
| Hex | E1 | 7C | 49 | 0 | 2D | 44 | C | 14 | 48 | 3A |
| Octal | 341 | 174 | 111 | 0 | 55 | 104 | 14 | 24 | 110 | 72 |
| Binary | 11100001 | 1111100 | 1001001 | 0 | 101101 | 1000100 | 1100 | 10100 | 1001000 | 111010 |
Color Harmonies of #E17C49
Complementary color
Monochromatic Colors of #E17C49
Black with #E17C49
Text Example
Text Example
White with #E17C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17C49; }
p { color: rgb(225,124,73); }
H1.HeaderClassName
{
color: #E17C49;
}
.AnyTagClassName
{
color: #E17C49;
}
</style>
background-color css
<style>
a { background-color: #E17C49; }
a { background-color: rgb(225,124,73); }
div.DivClassName
{
background-color: #E17C49;
}
.BgClassName
{
background-color: #E17C49;
}
</style>
border-color css
<style>
span { border-color: #E17C49; }
span { border-color: rgb(225,124,73); }
td.TdClassName
{
border-color: #E17C49;
}
.TagClassName
{
border-color: #E17C49;
}
</style>