Shades of Jaffa #E1784D
Tints of Jaffa #E1784D
RGB
CMYK
RGB Variations
Color information
#E1784D (or 0xE1784D) is known color: Jaffa. HEX triplet: E1, 78 and 4D. RGB value is (225,120,77). Sum of RGB (Red+Green+Blue) = 225+120+77=422 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.32% from 422); Green value is 120 (47.27% from 255 or 28.44% from 422); Blue value is 77 (30.47% from 255 or 18.25% from 422); Max value from RGB is 225 - color contains mainly: red. Hex color #E1784D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1784D is #1E87B2. Grayscale: #929292. Windows color (decimal): -2000819 or 5077217. OLE color: 5077217.
HSL color Cylindrical-coordinate representation of color #E1784D: hue angle of 17.43º 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 #E1784D is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 120 | 77 | - |
| CMYK | 0 | 0.47 | 0.66 | 0.12 |
| HSL | 17.43º | 0.71% | 0.59% | - |
| HSV(B) | 17.43º | 0.66% | 0.88% | - |
| XYZ | 39.11 | 29.98 | 10.75 | - |
| YUV | 146.49 | 88.79 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 120 | 77 | 0 | 0.47 | 0.66 | 0.12 | 17.43 | 0.71 | 0.59 |
| Hex | E1 | 78 | 4D | 0 | 2F | 42 | C | 11 | 47 | 3B |
| Octal | 341 | 170 | 115 | 0 | 57 | 102 | 14 | 21 | 107 | 73 |
| Binary | 11100001 | 1111000 | 1001101 | 0 | 101111 | 1000010 | 1100 | 10001 | 1000111 | 111011 |
Color Harmonies of #E1784D
Complementary color
Monochromatic Colors of #E1784D
Black with #E1784D
Text Example
Text Example
White with #E1784D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1784D; }
p { color: rgb(225,120,77); }
H1.HeaderClassName
{
color: #E1784D;
}
.AnyTagClassName
{
color: #E1784D;
}
</style>
background-color css
<style>
a { background-color: #E1784D; }
a { background-color: rgb(225,120,77); }
div.DivClassName
{
background-color: #E1784D;
}
.BgClassName
{
background-color: #E1784D;
}
</style>
border-color css
<style>
span { border-color: #E1784D; }
span { border-color: rgb(225,120,77); }
td.TdClassName
{
border-color: #E1784D;
}
.TagClassName
{
border-color: #E1784D;
}
</style>