Shades of Jaffa #E3774A
Tints of Jaffa #E3774A
RGB
CMYK
RGB Variations
Color information
#E3774A (or 0xE3774A) is known color: Jaffa. HEX triplet: E3, 77 and 4A. RGB value is (227,119,74). Sum of RGB (Red+Green+Blue) = 227+119+74=420 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.05% from 420); Green value is 119 (46.88% from 255 or 28.33% from 420); Blue value is 74 (29.30% from 255 or 17.62% from 420); Max value from RGB is 227 - color contains mainly: red. Hex color #E3774A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E3774A is #1C88B5. Grayscale: #929292. Windows color (decimal): -1870006 or 4880355. OLE color: 4880355.
HSL color Cylindrical-coordinate representation of color #E3774A: hue angle of 17.65º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E3774A is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 119 | 74 | - |
| CMYK | 0 | 0.48 | 0.67 | 0.11 |
| HSL | 17.65º | 0.73% | 0.59% | - |
| HSV(B) | 17.65º | 0.67% | 0.89% | - |
| XYZ | 39.51 | 30.02 | 10.19 | - |
| YUV | 146.16 | 87.28 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 119 | 74 | 0 | 0.48 | 0.67 | 0.11 | 17.65 | 0.73 | 0.59 |
| Hex | E3 | 77 | 4A | 0 | 30 | 43 | B | 12 | 49 | 3B |
| Octal | 343 | 167 | 112 | 0 | 60 | 103 | 13 | 22 | 111 | 73 |
| Binary | 11100011 | 1110111 | 1001010 | 0 | 110000 | 1000011 | 1011 | 10010 | 1001001 | 111011 |
Color Harmonies of #E3774A
Complementary color
Monochromatic Colors of #E3774A
Black with #E3774A
Text Example
Text Example
White with #E3774A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3774A; }
p { color: rgb(227,119,74); }
H1.HeaderClassName
{
color: #E3774A;
}
.AnyTagClassName
{
color: #E3774A;
}
</style>
background-color css
<style>
a { background-color: #E3774A; }
a { background-color: rgb(227,119,74); }
div.DivClassName
{
background-color: #E3774A;
}
.BgClassName
{
background-color: #E3774A;
}
</style>
border-color css
<style>
span { border-color: #E3774A; }
span { border-color: rgb(227,119,74); }
td.TdClassName
{
border-color: #E3774A;
}
.TagClassName
{
border-color: #E3774A;
}
</style>