Shades of Jaffa #E1794B
Tints of Jaffa #E1794B
RGB
CMYK
RGB Variations
Color information
#E1794B (or 0xE1794B) is known color: Jaffa. HEX triplet: E1, 79 and 4B. RGB value is (225,121,75). Sum of RGB (Red+Green+Blue) = 225+121+75=421 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.44% from 421); Green value is 121 (47.66% from 255 or 28.74% from 421); Blue value is 75 (29.69% from 255 or 17.81% from 421); Max value from RGB is 225 - color contains mainly: red. Hex color #E1794B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1794B is #1E86B4. Grayscale: #939393. Windows color (decimal): -2000565 or 4946401. OLE color: 4946401.
HSL color Cylindrical-coordinate representation of color #E1794B: hue angle of 18.4º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E1794B is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 121 | 75 | - |
| CMYK | 0 | 0.46 | 0.67 | 0.12 |
| HSL | 18.4º | 0.71% | 0.59% | - |
| HSV(B) | 18.4º | 0.67% | 0.88% | - |
| XYZ | 39.16 | 30.19 | 10.42 | - |
| YUV | 146.85 | 87.46 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 121 | 75 | 0 | 0.46 | 0.67 | 0.12 | 18.4 | 0.71 | 0.59 |
| Hex | E1 | 79 | 4B | 0 | 2E | 43 | C | 12 | 47 | 3B |
| Octal | 341 | 171 | 113 | 0 | 56 | 103 | 14 | 22 | 107 | 73 |
| Binary | 11100001 | 1111001 | 1001011 | 0 | 101110 | 1000011 | 1100 | 10010 | 1000111 | 111011 |
Color Harmonies of #E1794B
Complementary color
Monochromatic Colors of #E1794B
Black with #E1794B
Text Example
Text Example
White with #E1794B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1794B; }
p { color: rgb(225,121,75); }
H1.HeaderClassName
{
color: #E1794B;
}
.AnyTagClassName
{
color: #E1794B;
}
</style>
background-color css
<style>
a { background-color: #E1794B; }
a { background-color: rgb(225,121,75); }
div.DivClassName
{
background-color: #E1794B;
}
.BgClassName
{
background-color: #E1794B;
}
</style>
border-color css
<style>
span { border-color: #E1794B; }
span { border-color: rgb(225,121,75); }
td.TdClassName
{
border-color: #E1794B;
}
.TagClassName
{
border-color: #E1794B;
}
</style>