Shades of Jaffa #E37647
Tints of Jaffa #E37647
RGB
CMYK
RGB Variations
Color information
#E37647 (or 0xE37647) is known color: Jaffa. HEX triplet: E3, 76 and 47. RGB value is (227,118,71). Sum of RGB (Red+Green+Blue) = 227+118+71=416 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.57% from 416); Green value is 118 (46.48% from 255 or 28.37% from 416); Blue value is 71 (28.12% from 255 or 17.07% from 416); Max value from RGB is 227 - color contains mainly: red. Hex color #E37647 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E37647 is #1C89B8. Grayscale: #919191. Windows color (decimal): -1870265 or 4683491. OLE color: 4683491.
HSL color Cylindrical-coordinate representation of color #E37647: hue angle of 18.08º 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 #E37647 is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 118 | 71 | - |
| CMYK | 0 | 0.48 | 0.69 | 0.11 |
| HSL | 18.08º | 0.74% | 0.58% | - |
| HSV(B) | 18.08º | 0.69% | 0.89% | - |
| XYZ | 39.29 | 29.74 | 9.63 | - |
| YUV | 145.23 | 86.11 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 118 | 71 | 0 | 0.48 | 0.69 | 0.11 | 18.08 | 0.74 | 0.58 |
| Hex | E3 | 76 | 47 | 0 | 30 | 45 | B | 12 | 4A | 3A |
| Octal | 343 | 166 | 107 | 0 | 60 | 105 | 13 | 22 | 112 | 72 |
| Binary | 11100011 | 1110110 | 1000111 | 0 | 110000 | 1000101 | 1011 | 10010 | 1001010 | 111010 |
Color Harmonies of #E37647
Complementary color
Monochromatic Colors of #E37647
Black with #E37647
Text Example
Text Example
White with #E37647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37647; }
p { color: rgb(227,118,71); }
H1.HeaderClassName
{
color: #E37647;
}
.AnyTagClassName
{
color: #E37647;
}
</style>
background-color css
<style>
a { background-color: #E37647; }
a { background-color: rgb(227,118,71); }
div.DivClassName
{
background-color: #E37647;
}
.BgClassName
{
background-color: #E37647;
}
</style>
border-color css
<style>
span { border-color: #E37647; }
span { border-color: rgb(227,118,71); }
td.TdClassName
{
border-color: #E37647;
}
.TagClassName
{
border-color: #E37647;
}
</style>