Shades of Jaffa #E17A42
Tints of Jaffa #E17A42
RGB
CMYK
RGB Variations
Color information
#E17A42 (or 0xE17A42) is known color: Jaffa. HEX triplet: E1, 7A and 42. RGB value is (225,122,66). Sum of RGB (Red+Green+Blue) = 225+122+66=413 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.48% from 413); Green value is 122 (48.05% from 255 or 29.54% from 413); Blue value is 66 (26.17% from 255 or 15.98% from 413); Max value from RGB is 225 - color contains mainly: red. Hex color #E17A42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E17A42 is #1E85BD. Grayscale: #929292. Windows color (decimal): -2000318 or 4356833. OLE color: 4356833.
HSL color Cylindrical-coordinate representation of color #E17A42: hue angle of 21.13º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E17A42 is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 122 | 66 | - |
| CMYK | 0 | 0.46 | 0.71 | 0.12 |
| HSL | 21.13º | 0.73% | 0.57% | - |
| HSV(B) | 21.13º | 0.71% | 0.88% | - |
| XYZ | 38.99 | 30.32 | 8.95 | - |
| YUV | 146.41 | 82.62 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 122 | 66 | 0 | 0.46 | 0.71 | 0.12 | 21.13 | 0.73 | 0.57 |
| Hex | E1 | 7A | 42 | 0 | 2E | 47 | C | 15 | 49 | 39 |
| Octal | 341 | 172 | 102 | 0 | 56 | 107 | 14 | 25 | 111 | 71 |
| Binary | 11100001 | 1111010 | 1000010 | 0 | 101110 | 1000111 | 1100 | 10101 | 1001001 | 111001 |
Color Harmonies of #E17A42
Complementary color
Monochromatic Colors of #E17A42
Black with #E17A42
Text Example
Text Example
White with #E17A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17A42; }
p { color: rgb(225,122,66); }
H1.HeaderClassName
{
color: #E17A42;
}
.AnyTagClassName
{
color: #E17A42;
}
</style>
background-color css
<style>
a { background-color: #E17A42; }
a { background-color: rgb(225,122,66); }
div.DivClassName
{
background-color: #E17A42;
}
.BgClassName
{
background-color: #E17A42;
}
</style>
border-color css
<style>
span { border-color: #E17A42; }
span { border-color: rgb(225,122,66); }
td.TdClassName
{
border-color: #E17A42;
}
.TagClassName
{
border-color: #E17A42;
}
</style>