Shades of Jaffa #E3743D
Tints of Jaffa #E3743D
RGB
CMYK
RGB Variations
Color information
#E3743D (or 0xE3743D) is known color: Jaffa. HEX triplet: E3, 74 and 3D. RGB value is (227,116,61). Sum of RGB (Red+Green+Blue) = 227+116+61=404 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.19% from 404); Green value is 116 (45.70% from 255 or 28.71% from 404); Blue value is 61 (24.22% from 255 or 15.10% from 404); Max value from RGB is 227 - color contains mainly: red. Hex color #E3743D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E3743D is #1C8BC2. Grayscale: #8F8F8F. Windows color (decimal): -1870787 or 4027619. OLE color: 4027619.
HSL color Cylindrical-coordinate representation of color #E3743D: hue angle of 19.88º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E3743D is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 116 | 61 | - |
| CMYK | 0 | 0.49 | 0.73 | 0.11 |
| HSL | 19.88º | 0.75% | 0.56% | - |
| HSV(B) | 19.88º | 0.73% | 0.89% | - |
| XYZ | 38.77 | 29.16 | 8 | - |
| YUV | 142.92 | 81.77 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 116 | 61 | 0 | 0.49 | 0.73 | 0.11 | 19.88 | 0.75 | 0.56 |
| Hex | E3 | 74 | 3D | 0 | 31 | 49 | B | 14 | 4B | 38 |
| Octal | 343 | 164 | 75 | 0 | 61 | 111 | 13 | 24 | 113 | 70 |
| Binary | 11100011 | 1110100 | 111101 | 0 | 110001 | 1001001 | 1011 | 10100 | 1001011 | 111000 |
Color Harmonies of #E3743D
Complementary color
Monochromatic Colors of #E3743D
Black with #E3743D
Text Example
Text Example
White with #E3743D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3743D; }
p { color: rgb(227,116,61); }
H1.HeaderClassName
{
color: #E3743D;
}
.AnyTagClassName
{
color: #E3743D;
}
</style>
background-color css
<style>
a { background-color: #E3743D; }
a { background-color: rgb(227,116,61); }
div.DivClassName
{
background-color: #E3743D;
}
.BgClassName
{
background-color: #E3743D;
}
</style>
border-color css
<style>
span { border-color: #E3743D; }
span { border-color: rgb(227,116,61); }
td.TdClassName
{
border-color: #E3743D;
}
.TagClassName
{
border-color: #E3743D;
}
</style>