Shades of Jaffa #E37746
Tints of Jaffa #E37746
RGB
CMYK
RGB Variations
Color information
#E37746 (or 0xE37746) is known color: Jaffa. HEX triplet: E3, 77 and 46. RGB value is (227,119,70). Sum of RGB (Red+Green+Blue) = 227+119+70=416 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.57% from 416); Green value is 119 (46.88% from 255 or 28.61% from 416); Blue value is 70 (27.73% from 255 or 16.83% from 416); Max value from RGB is 227 - color contains mainly: red. Hex color #E37746 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E37746 is #1C88B9. Grayscale: #929292. Windows color (decimal): -1870010 or 4618211. OLE color: 4618211.
HSL color Cylindrical-coordinate representation of color #E37746: hue angle of 18.73º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E37746 is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 119 | 70 | - |
| CMYK | 0 | 0.48 | 0.69 | 0.11 |
| HSL | 18.73º | 0.74% | 0.58% | - |
| HSV(B) | 18.73º | 0.69% | 0.89% | - |
| XYZ | 39.38 | 29.97 | 9.5 | - |
| YUV | 145.71 | 85.28 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 119 | 70 | 0 | 0.48 | 0.69 | 0.11 | 18.73 | 0.74 | 0.58 |
| Hex | E3 | 77 | 46 | 0 | 30 | 45 | B | 13 | 4A | 3A |
| Octal | 343 | 167 | 106 | 0 | 60 | 105 | 13 | 23 | 112 | 72 |
| Binary | 11100011 | 1110111 | 1000110 | 0 | 110000 | 1000101 | 1011 | 10011 | 1001010 | 111010 |
Color Harmonies of #E37746
Complementary color
Monochromatic Colors of #E37746
Black with #E37746
Text Example
Text Example
White with #E37746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37746; }
p { color: rgb(227,119,70); }
H1.HeaderClassName
{
color: #E37746;
}
.AnyTagClassName
{
color: #E37746;
}
</style>
background-color css
<style>
a { background-color: #E37746; }
a { background-color: rgb(227,119,70); }
div.DivClassName
{
background-color: #E37746;
}
.BgClassName
{
background-color: #E37746;
}
</style>
border-color css
<style>
span { border-color: #E37746; }
span { border-color: rgb(227,119,70); }
td.TdClassName
{
border-color: #E37746;
}
.TagClassName
{
border-color: #E37746;
}
</style>