Shades of Jaffa #E07647
Tints of Jaffa #E07647
RGB
CMYK
RGB Variations
Color information
#E07647 (or 0xE07647) is known color: Jaffa. HEX triplet: E0, 76 and 47. RGB value is (224,118,71). Sum of RGB (Red+Green+Blue) = 224+118+71=413 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.24% from 413); Green value is 118 (46.48% from 255 or 28.57% from 413); Blue value is 71 (28.12% from 255 or 17.19% from 413); Max value from RGB is 224 - color contains mainly: red. Hex color #E07647 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07647 is #1F89B8. Grayscale: #909090. Windows color (decimal): -2066873 or 4683488. OLE color: 4683488.
HSL color Cylindrical-coordinate representation of color #E07647: hue angle of 18.43º degrees, saturation: 0.71, 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 #E07647 is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 118 | 71 | - |
| CMYK | 0 | 0.47 | 0.68 | 0.12 |
| HSL | 18.43º | 0.71% | 0.58% | - |
| HSV(B) | 18.43º | 0.68% | 0.88% | - |
| XYZ | 38.36 | 29.26 | 9.59 | - |
| YUV | 144.34 | 86.62 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 118 | 71 | 0 | 0.47 | 0.68 | 0.12 | 18.43 | 0.71 | 0.58 |
| Hex | E0 | 76 | 47 | 0 | 2F | 44 | C | 12 | 47 | 3A |
| Octal | 340 | 166 | 107 | 0 | 57 | 104 | 14 | 22 | 107 | 72 |
| Binary | 11100000 | 1110110 | 1000111 | 0 | 101111 | 1000100 | 1100 | 10010 | 1000111 | 111010 |
Color Harmonies of #E07647
Complementary color
Monochromatic Colors of #E07647
Black with #E07647
Text Example
Text Example
White with #E07647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07647; }
p { color: rgb(224,118,71); }
H1.HeaderClassName
{
color: #E07647;
}
.AnyTagClassName
{
color: #E07647;
}
</style>
background-color css
<style>
a { background-color: #E07647; }
a { background-color: rgb(224,118,71); }
div.DivClassName
{
background-color: #E07647;
}
.BgClassName
{
background-color: #E07647;
}
</style>
border-color css
<style>
span { border-color: #E07647; }
span { border-color: rgb(224,118,71); }
td.TdClassName
{
border-color: #E07647;
}
.TagClassName
{
border-color: #E07647;
}
</style>