Shades of Jaffa #E17144
Tints of Jaffa #E17144
RGB
CMYK
RGB Variations
Color information
#E17144 (or 0xE17144) is known color: Jaffa. HEX triplet: E1, 71 and 44. RGB value is (225,113,68). Sum of RGB (Red+Green+Blue) = 225+113+68=406 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.42% from 406); Green value is 113 (44.53% from 255 or 27.83% from 406); Blue value is 68 (26.95% from 255 or 16.75% from 406); Max value from RGB is 225 - color contains mainly: red. Hex color #E17144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E17144 is #1E8EBB. Grayscale: #8D8D8D. Windows color (decimal): -2002620 or 4485601. OLE color: 4485601.
HSL color Cylindrical-coordinate representation of color #E17144: hue angle of 17.2º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E17144 is Cyan = 0, Magento = 0.50, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 113 | 68 | - |
| CMYK | 0 | 0.50 | 0.70 | 0.12 |
| HSL | 17.2º | 0.72% | 0.57% | - |
| HSV(B) | 17.2º | 0.7% | 0.88% | - |
| XYZ | 38 | 28.24 | 8.92 | - |
| YUV | 141.36 | 86.61 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 113 | 68 | 0 | 0.50 | 0.70 | 0.12 | 17.2 | 0.72 | 0.57 |
| Hex | E1 | 71 | 44 | 0 | 32 | 46 | C | 11 | 48 | 39 |
| Octal | 341 | 161 | 104 | 0 | 62 | 106 | 14 | 21 | 110 | 71 |
| Binary | 11100001 | 1110001 | 1000100 | 0 | 110010 | 1000110 | 1100 | 10001 | 1001000 | 111001 |
Color Harmonies of #E17144
Complementary color
Monochromatic Colors of #E17144
Black with #E17144
Text Example
Text Example
White with #E17144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17144; }
p { color: rgb(225,113,68); }
H1.HeaderClassName
{
color: #E17144;
}
.AnyTagClassName
{
color: #E17144;
}
</style>
background-color css
<style>
a { background-color: #E17144; }
a { background-color: rgb(225,113,68); }
div.DivClassName
{
background-color: #E17144;
}
.BgClassName
{
background-color: #E17144;
}
</style>
border-color css
<style>
span { border-color: #E17144; }
span { border-color: rgb(225,113,68); }
td.TdClassName
{
border-color: #E17144;
}
.TagClassName
{
border-color: #E17144;
}
</style>