Shades of Jaffa #E2794B
Tints of Jaffa #E2794B
RGB
CMYK
RGB Variations
Color information
#E2794B (or 0xE2794B) is known color: Jaffa. HEX triplet: E2, 79 and 4B. RGB value is (226,121,75). Sum of RGB (Red+Green+Blue) = 226+121+75=422 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.55% from 422); Green value is 121 (47.66% from 255 or 28.67% from 422); Blue value is 75 (29.69% from 255 or 17.77% from 422); Max value from RGB is 226 - color contains mainly: red. Hex color #E2794B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2794B is #1D86B4. Grayscale: #939393. Windows color (decimal): -1935029 or 4946402. OLE color: 4946402.
HSL color Cylindrical-coordinate representation of color #E2794B: hue angle of 18.28º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E2794B is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 121 | 75 | - |
| CMYK | 0 | 0.46 | 0.67 | 0.11 |
| HSL | 18.28º | 0.72% | 0.59% | - |
| HSV(B) | 18.28º | 0.67% | 0.89% | - |
| XYZ | 39.47 | 30.35 | 10.43 | - |
| YUV | 147.15 | 87.29 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 121 | 75 | 0 | 0.46 | 0.67 | 0.11 | 18.28 | 0.72 | 0.59 |
| Hex | E2 | 79 | 4B | 0 | 2E | 43 | B | 12 | 48 | 3B |
| Octal | 342 | 171 | 113 | 0 | 56 | 103 | 13 | 22 | 110 | 73 |
| Binary | 11100010 | 1111001 | 1001011 | 0 | 101110 | 1000011 | 1011 | 10010 | 1001000 | 111011 |
Color Harmonies of #E2794B
Complementary color
Monochromatic Colors of #E2794B
Black with #E2794B
Text Example
Text Example
White with #E2794B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2794B; }
p { color: rgb(226,121,75); }
H1.HeaderClassName
{
color: #E2794B;
}
.AnyTagClassName
{
color: #E2794B;
}
</style>
background-color css
<style>
a { background-color: #E2794B; }
a { background-color: rgb(226,121,75); }
div.DivClassName
{
background-color: #E2794B;
}
.BgClassName
{
background-color: #E2794B;
}
</style>
border-color css
<style>
span { border-color: #E2794B; }
span { border-color: rgb(226,121,75); }
td.TdClassName
{
border-color: #E2794B;
}
.TagClassName
{
border-color: #E2794B;
}
</style>