Shades of Jaffa #E07940
Tints of Jaffa #E07940
RGB
CMYK
RGB Variations
Color information
#E07940 (or 0xE07940) is known color: Jaffa. HEX triplet: E0, 79 and 40. RGB value is (224,121,64). Sum of RGB (Red+Green+Blue) = 224+121+64=409 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.77% from 409); Green value is 121 (47.66% from 255 or 29.58% from 409); Blue value is 64 (25.39% from 255 or 15.65% from 409); Max value from RGB is 224 - color contains mainly: red. Hex color #E07940 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07940 is #1F86BF. Grayscale: #919191. Windows color (decimal): -2066112 or 4225504. OLE color: 4225504.
HSL color Cylindrical-coordinate representation of color #E07940: hue angle of 21.38º 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 #E07940 is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 121 | 64 | - |
| CMYK | 0 | 0.46 | 0.71 | 0.12 |
| HSL | 21.38º | 0.72% | 0.56% | - |
| HSV(B) | 21.38º | 0.71% | 0.88% | - |
| XYZ | 38.5 | 29.89 | 8.59 | - |
| YUV | 145.3 | 82.12 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 121 | 64 | 0 | 0.46 | 0.71 | 0.12 | 21.38 | 0.72 | 0.56 |
| Hex | E0 | 79 | 40 | 0 | 2E | 47 | C | 15 | 48 | 38 |
| Octal | 340 | 171 | 100 | 0 | 56 | 107 | 14 | 25 | 110 | 70 |
| Binary | 11100000 | 1111001 | 1000000 | 0 | 101110 | 1000111 | 1100 | 10101 | 1001000 | 111000 |
Color Harmonies of #E07940
Complementary color
Monochromatic Colors of #E07940
Black with #E07940
Text Example
Text Example
White with #E07940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07940; }
p { color: rgb(224,121,64); }
H1.HeaderClassName
{
color: #E07940;
}
.AnyTagClassName
{
color: #E07940;
}
</style>
background-color css
<style>
a { background-color: #E07940; }
a { background-color: rgb(224,121,64); }
div.DivClassName
{
background-color: #E07940;
}
.BgClassName
{
background-color: #E07940;
}
</style>
border-color css
<style>
span { border-color: #E07940; }
span { border-color: rgb(224,121,64); }
td.TdClassName
{
border-color: #E07940;
}
.TagClassName
{
border-color: #E07940;
}
</style>