Shades of Jaffa #E07A40
Tints of Jaffa #E07A40
RGB
CMYK
RGB Variations
Color information
#E07A40 (or 0xE07A40) is known color: Jaffa. HEX triplet: E0, 7A and 40. RGB value is (224,122,64). Sum of RGB (Red+Green+Blue) = 224+122+64=410 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.63% from 410); Green value is 122 (48.05% from 255 or 29.76% from 410); Blue value is 64 (25.39% from 255 or 15.61% from 410); Max value from RGB is 224 - color contains mainly: red. Hex color #E07A40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07A40 is #1F85BF. Grayscale: #929292. Windows color (decimal): -2065856 or 4225760. OLE color: 4225760.
HSL color Cylindrical-coordinate representation of color #E07A40: hue angle of 21.75º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E07A40 is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 122 | 64 | - |
| CMYK | 0 | 0.46 | 0.71 | 0.12 |
| HSL | 21.75º | 0.72% | 0.56% | - |
| HSV(B) | 21.75º | 0.71% | 0.88% | - |
| XYZ | 38.63 | 30.14 | 8.63 | - |
| YUV | 145.89 | 81.79 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 122 | 64 | 0 | 0.46 | 0.71 | 0.12 | 21.75 | 0.72 | 0.56 |
| Hex | E0 | 7A | 40 | 0 | 2E | 47 | C | 16 | 48 | 38 |
| Octal | 340 | 172 | 100 | 0 | 56 | 107 | 14 | 26 | 110 | 70 |
| Binary | 11100000 | 1111010 | 1000000 | 0 | 101110 | 1000111 | 1100 | 10110 | 1001000 | 111000 |
Color Harmonies of #E07A40
Complementary color
Monochromatic Colors of #E07A40
Black with #E07A40
Text Example
Text Example
White with #E07A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07A40; }
p { color: rgb(224,122,64); }
H1.HeaderClassName
{
color: #E07A40;
}
.AnyTagClassName
{
color: #E07A40;
}
</style>
background-color css
<style>
a { background-color: #E07A40; }
a { background-color: rgb(224,122,64); }
div.DivClassName
{
background-color: #E07A40;
}
.BgClassName
{
background-color: #E07A40;
}
</style>
border-color css
<style>
span { border-color: #E07A40; }
span { border-color: rgb(224,122,64); }
td.TdClassName
{
border-color: #E07A40;
}
.TagClassName
{
border-color: #E07A40;
}
</style>