Shades of Jaffa #E07A42
Tints of Jaffa #E07A42
RGB
CMYK
RGB Variations
Color information
#E07A42 (or 0xE07A42) is known color: Jaffa. HEX triplet: E0, 7A and 42. RGB value is (224,122,66). Sum of RGB (Red+Green+Blue) = 224+122+66=412 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.37% from 412); Green value is 122 (48.05% from 255 or 29.61% from 412); Blue value is 66 (26.17% from 255 or 16.02% from 412); Max value from RGB is 224 - color contains mainly: red. Hex color #E07A42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07A42 is #1F85BD. Grayscale: #929292. Windows color (decimal): -2065854 or 4356832. OLE color: 4356832.
HSL color Cylindrical-coordinate representation of color #E07A42: hue angle of 21.27º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E07A42 is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 122 | 66 | - |
| CMYK | 0 | 0.46 | 0.71 | 0.12 |
| HSL | 21.27º | 0.72% | 0.57% | - |
| HSV(B) | 21.27º | 0.71% | 0.88% | - |
| XYZ | 38.68 | 30.16 | 8.94 | - |
| YUV | 146.11 | 82.79 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 122 | 66 | 0 | 0.46 | 0.71 | 0.12 | 21.27 | 0.72 | 0.57 |
| Hex | E0 | 7A | 42 | 0 | 2E | 47 | C | 15 | 48 | 39 |
| Octal | 340 | 172 | 102 | 0 | 56 | 107 | 14 | 25 | 110 | 71 |
| Binary | 11100000 | 1111010 | 1000010 | 0 | 101110 | 1000111 | 1100 | 10101 | 1001000 | 111001 |
Color Harmonies of #E07A42
Complementary color
Monochromatic Colors of #E07A42
Black with #E07A42
Text Example
Text Example
White with #E07A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07A42; }
p { color: rgb(224,122,66); }
H1.HeaderClassName
{
color: #E07A42;
}
.AnyTagClassName
{
color: #E07A42;
}
</style>
background-color css
<style>
a { background-color: #E07A42; }
a { background-color: rgb(224,122,66); }
div.DivClassName
{
background-color: #E07A42;
}
.BgClassName
{
background-color: #E07A42;
}
</style>
border-color css
<style>
span { border-color: #E07A42; }
span { border-color: rgb(224,122,66); }
td.TdClassName
{
border-color: #E07A42;
}
.TagClassName
{
border-color: #E07A42;
}
</style>