Shades of Jaffa #E07846
Tints of Jaffa #E07846
RGB
CMYK
RGB Variations
Color information
#E07846 (or 0xE07846) is known color: Jaffa. HEX triplet: E0, 78 and 46. RGB value is (224,120,70). Sum of RGB (Red+Green+Blue) = 224+120+70=414 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.11% from 414); Green value is 120 (47.27% from 255 or 28.99% from 414); Blue value is 70 (27.73% from 255 or 16.91% from 414); Max value from RGB is 224 - color contains mainly: red. Hex color #E07846 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07846 is #1F87B9. Grayscale: #919191. Windows color (decimal): -2066362 or 4618464. OLE color: 4618464.
HSL color Cylindrical-coordinate representation of color #E07846: hue angle of 19.48º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E07846 is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 120 | 70 | - |
| CMYK | 0 | 0.46 | 0.69 | 0.12 |
| HSL | 19.48º | 0.71% | 0.58% | - |
| HSV(B) | 19.48º | 0.69% | 0.88% | - |
| XYZ | 38.56 | 29.72 | 9.5 | - |
| YUV | 145.4 | 85.46 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 120 | 70 | 0 | 0.46 | 0.69 | 0.12 | 19.48 | 0.71 | 0.58 |
| Hex | E0 | 78 | 46 | 0 | 2E | 45 | C | 13 | 47 | 3A |
| Octal | 340 | 170 | 106 | 0 | 56 | 105 | 14 | 23 | 107 | 72 |
| Binary | 11100000 | 1111000 | 1000110 | 0 | 101110 | 1000101 | 1100 | 10011 | 1000111 | 111010 |
Color Harmonies of #E07846
Complementary color
Monochromatic Colors of #E07846
Black with #E07846
Text Example
Text Example
White with #E07846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07846; }
p { color: rgb(224,120,70); }
H1.HeaderClassName
{
color: #E07846;
}
.AnyTagClassName
{
color: #E07846;
}
</style>
background-color css
<style>
a { background-color: #E07846; }
a { background-color: rgb(224,120,70); }
div.DivClassName
{
background-color: #E07846;
}
.BgClassName
{
background-color: #E07846;
}
</style>
border-color css
<style>
span { border-color: #E07846; }
span { border-color: rgb(224,120,70); }
td.TdClassName
{
border-color: #E07846;
}
.TagClassName
{
border-color: #E07846;
}
</style>