Shades of Jaffa #E0794D
Tints of Jaffa #E0794D
RGB
CMYK
RGB Variations
Color information
#E0794D (or 0xE0794D) is known color: Jaffa. HEX triplet: E0, 79 and 4D. RGB value is (224,121,77). Sum of RGB (Red+Green+Blue) = 224+121+77=422 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.08% from 422); Green value is 121 (47.66% from 255 or 28.67% from 422); Blue value is 77 (30.47% from 255 or 18.25% from 422); Max value from RGB is 224 - color contains mainly: red. Hex color #E0794D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0794D is #1F86B2. Grayscale: #939393. Windows color (decimal): -2066099 or 5077472. OLE color: 5077472.
HSL color Cylindrical-coordinate representation of color #E0794D: hue angle of 17.96º degrees, saturation: 0.7, 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 #E0794D is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 121 | 77 | - |
| CMYK | 0 | 0.46 | 0.66 | 0.12 |
| HSL | 17.96º | 0.7% | 0.59% | - |
| HSV(B) | 17.96º | 0.66% | 0.88% | - |
| XYZ | 38.92 | 30.06 | 10.77 | - |
| YUV | 146.78 | 88.62 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 121 | 77 | 0 | 0.46 | 0.66 | 0.12 | 17.96 | 0.7 | 0.59 |
| Hex | E0 | 79 | 4D | 0 | 2E | 42 | C | 12 | 46 | 3B |
| Octal | 340 | 171 | 115 | 0 | 56 | 102 | 14 | 22 | 106 | 73 |
| Binary | 11100000 | 1111001 | 1001101 | 0 | 101110 | 1000010 | 1100 | 10010 | 1000110 | 111011 |
Color Harmonies of #E0794D
Complementary color
Monochromatic Colors of #E0794D
Black with #E0794D
Text Example
Text Example
White with #E0794D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0794D; }
p { color: rgb(224,121,77); }
H1.HeaderClassName
{
color: #E0794D;
}
.AnyTagClassName
{
color: #E0794D;
}
</style>
background-color css
<style>
a { background-color: #E0794D; }
a { background-color: rgb(224,121,77); }
div.DivClassName
{
background-color: #E0794D;
}
.BgClassName
{
background-color: #E0794D;
}
</style>
border-color css
<style>
span { border-color: #E0794D; }
span { border-color: rgb(224,121,77); }
td.TdClassName
{
border-color: #E0794D;
}
.TagClassName
{
border-color: #E0794D;
}
</style>