Shades of Jaffa #E07E51
Tints of Jaffa #E07E51
RGB
CMYK
RGB Variations
Color information
#E07E51 (or 0xE07E51) is known color: Jaffa. HEX triplet: E0, 7E and 51. RGB value is (224,126,81). Sum of RGB (Red+Green+Blue) = 224+126+81=431 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.97% from 431); Green value is 126 (49.61% from 255 or 29.23% from 431); Blue value is 81 (32.03% from 255 or 18.79% from 431); Max value from RGB is 224 - color contains mainly: red. Hex color #E07E51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07E51 is #1F81AE. Grayscale: #969696. Windows color (decimal): -2064815 or 5340896. OLE color: 5340896.
HSL color Cylindrical-coordinate representation of color #E07E51: hue angle of 18.88º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E07E51 is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 126 | 81 | - |
| CMYK | 0 | 0.44 | 0.64 | 0.12 |
| HSL | 18.88º | 0.7% | 0.6% | - |
| HSV(B) | 18.88º | 0.64% | 0.88% | - |
| XYZ | 39.69 | 31.36 | 11.75 | - |
| YUV | 150.17 | 88.97 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 126 | 81 | 0 | 0.44 | 0.64 | 0.12 | 18.88 | 0.7 | 0.6 |
| Hex | E0 | 7E | 51 | 0 | 2C | 40 | C | 13 | 46 | 3C |
| Octal | 340 | 176 | 121 | 0 | 54 | 100 | 14 | 23 | 106 | 74 |
| Binary | 11100000 | 1111110 | 1010001 | 0 | 101100 | 1000000 | 1100 | 10011 | 1000110 | 111100 |
Color Harmonies of #E07E51
Complementary color
Monochromatic Colors of #E07E51
Black with #E07E51
Text Example
Text Example
White with #E07E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07E51; }
p { color: rgb(224,126,81); }
H1.HeaderClassName
{
color: #E07E51;
}
.AnyTagClassName
{
color: #E07E51;
}
</style>
background-color css
<style>
a { background-color: #E07E51; }
a { background-color: rgb(224,126,81); }
div.DivClassName
{
background-color: #E07E51;
}
.BgClassName
{
background-color: #E07E51;
}
</style>
border-color css
<style>
span { border-color: #E07E51; }
span { border-color: rgb(224,126,81); }
td.TdClassName
{
border-color: #E07E51;
}
.TagClassName
{
border-color: #E07E51;
}
</style>