Shades of Jaffa #E17C47
Tints of Jaffa #E17C47
RGB
CMYK
RGB Variations
Color information
#E17C47 (or 0xE17C47) is known color: Jaffa. HEX triplet: E1, 7C and 47. RGB value is (225,124,71). Sum of RGB (Red+Green+Blue) = 225+124+71=420 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.57% from 420); Green value is 124 (48.83% from 255 or 29.52% from 420); Blue value is 71 (28.12% from 255 or 16.90% from 420); Max value from RGB is 225 - color contains mainly: red. Hex color #E17C47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E17C47 is #1E83B8. Grayscale: #949494. Windows color (decimal): -1999801 or 4685025. OLE color: 4685025.
HSL color Cylindrical-coordinate representation of color #E17C47: hue angle of 20.65º 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 #E17C47 is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 124 | 71 | - |
| CMYK | 0 | 0.45 | 0.68 | 0.12 |
| HSL | 20.65º | 0.72% | 0.58% | - |
| HSV(B) | 20.65º | 0.68% | 0.88% | - |
| XYZ | 39.4 | 30.88 | 9.84 | - |
| YUV | 148.16 | 84.46 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 124 | 71 | 0 | 0.45 | 0.68 | 0.12 | 20.65 | 0.72 | 0.58 |
| Hex | E1 | 7C | 47 | 0 | 2D | 44 | C | 15 | 48 | 3A |
| Octal | 341 | 174 | 107 | 0 | 55 | 104 | 14 | 25 | 110 | 72 |
| Binary | 11100001 | 1111100 | 1000111 | 0 | 101101 | 1000100 | 1100 | 10101 | 1001000 | 111010 |
Color Harmonies of #E17C47
Complementary color
Monochromatic Colors of #E17C47
Black with #E17C47
Text Example
Text Example
White with #E17C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17C47; }
p { color: rgb(225,124,71); }
H1.HeaderClassName
{
color: #E17C47;
}
.AnyTagClassName
{
color: #E17C47;
}
</style>
background-color css
<style>
a { background-color: #E17C47; }
a { background-color: rgb(225,124,71); }
div.DivClassName
{
background-color: #E17C47;
}
.BgClassName
{
background-color: #E17C47;
}
</style>
border-color css
<style>
span { border-color: #E17C47; }
span { border-color: rgb(225,124,71); }
td.TdClassName
{
border-color: #E17C47;
}
.TagClassName
{
border-color: #E17C47;
}
</style>