Shades of Jaffa #E3814D
Tints of Jaffa #E3814D
RGB
CMYK
RGB Variations
Color information
#E3814D (or 0xE3814D) is known color: Jaffa. HEX triplet: E3, 81 and 4D. RGB value is (227,129,77). Sum of RGB (Red+Green+Blue) = 227+129+77=433 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.42% from 433); Green value is 129 (50.78% from 255 or 29.79% from 433); Blue value is 77 (30.47% from 255 or 17.78% from 433); Max value from RGB is 227 - color contains mainly: red. Hex color #E3814D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3814D is #1C7EB2. Grayscale: #989898. Windows color (decimal): -1867443 or 5079523. OLE color: 5079523.
HSL color Cylindrical-coordinate representation of color #E3814D: hue angle of 20.8º 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 #E3814D is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 129 | 77 | - |
| CMYK | 0 | 0.43 | 0.66 | 0.11 |
| HSL | 20.8º | 0.73% | 0.6% | - |
| HSV(B) | 20.8º | 0.66% | 0.89% | - |
| XYZ | 40.87 | 32.57 | 11.15 | - |
| YUV | 152.37 | 85.47 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 129 | 77 | 0 | 0.43 | 0.66 | 0.11 | 20.8 | 0.73 | 0.6 |
| Hex | E3 | 81 | 4D | 0 | 2B | 42 | B | 15 | 49 | 3C |
| Octal | 343 | 201 | 115 | 0 | 53 | 102 | 13 | 25 | 111 | 74 |
| Binary | 11100011 | 10000001 | 1001101 | 0 | 101011 | 1000010 | 1011 | 10101 | 1001001 | 111100 |
Color Harmonies of #E3814D
Complementary color
Monochromatic Colors of #E3814D
Black with #E3814D
Text Example
Text Example
White with #E3814D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3814D; }
p { color: rgb(227,129,77); }
H1.HeaderClassName
{
color: #E3814D;
}
.AnyTagClassName
{
color: #E3814D;
}
</style>
background-color css
<style>
a { background-color: #E3814D; }
a { background-color: rgb(227,129,77); }
div.DivClassName
{
background-color: #E3814D;
}
.BgClassName
{
background-color: #E3814D;
}
</style>
border-color css
<style>
span { border-color: #E3814D; }
span { border-color: rgb(227,129,77); }
td.TdClassName
{
border-color: #E3814D;
}
.TagClassName
{
border-color: #E3814D;
}
</style>