Shades of Jaffa #E07442
Tints of Jaffa #E07442
RGB
CMYK
RGB Variations
Color information
#E07442 (or 0xE07442) is known color: Jaffa. HEX triplet: E0, 74 and 42. RGB value is (224,116,66). Sum of RGB (Red+Green+Blue) = 224+116+66=406 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.17% from 406); Green value is 116 (45.70% from 255 or 28.57% from 406); Blue value is 66 (26.17% from 255 or 16.26% from 406); Max value from RGB is 224 - color contains mainly: red. Hex color #E07442 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07442 is #1F8BBD. Grayscale: #8E8E8E. Windows color (decimal): -2067390 or 4355296. OLE color: 4355296.
HSL color Cylindrical-coordinate representation of color #E07442: hue angle of 18.99º 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 #E07442 is Cyan = 0, Magento = 0.48, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 116 | 66 | - |
| CMYK | 0 | 0.48 | 0.71 | 0.12 |
| HSL | 18.99º | 0.72% | 0.57% | - |
| HSV(B) | 18.99º | 0.71% | 0.88% | - |
| XYZ | 37.97 | 28.73 | 8.7 | - |
| YUV | 142.59 | 84.78 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 116 | 66 | 0 | 0.48 | 0.71 | 0.12 | 18.99 | 0.72 | 0.57 |
| Hex | E0 | 74 | 42 | 0 | 30 | 47 | C | 13 | 48 | 39 |
| Octal | 340 | 164 | 102 | 0 | 60 | 107 | 14 | 23 | 110 | 71 |
| Binary | 11100000 | 1110100 | 1000010 | 0 | 110000 | 1000111 | 1100 | 10011 | 1001000 | 111001 |
Color Harmonies of #E07442
Complementary color
Monochromatic Colors of #E07442
Black with #E07442
Text Example
Text Example
White with #E07442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07442; }
p { color: rgb(224,116,66); }
H1.HeaderClassName
{
color: #E07442;
}
.AnyTagClassName
{
color: #E07442;
}
</style>
background-color css
<style>
a { background-color: #E07442; }
a { background-color: rgb(224,116,66); }
div.DivClassName
{
background-color: #E07442;
}
.BgClassName
{
background-color: #E07442;
}
</style>
border-color css
<style>
span { border-color: #E07442; }
span { border-color: rgb(224,116,66); }
td.TdClassName
{
border-color: #E07442;
}
.TagClassName
{
border-color: #E07442;
}
</style>