Shades of Jaffa #E07443
Tints of Jaffa #E07443
RGB
CMYK
RGB Variations
Color information
#E07443 (or 0xE07443) is known color: Jaffa. HEX triplet: E0, 74 and 43. RGB value is (224,116,67). Sum of RGB (Red+Green+Blue) = 224+116+67=407 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.04% from 407); Green value is 116 (45.70% from 255 or 28.50% from 407); Blue value is 67 (26.56% from 255 or 16.46% from 407); Max value from RGB is 224 - color contains mainly: red. Hex color #E07443 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07443 is #1F8BBC. Grayscale: #8F8F8F. Windows color (decimal): -2067389 or 4420832. OLE color: 4420832.
HSL color Cylindrical-coordinate representation of color #E07443: hue angle of 18.73º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E07443 is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 116 | 67 | - |
| CMYK | 0 | 0.48 | 0.70 | 0.12 |
| HSL | 18.73º | 0.72% | 0.57% | - |
| HSV(B) | 18.73º | 0.7% | 0.88% | - |
| XYZ | 38 | 28.74 | 8.86 | - |
| YUV | 142.71 | 85.28 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 116 | 67 | 0 | 0.48 | 0.70 | 0.12 | 18.73 | 0.72 | 0.57 |
| Hex | E0 | 74 | 43 | 0 | 30 | 46 | C | 13 | 48 | 39 |
| Octal | 340 | 164 | 103 | 0 | 60 | 106 | 14 | 23 | 110 | 71 |
| Binary | 11100000 | 1110100 | 1000011 | 0 | 110000 | 1000110 | 1100 | 10011 | 1001000 | 111001 |
Color Harmonies of #E07443
Complementary color
Monochromatic Colors of #E07443
Black with #E07443
Text Example
Text Example
White with #E07443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07443; }
p { color: rgb(224,116,67); }
H1.HeaderClassName
{
color: #E07443;
}
.AnyTagClassName
{
color: #E07443;
}
</style>
background-color css
<style>
a { background-color: #E07443; }
a { background-color: rgb(224,116,67); }
div.DivClassName
{
background-color: #E07443;
}
.BgClassName
{
background-color: #E07443;
}
</style>
border-color css
<style>
span { border-color: #E07443; }
span { border-color: rgb(224,116,67); }
td.TdClassName
{
border-color: #E07443;
}
.TagClassName
{
border-color: #E07443;
}
</style>