Shades of Jaffa #E37844
Tints of Jaffa #E37844
RGB
CMYK
RGB Variations
Color information
#E37844 (or 0xE37844) is known color: Jaffa. HEX triplet: E3, 78 and 44. RGB value is (227,120,68). Sum of RGB (Red+Green+Blue) = 227+120+68=415 (54% of max value = 765). Red value is 227 (89.06% from 255 or 54.70% from 415); Green value is 120 (47.27% from 255 or 28.92% from 415); Blue value is 68 (26.95% from 255 or 16.39% from 415); Max value from RGB is 227 - color contains mainly: red. Hex color #E37844 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E37844 is #1C87BB. Grayscale: #929292. Windows color (decimal): -1869756 or 4487395. OLE color: 4487395.
HSL color Cylindrical-coordinate representation of color #E37844: hue angle of 19.62º 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 #E37844 is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 120 | 68 | - |
| CMYK | 0 | 0.47 | 0.70 | 0.11 |
| HSL | 19.62º | 0.74% | 0.58% | - |
| HSV(B) | 19.62º | 0.7% | 0.89% | - |
| XYZ | 39.44 | 30.18 | 9.22 | - |
| YUV | 146.07 | 83.95 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 120 | 68 | 0 | 0.47 | 0.70 | 0.11 | 19.62 | 0.74 | 0.58 |
| Hex | E3 | 78 | 44 | 0 | 2F | 46 | B | 14 | 4A | 3A |
| Octal | 343 | 170 | 104 | 0 | 57 | 106 | 13 | 24 | 112 | 72 |
| Binary | 11100011 | 1111000 | 1000100 | 0 | 101111 | 1000110 | 1011 | 10100 | 1001010 | 111010 |
Color Harmonies of #E37844
Complementary color
Monochromatic Colors of #E37844
Black with #E37844
Text Example
Text Example
White with #E37844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37844; }
p { color: rgb(227,120,68); }
H1.HeaderClassName
{
color: #E37844;
}
.AnyTagClassName
{
color: #E37844;
}
</style>
background-color css
<style>
a { background-color: #E37844; }
a { background-color: rgb(227,120,68); }
div.DivClassName
{
background-color: #E37844;
}
.BgClassName
{
background-color: #E37844;
}
</style>
border-color css
<style>
span { border-color: #E37844; }
span { border-color: rgb(227,120,68); }
td.TdClassName
{
border-color: #E37844;
}
.TagClassName
{
border-color: #E37844;
}
</style>