Shades of Jaffa #E07343
Tints of Jaffa #E07343
RGB
CMYK
RGB Variations
Color information
#E07343 (or 0xE07343) is known color: Jaffa. HEX triplet: E0, 73 and 43. RGB value is (224,115,67). Sum of RGB (Red+Green+Blue) = 224+115+67=406 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.17% from 406); Green value is 115 (45.31% from 255 or 28.33% from 406); Blue value is 67 (26.56% from 255 or 16.50% from 406); Max value from RGB is 224 - color contains mainly: red. Hex color #E07343 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07343 is #1F8CBC. Grayscale: #8E8E8E. Windows color (decimal): -2067645 or 4420576. OLE color: 4420576.
HSL color Cylindrical-coordinate representation of color #E07343: hue angle of 18.34º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E07343 is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 115 | 67 | - |
| CMYK | 0 | 0.49 | 0.70 | 0.12 |
| HSL | 18.34º | 0.72% | 0.57% | - |
| HSV(B) | 18.34º | 0.7% | 0.88% | - |
| XYZ | 37.88 | 28.51 | 8.82 | - |
| YUV | 142.12 | 85.61 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 115 | 67 | 0 | 0.49 | 0.70 | 0.12 | 18.34 | 0.72 | 0.57 |
| Hex | E0 | 73 | 43 | 0 | 31 | 46 | C | 12 | 48 | 39 |
| Octal | 340 | 163 | 103 | 0 | 61 | 106 | 14 | 22 | 110 | 71 |
| Binary | 11100000 | 1110011 | 1000011 | 0 | 110001 | 1000110 | 1100 | 10010 | 1001000 | 111001 |
Color Harmonies of #E07343
Complementary color
Monochromatic Colors of #E07343
Black with #E07343
Text Example
Text Example
White with #E07343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07343; }
p { color: rgb(224,115,67); }
H1.HeaderClassName
{
color: #E07343;
}
.AnyTagClassName
{
color: #E07343;
}
</style>
background-color css
<style>
a { background-color: #E07343; }
a { background-color: rgb(224,115,67); }
div.DivClassName
{
background-color: #E07343;
}
.BgClassName
{
background-color: #E07343;
}
</style>
border-color css
<style>
span { border-color: #E07343; }
span { border-color: rgb(224,115,67); }
td.TdClassName
{
border-color: #E07343;
}
.TagClassName
{
border-color: #E07343;
}
</style>