Shades of Jaffa #E27949
Tints of Jaffa #E27949
RGB
CMYK
RGB Variations
Color information
#E27949 (or 0xE27949) is known color: Jaffa. HEX triplet: E2, 79 and 49. RGB value is (226,121,73). Sum of RGB (Red+Green+Blue) = 226+121+73=420 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.81% from 420); Green value is 121 (47.66% from 255 or 28.81% from 420); Blue value is 73 (28.91% from 255 or 17.38% from 420); Max value from RGB is 226 - color contains mainly: red. Hex color #E27949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E27949 is #1D86B6. Grayscale: #939393. Windows color (decimal): -1935031 or 4815330. OLE color: 4815330.
HSL color Cylindrical-coordinate representation of color #E27949: hue angle of 18.82º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E27949 is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 121 | 73 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.11 |
| HSL | 18.82º | 0.73% | 0.59% | - |
| HSV(B) | 18.82º | 0.68% | 0.89% | - |
| XYZ | 39.4 | 30.32 | 10.08 | - |
| YUV | 146.92 | 86.29 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 121 | 73 | 0 | 0.46 | 0.68 | 0.11 | 18.82 | 0.73 | 0.59 |
| Hex | E2 | 79 | 49 | 0 | 2E | 44 | B | 13 | 49 | 3B |
| Octal | 342 | 171 | 111 | 0 | 56 | 104 | 13 | 23 | 111 | 73 |
| Binary | 11100010 | 1111001 | 1001001 | 0 | 101110 | 1000100 | 1011 | 10011 | 1001001 | 111011 |
Color Harmonies of #E27949
Complementary color
Monochromatic Colors of #E27949
Black with #E27949
Text Example
Text Example
White with #E27949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27949; }
p { color: rgb(226,121,73); }
H1.HeaderClassName
{
color: #E27949;
}
.AnyTagClassName
{
color: #E27949;
}
</style>
background-color css
<style>
a { background-color: #E27949; }
a { background-color: rgb(226,121,73); }
div.DivClassName
{
background-color: #E27949;
}
.BgClassName
{
background-color: #E27949;
}
</style>
border-color css
<style>
span { border-color: #E27949; }
span { border-color: rgb(226,121,73); }
td.TdClassName
{
border-color: #E27949;
}
.TagClassName
{
border-color: #E27949;
}
</style>