Shades of Jaffa #E3804D
Tints of Jaffa #E3804D
RGB
CMYK
RGB Variations
Color information
#E3804D (or 0xE3804D) is known color: Jaffa. HEX triplet: E3, 80 and 4D. RGB value is (227,128,77). Sum of RGB (Red+Green+Blue) = 227+128+77=432 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.55% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 77 (30.47% from 255 or 17.82% from 432); Max value from RGB is 227 - color contains mainly: red. Hex color #E3804D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3804D is #1C7FB2. Grayscale: #989898. Windows color (decimal): -1867699 or 5079267. OLE color: 5079267.
HSL color Cylindrical-coordinate representation of color #E3804D: hue angle of 20.4º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E3804D is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 128 | 77 | - |
| CMYK | 0 | 0.44 | 0.66 | 0.11 |
| HSL | 20.4º | 0.73% | 0.6% | - |
| HSV(B) | 20.4º | 0.66% | 0.89% | - |
| XYZ | 40.74 | 32.31 | 11.11 | - |
| YUV | 151.79 | 85.8 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 128 | 77 | 0 | 0.44 | 0.66 | 0.11 | 20.4 | 0.73 | 0.6 |
| Hex | E3 | 80 | 4D | 0 | 2C | 42 | B | 14 | 49 | 3C |
| Octal | 343 | 200 | 115 | 0 | 54 | 102 | 13 | 24 | 111 | 74 |
| Binary | 11100011 | 10000000 | 1001101 | 0 | 101100 | 1000010 | 1011 | 10100 | 1001001 | 111100 |
Color Harmonies of #E3804D
Complementary color
Monochromatic Colors of #E3804D
Black with #E3804D
Text Example
Text Example
White with #E3804D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3804D; }
p { color: rgb(227,128,77); }
H1.HeaderClassName
{
color: #E3804D;
}
.AnyTagClassName
{
color: #E3804D;
}
</style>
background-color css
<style>
a { background-color: #E3804D; }
a { background-color: rgb(227,128,77); }
div.DivClassName
{
background-color: #E3804D;
}
.BgClassName
{
background-color: #E3804D;
}
</style>
border-color css
<style>
span { border-color: #E3804D; }
span { border-color: rgb(227,128,77); }
td.TdClassName
{
border-color: #E3804D;
}
.TagClassName
{
border-color: #E3804D;
}
</style>