Shades of Jaffa #E37043
Tints of Jaffa #E37043
RGB
CMYK
RGB Variations
Color information
#E37043 (or 0xE37043) is known color: Jaffa. HEX triplet: E3, 70 and 43. RGB value is (227,112,67). Sum of RGB (Red+Green+Blue) = 227+112+67=406 (53% of max value = 765). Red value is 227 (89.06% from 255 or 55.91% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 67 (26.56% from 255 or 16.50% from 406); Max value from RGB is 227 - color contains mainly: red. Hex color #E37043 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E37043 is #1C8FBC. Grayscale: #8D8D8D. Windows color (decimal): -1871805 or 4419811. OLE color: 4419811.
HSL color Cylindrical-coordinate representation of color #E37043: hue angle of 16.88º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E37043 is Cyan = 0, Magento = 0.51, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 112 | 67 | - |
| CMYK | 0 | 0.51 | 0.70 | 0.11 |
| HSL | 16.88º | 0.74% | 0.58% | - |
| HSV(B) | 16.88º | 0.7% | 0.89% | - |
| XYZ | 38.49 | 28.32 | 8.75 | - |
| YUV | 141.26 | 86.1 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 112 | 67 | 0 | 0.51 | 0.70 | 0.11 | 16.88 | 0.74 | 0.58 |
| Hex | E3 | 70 | 43 | 0 | 33 | 46 | B | 11 | 4A | 3A |
| Octal | 343 | 160 | 103 | 0 | 63 | 106 | 13 | 21 | 112 | 72 |
| Binary | 11100011 | 1110000 | 1000011 | 0 | 110011 | 1000110 | 1011 | 10001 | 1001010 | 111010 |
Color Harmonies of #E37043
Complementary color
Monochromatic Colors of #E37043
Black with #E37043
Text Example
Text Example
White with #E37043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37043; }
p { color: rgb(227,112,67); }
H1.HeaderClassName
{
color: #E37043;
}
.AnyTagClassName
{
color: #E37043;
}
</style>
background-color css
<style>
a { background-color: #E37043; }
a { background-color: rgb(227,112,67); }
div.DivClassName
{
background-color: #E37043;
}
.BgClassName
{
background-color: #E37043;
}
</style>
border-color css
<style>
span { border-color: #E37043; }
span { border-color: rgb(227,112,67); }
td.TdClassName
{
border-color: #E37043;
}
.TagClassName
{
border-color: #E37043;
}
</style>