Shades of Jaffa #E18249
Tints of Jaffa #E18249
RGB
CMYK
RGB Variations
Color information
#E18249 (or 0xE18249) is known color: Jaffa. HEX triplet: E1, 82 and 49. RGB value is (225,130,73). Sum of RGB (Red+Green+Blue) = 225+130+73=428 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.57% from 428); Green value is 130 (51.17% from 255 or 30.37% from 428); Blue value is 73 (28.91% from 255 or 17.06% from 428); Max value from RGB is 225 - color contains mainly: red. Hex color #E18249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18249 is #1E7DB6. Grayscale: #989898. Windows color (decimal): -1998263 or 4817633. OLE color: 4817633.
HSL color Cylindrical-coordinate representation of color #E18249: hue angle of 22.5º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E18249 is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 130 | 73 | - |
| CMYK | 0 | 0.42 | 0.68 | 0.12 |
| HSL | 22.5º | 0.72% | 0.58% | - |
| HSV(B) | 22.5º | 0.68% | 0.88% | - |
| XYZ | 40.24 | 32.45 | 10.45 | - |
| YUV | 151.91 | 83.47 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 130 | 73 | 0 | 0.42 | 0.68 | 0.12 | 22.5 | 0.72 | 0.58 |
| Hex | E1 | 82 | 49 | 0 | 2A | 44 | C | 16 | 48 | 3A |
| Octal | 341 | 202 | 111 | 0 | 52 | 104 | 14 | 26 | 110 | 72 |
| Binary | 11100001 | 10000010 | 1001001 | 0 | 101010 | 1000100 | 1100 | 10110 | 1001000 | 111010 |
Color Harmonies of #E18249
Complementary color
Monochromatic Colors of #E18249
Black with #E18249
Text Example
Text Example
White with #E18249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18249; }
p { color: rgb(225,130,73); }
H1.HeaderClassName
{
color: #E18249;
}
.AnyTagClassName
{
color: #E18249;
}
</style>
background-color css
<style>
a { background-color: #E18249; }
a { background-color: rgb(225,130,73); }
div.DivClassName
{
background-color: #E18249;
}
.BgClassName
{
background-color: #E18249;
}
</style>
border-color css
<style>
span { border-color: #E18249; }
span { border-color: rgb(225,130,73); }
td.TdClassName
{
border-color: #E18249;
}
.TagClassName
{
border-color: #E18249;
}
</style>