Shades of Jaffa #E17B42
Tints of Jaffa #E17B42
RGB
CMYK
RGB Variations
Color information
#E17B42 (or 0xE17B42) is known color: Jaffa. HEX triplet: E1, 7B and 42. RGB value is (225,123,66). Sum of RGB (Red+Green+Blue) = 225+123+66=414 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.35% from 414); Green value is 123 (48.44% from 255 or 29.71% from 414); Blue value is 66 (26.17% from 255 or 15.94% from 414); Max value from RGB is 225 - color contains mainly: red. Hex color #E17B42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E17B42 is #1E84BD. Grayscale: #939393. Windows color (decimal): -2000062 or 4357089. OLE color: 4357089.
HSL color Cylindrical-coordinate representation of color #E17B42: hue angle of 21.51º 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 #E17B42 is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 123 | 66 | - |
| CMYK | 0 | 0.45 | 0.71 | 0.12 |
| HSL | 21.51º | 0.73% | 0.57% | - |
| HSV(B) | 21.51º | 0.71% | 0.88% | - |
| XYZ | 39.12 | 30.57 | 8.99 | - |
| YUV | 147 | 82.29 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 123 | 66 | 0 | 0.45 | 0.71 | 0.12 | 21.51 | 0.73 | 0.57 |
| Hex | E1 | 7B | 42 | 0 | 2D | 47 | C | 16 | 49 | 39 |
| Octal | 341 | 173 | 102 | 0 | 55 | 107 | 14 | 26 | 111 | 71 |
| Binary | 11100001 | 1111011 | 1000010 | 0 | 101101 | 1000111 | 1100 | 10110 | 1001001 | 111001 |
Color Harmonies of #E17B42
Complementary color
Monochromatic Colors of #E17B42
Black with #E17B42
Text Example
Text Example
White with #E17B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17B42; }
p { color: rgb(225,123,66); }
H1.HeaderClassName
{
color: #E17B42;
}
.AnyTagClassName
{
color: #E17B42;
}
</style>
background-color css
<style>
a { background-color: #E17B42; }
a { background-color: rgb(225,123,66); }
div.DivClassName
{
background-color: #E17B42;
}
.BgClassName
{
background-color: #E17B42;
}
</style>
border-color css
<style>
span { border-color: #E17B42; }
span { border-color: rgb(225,123,66); }
td.TdClassName
{
border-color: #E17B42;
}
.TagClassName
{
border-color: #E17B42;
}
</style>