Shades of Jaffa #E07441
Tints of Jaffa #E07441
RGB
CMYK
RGB Variations
Color information
#E07441 (or 0xE07441) is known color: Jaffa. HEX triplet: E0, 74 and 41. RGB value is (224,116,65). Sum of RGB (Red+Green+Blue) = 224+116+65=405 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.31% from 405); Green value is 116 (45.70% from 255 or 28.64% from 405); Blue value is 65 (25.78% from 255 or 16.05% from 405); Max value from RGB is 224 - color contains mainly: red. Hex color #E07441 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07441 is #1F8BBE. Grayscale: #8E8E8E. Windows color (decimal): -2067391 or 4289760. OLE color: 4289760.
HSL color Cylindrical-coordinate representation of color #E07441: hue angle of 19.25º 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 #E07441 is Cyan = 0, Magento = 0.48, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 116 | 65 | - |
| CMYK | 0 | 0.48 | 0.71 | 0.12 |
| HSL | 19.25º | 0.72% | 0.57% | - |
| HSV(B) | 19.25º | 0.71% | 0.88% | - |
| XYZ | 37.94 | 28.72 | 8.54 | - |
| YUV | 142.48 | 84.28 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 116 | 65 | 0 | 0.48 | 0.71 | 0.12 | 19.25 | 0.72 | 0.57 |
| Hex | E0 | 74 | 41 | 0 | 30 | 47 | C | 13 | 48 | 39 |
| Octal | 340 | 164 | 101 | 0 | 60 | 107 | 14 | 23 | 110 | 71 |
| Binary | 11100000 | 1110100 | 1000001 | 0 | 110000 | 1000111 | 1100 | 10011 | 1001000 | 111001 |
Color Harmonies of #E07441
Complementary color
Monochromatic Colors of #E07441
Black with #E07441
Text Example
Text Example
White with #E07441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07441; }
p { color: rgb(224,116,65); }
H1.HeaderClassName
{
color: #E07441;
}
.AnyTagClassName
{
color: #E07441;
}
</style>
background-color css
<style>
a { background-color: #E07441; }
a { background-color: rgb(224,116,65); }
div.DivClassName
{
background-color: #E07441;
}
.BgClassName
{
background-color: #E07441;
}
</style>
border-color css
<style>
span { border-color: #E07441; }
span { border-color: rgb(224,116,65); }
td.TdClassName
{
border-color: #E07441;
}
.TagClassName
{
border-color: #E07441;
}
</style>