Shades of Jaffa #E07747
Tints of Jaffa #E07747
RGB
CMYK
RGB Variations
Color information
#E07747 (or 0xE07747) is known color: Jaffa. HEX triplet: E0, 77 and 47. RGB value is (224,119,71). Sum of RGB (Red+Green+Blue) = 224+119+71=414 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.11% from 414); Green value is 119 (46.88% from 255 or 28.74% from 414); Blue value is 71 (28.12% from 255 or 17.15% from 414); Max value from RGB is 224 - color contains mainly: red. Hex color #E07747 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07747 is #1F88B8. Grayscale: #919191. Windows color (decimal): -2066617 or 4683744. OLE color: 4683744.
HSL color Cylindrical-coordinate representation of color #E07747: hue angle of 18.82º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E07747 is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 119 | 71 | - |
| CMYK | 0 | 0.47 | 0.68 | 0.12 |
| HSL | 18.82º | 0.71% | 0.58% | - |
| HSV(B) | 18.82º | 0.68% | 0.88% | - |
| XYZ | 38.47 | 29.5 | 9.63 | - |
| YUV | 144.92 | 86.29 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 119 | 71 | 0 | 0.47 | 0.68 | 0.12 | 18.82 | 0.71 | 0.58 |
| Hex | E0 | 77 | 47 | 0 | 2F | 44 | C | 13 | 47 | 3A |
| Octal | 340 | 167 | 107 | 0 | 57 | 104 | 14 | 23 | 107 | 72 |
| Binary | 11100000 | 1110111 | 1000111 | 0 | 101111 | 1000100 | 1100 | 10011 | 1000111 | 111010 |
Color Harmonies of #E07747
Complementary color
Monochromatic Colors of #E07747
Black with #E07747
Text Example
Text Example
White with #E07747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07747; }
p { color: rgb(224,119,71); }
H1.HeaderClassName
{
color: #E07747;
}
.AnyTagClassName
{
color: #E07747;
}
</style>
background-color css
<style>
a { background-color: #E07747; }
a { background-color: rgb(224,119,71); }
div.DivClassName
{
background-color: #E07747;
}
.BgClassName
{
background-color: #E07747;
}
</style>
border-color css
<style>
span { border-color: #E07747; }
span { border-color: rgb(224,119,71); }
td.TdClassName
{
border-color: #E07747;
}
.TagClassName
{
border-color: #E07747;
}
</style>