Shades of Jaffa #E07349
Tints of Jaffa #E07349
RGB
CMYK
RGB Variations
Color information
#E07349 (or 0xE07349) is known color: Jaffa. HEX triplet: E0, 73 and 49. RGB value is (224,115,73). Sum of RGB (Red+Green+Blue) = 224+115+73=412 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.37% from 412); Green value is 115 (45.31% from 255 or 27.91% from 412); Blue value is 73 (28.91% from 255 or 17.72% from 412); Max value from RGB is 224 - color contains mainly: red. Hex color #E07349 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07349 is #1F8CB6. Grayscale: #8F8F8F. Windows color (decimal): -2067639 or 4813792. OLE color: 4813792.
HSL color Cylindrical-coordinate representation of color #E07349: hue angle of 16.69º 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 #E07349 is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 115 | 73 | - |
| CMYK | 0 | 0.49 | 0.67 | 0.12 |
| HSL | 16.69º | 0.71% | 0.58% | - |
| HSV(B) | 16.69º | 0.67% | 0.88% | - |
| XYZ | 38.07 | 28.59 | 9.82 | - |
| YUV | 142.8 | 88.61 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 115 | 73 | 0 | 0.49 | 0.67 | 0.12 | 16.69 | 0.71 | 0.58 |
| Hex | E0 | 73 | 49 | 0 | 31 | 43 | C | 11 | 47 | 3A |
| Octal | 340 | 163 | 111 | 0 | 61 | 103 | 14 | 21 | 107 | 72 |
| Binary | 11100000 | 1110011 | 1001001 | 0 | 110001 | 1000011 | 1100 | 10001 | 1000111 | 111010 |
Color Harmonies of #E07349
Complementary color
Monochromatic Colors of #E07349
Black with #E07349
Text Example
Text Example
White with #E07349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07349; }
p { color: rgb(224,115,73); }
H1.HeaderClassName
{
color: #E07349;
}
.AnyTagClassName
{
color: #E07349;
}
</style>
background-color css
<style>
a { background-color: #E07349; }
a { background-color: rgb(224,115,73); }
div.DivClassName
{
background-color: #E07349;
}
.BgClassName
{
background-color: #E07349;
}
</style>
border-color css
<style>
span { border-color: #E07349; }
span { border-color: rgb(224,115,73); }
td.TdClassName
{
border-color: #E07349;
}
.TagClassName
{
border-color: #E07349;
}
</style>