Shades of Jaffa #E1794D
Tints of Jaffa #E1794D
RGB
CMYK
RGB Variations
Color information
#E1794D (or 0xE1794D) is known color: Jaffa. HEX triplet: E1, 79 and 4D. RGB value is (225,121,77). Sum of RGB (Red+Green+Blue) = 225+121+77=423 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.19% from 423); Green value is 121 (47.66% from 255 or 28.61% from 423); Blue value is 77 (30.47% from 255 or 18.20% from 423); Max value from RGB is 225 - color contains mainly: red. Hex color #E1794D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1794D is #1E86B2. Grayscale: #939393. Windows color (decimal): -2000563 or 5077473. OLE color: 5077473.
HSL color Cylindrical-coordinate representation of color #E1794D: hue angle of 17.84º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E1794D is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 121 | 77 | - |
| CMYK | 0 | 0.46 | 0.66 | 0.12 |
| HSL | 17.84º | 0.71% | 0.59% | - |
| HSV(B) | 17.84º | 0.66% | 0.88% | - |
| XYZ | 39.23 | 30.22 | 10.79 | - |
| YUV | 147.08 | 88.46 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 121 | 77 | 0 | 0.46 | 0.66 | 0.12 | 17.84 | 0.71 | 0.59 |
| Hex | E1 | 79 | 4D | 0 | 2E | 42 | C | 12 | 47 | 3B |
| Octal | 341 | 171 | 115 | 0 | 56 | 102 | 14 | 22 | 107 | 73 |
| Binary | 11100001 | 1111001 | 1001101 | 0 | 101110 | 1000010 | 1100 | 10010 | 1000111 | 111011 |
Color Harmonies of #E1794D
Complementary color
Monochromatic Colors of #E1794D
Black with #E1794D
Text Example
Text Example
White with #E1794D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1794D; }
p { color: rgb(225,121,77); }
H1.HeaderClassName
{
color: #E1794D;
}
.AnyTagClassName
{
color: #E1794D;
}
</style>
background-color css
<style>
a { background-color: #E1794D; }
a { background-color: rgb(225,121,77); }
div.DivClassName
{
background-color: #E1794D;
}
.BgClassName
{
background-color: #E1794D;
}
</style>
border-color css
<style>
span { border-color: #E1794D; }
span { border-color: rgb(225,121,77); }
td.TdClassName
{
border-color: #E1794D;
}
.TagClassName
{
border-color: #E1794D;
}
</style>