Shades of Jaffa #E17243
Tints of Jaffa #E17243
RGB
CMYK
RGB Variations
Color information
#E17243 (or 0xE17243) is known color: Jaffa. HEX triplet: E1, 72 and 43. RGB value is (225,114,67). Sum of RGB (Red+Green+Blue) = 225+114+67=406 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.42% from 406); Green value is 114 (44.92% from 255 or 28.08% from 406); Blue value is 67 (26.56% from 255 or 16.50% from 406); Max value from RGB is 225 - color contains mainly: red. Hex color #E17243 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E17243 is #1E8DBC. Grayscale: #8E8E8E. Windows color (decimal): -2002365 or 4420321. OLE color: 4420321.
HSL color Cylindrical-coordinate representation of color #E17243: hue angle of 17.85º 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 #E17243 is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 114 | 67 | - |
| CMYK | 0 | 0.49 | 0.70 | 0.12 |
| HSL | 17.85º | 0.72% | 0.57% | - |
| HSV(B) | 17.85º | 0.7% | 0.88% | - |
| XYZ | 38.08 | 28.45 | 8.79 | - |
| YUV | 141.83 | 85.77 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 114 | 67 | 0 | 0.49 | 0.70 | 0.12 | 17.85 | 0.72 | 0.57 |
| Hex | E1 | 72 | 43 | 0 | 31 | 46 | C | 12 | 48 | 39 |
| Octal | 341 | 162 | 103 | 0 | 61 | 106 | 14 | 22 | 110 | 71 |
| Binary | 11100001 | 1110010 | 1000011 | 0 | 110001 | 1000110 | 1100 | 10010 | 1001000 | 111001 |
Color Harmonies of #E17243
Complementary color
Monochromatic Colors of #E17243
Black with #E17243
Text Example
Text Example
White with #E17243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17243; }
p { color: rgb(225,114,67); }
H1.HeaderClassName
{
color: #E17243;
}
.AnyTagClassName
{
color: #E17243;
}
</style>
background-color css
<style>
a { background-color: #E17243; }
a { background-color: rgb(225,114,67); }
div.DivClassName
{
background-color: #E17243;
}
.BgClassName
{
background-color: #E17243;
}
</style>
border-color css
<style>
span { border-color: #E17243; }
span { border-color: rgb(225,114,67); }
td.TdClassName
{
border-color: #E17243;
}
.TagClassName
{
border-color: #E17243;
}
</style>