Shades of Jaffa #E06F49
Tints of Jaffa #E06F49
RGB
CMYK
RGB Variations
Color information
#E06F49 (or 0xE06F49) is known color: Jaffa. HEX triplet: E0, 6F and 49. RGB value is (224,111,73). Sum of RGB (Red+Green+Blue) = 224+111+73=408 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.90% from 408); Green value is 111 (43.75% from 255 or 27.21% from 408); Blue value is 73 (28.91% from 255 or 17.89% from 408); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06F49 is #1F90B6. Grayscale: #8C8C8C. Windows color (decimal): -2068663 or 4812768. OLE color: 4812768.
HSL color Cylindrical-coordinate representation of color #E06F49: hue angle of 15.1º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E06F49 is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 111 | 73 | - |
| CMYK | 0 | 0.50 | 0.67 | 0.12 |
| HSL | 15.1º | 0.71% | 0.58% | - |
| HSV(B) | 15.1º | 0.67% | 0.88% | - |
| XYZ | 37.63 | 27.7 | 9.67 | - |
| YUV | 140.46 | 89.94 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 111 | 73 | 0 | 0.50 | 0.67 | 0.12 | 15.1 | 0.71 | 0.58 |
| Hex | E0 | 6F | 49 | 0 | 32 | 43 | C | F | 47 | 3A |
| Octal | 340 | 157 | 111 | 0 | 62 | 103 | 14 | 17 | 107 | 72 |
| Binary | 11100000 | 1101111 | 1001001 | 0 | 110010 | 1000011 | 1100 | 1111 | 1000111 | 111010 |
Color Harmonies of #E06F49
Complementary color
Monochromatic Colors of #E06F49
Black with #E06F49
Text Example
Text Example
White with #E06F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06F49; }
p { color: rgb(224,111,73); }
H1.HeaderClassName
{
color: #E06F49;
}
.AnyTagClassName
{
color: #E06F49;
}
</style>
background-color css
<style>
a { background-color: #E06F49; }
a { background-color: rgb(224,111,73); }
div.DivClassName
{
background-color: #E06F49;
}
.BgClassName
{
background-color: #E06F49;
}
</style>
border-color css
<style>
span { border-color: #E06F49; }
span { border-color: rgb(224,111,73); }
td.TdClassName
{
border-color: #E06F49;
}
.TagClassName
{
border-color: #E06F49;
}
</style>