Shades of Jaffa #E27A49
Tints of Jaffa #E27A49
RGB
CMYK
RGB Variations
Color information
#E27A49 (or 0xE27A49) is known color: Jaffa. HEX triplet: E2, 7A and 49. RGB value is (226,122,73). Sum of RGB (Red+Green+Blue) = 226+122+73=421 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.68% from 421); Green value is 122 (48.05% from 255 or 28.98% from 421); Blue value is 73 (28.91% from 255 or 17.34% from 421); Max value from RGB is 226 - color contains mainly: red. Hex color #E27A49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E27A49 is #1D85B6. Grayscale: #939393. Windows color (decimal): -1934775 or 4815586. OLE color: 4815586.
HSL color Cylindrical-coordinate representation of color #E27A49: hue angle of 19.22º 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 #E27A49 is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 122 | 73 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.11 |
| HSL | 19.22º | 0.73% | 0.59% | - |
| HSV(B) | 19.22º | 0.68% | 0.89% | - |
| XYZ | 39.53 | 30.57 | 10.12 | - |
| YUV | 147.51 | 85.96 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 122 | 73 | 0 | 0.46 | 0.68 | 0.11 | 19.22 | 0.73 | 0.59 |
| Hex | E2 | 7A | 49 | 0 | 2E | 44 | B | 13 | 49 | 3B |
| Octal | 342 | 172 | 111 | 0 | 56 | 104 | 13 | 23 | 111 | 73 |
| Binary | 11100010 | 1111010 | 1001001 | 0 | 101110 | 1000100 | 1011 | 10011 | 1001001 | 111011 |
Color Harmonies of #E27A49
Complementary color
Monochromatic Colors of #E27A49
Black with #E27A49
Text Example
Text Example
White with #E27A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27A49; }
p { color: rgb(226,122,73); }
H1.HeaderClassName
{
color: #E27A49;
}
.AnyTagClassName
{
color: #E27A49;
}
</style>
background-color css
<style>
a { background-color: #E27A49; }
a { background-color: rgb(226,122,73); }
div.DivClassName
{
background-color: #E27A49;
}
.BgClassName
{
background-color: #E27A49;
}
</style>
border-color css
<style>
span { border-color: #E27A49; }
span { border-color: rgb(226,122,73); }
td.TdClassName
{
border-color: #E27A49;
}
.TagClassName
{
border-color: #E27A49;
}
</style>