Shades of Jaffa #E07F49
Tints of Jaffa #E07F49
RGB
CMYK
RGB Variations
Color information
#E07F49 (or 0xE07F49) is known color: Jaffa. HEX triplet: E0, 7F and 49. RGB value is (224,127,73). Sum of RGB (Red+Green+Blue) = 224+127+73=424 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.83% from 424); Green value is 127 (50% from 255 or 29.95% from 424); Blue value is 73 (28.91% from 255 or 17.22% from 424); Max value from RGB is 224 - color contains mainly: red. Hex color #E07F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07F49 is #1F80B6. Grayscale: #969696. Windows color (decimal): -2064567 or 4816864. OLE color: 4816864.
HSL color Cylindrical-coordinate representation of color #E07F49: hue angle of 21.46º 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 #E07F49 is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 127 | 73 | - |
| CMYK | 0 | 0.43 | 0.67 | 0.12 |
| HSL | 21.46º | 0.71% | 0.58% | - |
| HSV(B) | 21.46º | 0.67% | 0.88% | - |
| XYZ | 39.53 | 31.51 | 10.3 | - |
| YUV | 149.85 | 84.64 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 127 | 73 | 0 | 0.43 | 0.67 | 0.12 | 21.46 | 0.71 | 0.58 |
| Hex | E0 | 7F | 49 | 0 | 2B | 43 | C | 15 | 47 | 3A |
| Octal | 340 | 177 | 111 | 0 | 53 | 103 | 14 | 25 | 107 | 72 |
| Binary | 11100000 | 1111111 | 1001001 | 0 | 101011 | 1000011 | 1100 | 10101 | 1000111 | 111010 |
Color Harmonies of #E07F49
Complementary color
Monochromatic Colors of #E07F49
Black with #E07F49
Text Example
Text Example
White with #E07F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07F49; }
p { color: rgb(224,127,73); }
H1.HeaderClassName
{
color: #E07F49;
}
.AnyTagClassName
{
color: #E07F49;
}
</style>
background-color css
<style>
a { background-color: #E07F49; }
a { background-color: rgb(224,127,73); }
div.DivClassName
{
background-color: #E07F49;
}
.BgClassName
{
background-color: #E07F49;
}
</style>
border-color css
<style>
span { border-color: #E07F49; }
span { border-color: rgb(224,127,73); }
td.TdClassName
{
border-color: #E07F49;
}
.TagClassName
{
border-color: #E07F49;
}
</style>