Shades of Jaffa #E07842
Tints of Jaffa #E07842
RGB
CMYK
RGB Variations
Color information
#E07842 (or 0xE07842) is known color: Jaffa. HEX triplet: E0, 78 and 42. RGB value is (224,120,66). Sum of RGB (Red+Green+Blue) = 224+120+66=410 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.63% from 410); Green value is 120 (47.27% from 255 or 29.27% from 410); Blue value is 66 (26.17% from 255 or 16.10% from 410); Max value from RGB is 224 - color contains mainly: red. Hex color #E07842 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07842 is #1F87BD. Grayscale: #919191. Windows color (decimal): -2066366 or 4356320. OLE color: 4356320.
HSL color Cylindrical-coordinate representation of color #E07842: hue angle of 20.51º 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 #E07842 is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 120 | 66 | - |
| CMYK | 0 | 0.46 | 0.71 | 0.12 |
| HSL | 20.51º | 0.72% | 0.57% | - |
| HSV(B) | 20.51º | 0.71% | 0.88% | - |
| XYZ | 38.44 | 29.67 | 8.86 | - |
| YUV | 144.94 | 83.46 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 120 | 66 | 0 | 0.46 | 0.71 | 0.12 | 20.51 | 0.72 | 0.57 |
| Hex | E0 | 78 | 42 | 0 | 2E | 47 | C | 15 | 48 | 39 |
| Octal | 340 | 170 | 102 | 0 | 56 | 107 | 14 | 25 | 110 | 71 |
| Binary | 11100000 | 1111000 | 1000010 | 0 | 101110 | 1000111 | 1100 | 10101 | 1001000 | 111001 |
Color Harmonies of #E07842
Complementary color
Monochromatic Colors of #E07842
Black with #E07842
Text Example
Text Example
White with #E07842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07842; }
p { color: rgb(224,120,66); }
H1.HeaderClassName
{
color: #E07842;
}
.AnyTagClassName
{
color: #E07842;
}
</style>
background-color css
<style>
a { background-color: #E07842; }
a { background-color: rgb(224,120,66); }
div.DivClassName
{
background-color: #E07842;
}
.BgClassName
{
background-color: #E07842;
}
</style>
border-color css
<style>
span { border-color: #E07842; }
span { border-color: rgb(224,120,66); }
td.TdClassName
{
border-color: #E07842;
}
.TagClassName
{
border-color: #E07842;
}
</style>