Shades of Jaffa #E07E4E
Tints of Jaffa #E07E4E
RGB
CMYK
RGB Variations
Color information
#E07E4E (or 0xE07E4E) is known color: Jaffa. HEX triplet: E0, 7E and 4E. RGB value is (224,126,78). Sum of RGB (Red+Green+Blue) = 224+126+78=428 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.34% from 428); Green value is 126 (49.61% from 255 or 29.44% from 428); Blue value is 78 (30.86% from 255 or 18.22% from 428); Max value from RGB is 224 - color contains mainly: red. Hex color #E07E4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07E4E is #1F81B1. Grayscale: #969696. Windows color (decimal): -2064818 or 5144288. OLE color: 5144288.
HSL color Cylindrical-coordinate representation of color #E07E4E: hue angle of 19.73º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E07E4E is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 126 | 78 | - |
| CMYK | 0 | 0.44 | 0.65 | 0.12 |
| HSL | 19.73º | 0.7% | 0.59% | - |
| HSV(B) | 19.73º | 0.65% | 0.88% | - |
| XYZ | 39.58 | 31.32 | 11.17 | - |
| YUV | 149.83 | 87.47 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 126 | 78 | 0 | 0.44 | 0.65 | 0.12 | 19.73 | 0.7 | 0.59 |
| Hex | E0 | 7E | 4E | 0 | 2C | 41 | C | 14 | 46 | 3B |
| Octal | 340 | 176 | 116 | 0 | 54 | 101 | 14 | 24 | 106 | 73 |
| Binary | 11100000 | 1111110 | 1001110 | 0 | 101100 | 1000001 | 1100 | 10100 | 1000110 | 111011 |
Color Harmonies of #E07E4E
Complementary color
Monochromatic Colors of #E07E4E
Black with #E07E4E
Text Example
Text Example
White with #E07E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07E4E; }
p { color: rgb(224,126,78); }
H1.HeaderClassName
{
color: #E07E4E;
}
.AnyTagClassName
{
color: #E07E4E;
}
</style>
background-color css
<style>
a { background-color: #E07E4E; }
a { background-color: rgb(224,126,78); }
div.DivClassName
{
background-color: #E07E4E;
}
.BgClassName
{
background-color: #E07E4E;
}
</style>
border-color css
<style>
span { border-color: #E07E4E; }
span { border-color: rgb(224,126,78); }
td.TdClassName
{
border-color: #E07E4E;
}
.TagClassName
{
border-color: #E07E4E;
}
</style>