Shades of Jaffa #E37340
Tints of Jaffa #E37340
RGB
CMYK
RGB Variations
Color information
#E37340 (or 0xE37340) is known color: Jaffa. HEX triplet: E3, 73 and 40. RGB value is (227,115,64). Sum of RGB (Red+Green+Blue) = 227+115+64=406 (53% of max value = 765). Red value is 227 (89.06% from 255 or 55.91% from 406); Green value is 115 (45.31% from 255 or 28.33% from 406); Blue value is 64 (25.39% from 255 or 15.76% from 406); Max value from RGB is 227 - color contains mainly: red. Hex color #E37340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E37340 is #1C8CBF. Grayscale: #8E8E8E. Windows color (decimal): -1871040 or 4223971. OLE color: 4223971.
HSL color Cylindrical-coordinate representation of color #E37340: hue angle of 18.77º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E37340 is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 115 | 64 | - |
| CMYK | 0 | 0.49 | 0.72 | 0.11 |
| HSL | 18.77º | 0.74% | 0.57% | - |
| HSV(B) | 18.77º | 0.72% | 0.89% | - |
| XYZ | 38.73 | 28.96 | 8.4 | - |
| YUV | 142.67 | 83.61 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 115 | 64 | 0 | 0.49 | 0.72 | 0.11 | 18.77 | 0.74 | 0.57 |
| Hex | E3 | 73 | 40 | 0 | 31 | 48 | B | 13 | 4A | 39 |
| Octal | 343 | 163 | 100 | 0 | 61 | 110 | 13 | 23 | 112 | 71 |
| Binary | 11100011 | 1110011 | 1000000 | 0 | 110001 | 1001000 | 1011 | 10011 | 1001010 | 111001 |
Color Harmonies of #E37340
Complementary color
Monochromatic Colors of #E37340
Black with #E37340
Text Example
Text Example
White with #E37340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37340; }
p { color: rgb(227,115,64); }
H1.HeaderClassName
{
color: #E37340;
}
.AnyTagClassName
{
color: #E37340;
}
</style>
background-color css
<style>
a { background-color: #E37340; }
a { background-color: rgb(227,115,64); }
div.DivClassName
{
background-color: #E37340;
}
.BgClassName
{
background-color: #E37340;
}
</style>
border-color css
<style>
span { border-color: #E37340; }
span { border-color: rgb(227,115,64); }
td.TdClassName
{
border-color: #E37340;
}
.TagClassName
{
border-color: #E37340;
}
</style>