Shades of Jaffa #E07740
Tints of Jaffa #E07740
RGB
CMYK
RGB Variations
Color information
#E07740 (or 0xE07740) is known color: Jaffa. HEX triplet: E0, 77 and 40. RGB value is (224,119,64). Sum of RGB (Red+Green+Blue) = 224+119+64=407 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.04% from 407); Green value is 119 (46.88% from 255 or 29.24% from 407); Blue value is 64 (25.39% from 255 or 15.72% from 407); Max value from RGB is 224 - color contains mainly: red. Hex color #E07740 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07740 is #1F88BF. Grayscale: #909090. Windows color (decimal): -2066624 or 4224992. OLE color: 4224992.
HSL color Cylindrical-coordinate representation of color #E07740: hue angle of 20.62º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E07740 is Cyan = 0, Magento = 0.47, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 119 | 64 | - |
| CMYK | 0 | 0.47 | 0.71 | 0.12 |
| HSL | 20.63º | 0.72% | 0.56% | - |
| HSV(B) | 20.63º | 0.71% | 0.88% | - |
| XYZ | 38.26 | 29.41 | 8.51 | - |
| YUV | 144.13 | 82.79 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 119 | 64 | 0 | 0.47 | 0.71 | 0.12 | 20.63 | 0.72 | 0.56 |
| Hex | E0 | 77 | 40 | 0 | 2F | 47 | C | 15 | 48 | 38 |
| Octal | 340 | 167 | 100 | 0 | 57 | 107 | 14 | 25 | 110 | 70 |
| Binary | 11100000 | 1110111 | 1000000 | 0 | 101111 | 1000111 | 1100 | 10101 | 1001000 | 111000 |
Color Harmonies of #E07740
Complementary color
Monochromatic Colors of #E07740
Black with #E07740
Text Example
Text Example
White with #E07740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07740; }
p { color: rgb(224,119,64); }
H1.HeaderClassName
{
color: #E07740;
}
.AnyTagClassName
{
color: #E07740;
}
</style>
background-color css
<style>
a { background-color: #E07740; }
a { background-color: rgb(224,119,64); }
div.DivClassName
{
background-color: #E07740;
}
.BgClassName
{
background-color: #E07740;
}
</style>
border-color css
<style>
span { border-color: #E07740; }
span { border-color: rgb(224,119,64); }
td.TdClassName
{
border-color: #E07740;
}
.TagClassName
{
border-color: #E07740;
}
</style>