Shades of Jaffa #E07141
Tints of Jaffa #E07141
RGB
CMYK
RGB Variations
Color information
#E07141 (or 0xE07141) is known color: Jaffa. HEX triplet: E0, 71 and 41. RGB value is (224,113,65). Sum of RGB (Red+Green+Blue) = 224+113+65=402 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.72% from 402); Green value is 113 (44.53% from 255 or 28.11% from 402); Blue value is 65 (25.78% from 255 or 16.17% from 402); Max value from RGB is 224 - color contains mainly: red. Hex color #E07141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07141 is #1F8EBE. Grayscale: #8D8D8D. Windows color (decimal): -2068159 or 4288992. OLE color: 4288992.
HSL color Cylindrical-coordinate representation of color #E07141: hue angle of 18.11º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E07141 is Cyan = 0, Magento = 0.50, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 113 | 65 | - |
| CMYK | 0 | 0.50 | 0.71 | 0.12 |
| HSL | 18.11º | 0.72% | 0.57% | - |
| HSV(B) | 18.11º | 0.71% | 0.88% | - |
| XYZ | 37.6 | 28.04 | 8.43 | - |
| YUV | 140.72 | 85.27 | 187.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 113 | 65 | 0 | 0.50 | 0.71 | 0.12 | 18.11 | 0.72 | 0.57 |
| Hex | E0 | 71 | 41 | 0 | 32 | 47 | C | 12 | 48 | 39 |
| Octal | 340 | 161 | 101 | 0 | 62 | 107 | 14 | 22 | 110 | 71 |
| Binary | 11100000 | 1110001 | 1000001 | 0 | 110010 | 1000111 | 1100 | 10010 | 1001000 | 111001 |
Color Harmonies of #E07141
Complementary color
Monochromatic Colors of #E07141
Black with #E07141
Text Example
Text Example
White with #E07141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07141; }
p { color: rgb(224,113,65); }
H1.HeaderClassName
{
color: #E07141;
}
.AnyTagClassName
{
color: #E07141;
}
</style>
background-color css
<style>
a { background-color: #E07141; }
a { background-color: rgb(224,113,65); }
div.DivClassName
{
background-color: #E07141;
}
.BgClassName
{
background-color: #E07141;
}
</style>
border-color css
<style>
span { border-color: #E07141; }
span { border-color: rgb(224,113,65); }
td.TdClassName
{
border-color: #E07141;
}
.TagClassName
{
border-color: #E07141;
}
</style>