Shades of Jaffa #E07241
Tints of Jaffa #E07241
RGB
CMYK
RGB Variations
Color information
#E07241 (or 0xE07241) is known color: Jaffa. HEX triplet: E0, 72 and 41. RGB value is (224,114,65). Sum of RGB (Red+Green+Blue) = 224+114+65=403 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.58% from 403); Green value is 114 (44.92% from 255 or 28.29% from 403); Blue value is 65 (25.78% from 255 or 16.13% from 403); Max value from RGB is 224 - color contains mainly: red. Hex color #E07241 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07241 is #1F8DBE. Grayscale: #8D8D8D. Windows color (decimal): -2067903 or 4289248. OLE color: 4289248.
HSL color Cylindrical-coordinate representation of color #E07241: hue angle of 18.49º 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 #E07241 is Cyan = 0, Magento = 0.49, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 114 | 65 | - |
| CMYK | 0 | 0.49 | 0.71 | 0.12 |
| HSL | 18.49º | 0.72% | 0.57% | - |
| HSV(B) | 18.49º | 0.71% | 0.88% | - |
| XYZ | 37.71 | 28.26 | 8.47 | - |
| YUV | 141.3 | 84.94 | 186.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 114 | 65 | 0 | 0.49 | 0.71 | 0.12 | 18.49 | 0.72 | 0.57 |
| Hex | E0 | 72 | 41 | 0 | 31 | 47 | C | 12 | 48 | 39 |
| Octal | 340 | 162 | 101 | 0 | 61 | 107 | 14 | 22 | 110 | 71 |
| Binary | 11100000 | 1110010 | 1000001 | 0 | 110001 | 1000111 | 1100 | 10010 | 1001000 | 111001 |
Color Harmonies of #E07241
Complementary color
Monochromatic Colors of #E07241
Black with #E07241
Text Example
Text Example
White with #E07241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07241; }
p { color: rgb(224,114,65); }
H1.HeaderClassName
{
color: #E07241;
}
.AnyTagClassName
{
color: #E07241;
}
</style>
background-color css
<style>
a { background-color: #E07241; }
a { background-color: rgb(224,114,65); }
div.DivClassName
{
background-color: #E07241;
}
.BgClassName
{
background-color: #E07241;
}
</style>
border-color css
<style>
span { border-color: #E07241; }
span { border-color: rgb(224,114,65); }
td.TdClassName
{
border-color: #E07241;
}
.TagClassName
{
border-color: #E07241;
}
</style>