Shades of Jaffa #E87441
Tints of Jaffa #E87441
RGB
CMYK
RGB Variations
Color information
#E87441 (or 0xE87441) is known color: Jaffa. HEX triplet: E8, 74 and 41. RGB value is (232,116,65). Sum of RGB (Red+Green+Blue) = 232+116+65=413 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.17% from 413); Green value is 116 (45.70% from 255 or 28.09% from 413); Blue value is 65 (25.78% from 255 or 15.74% from 413); Max value from RGB is 232 - color contains mainly: red. Hex color #E87441 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E87441 is #178BBE. Grayscale: #919191. Windows color (decimal): -1543103 or 4289768. OLE color: 4289768.
HSL color Cylindrical-coordinate representation of color #E87441: hue angle of 18.32º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E87441 is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 116 | 65 | - |
| CMYK | 0 | 0.50 | 0.72 | 0.09 |
| HSL | 18.32º | 0.78% | 0.58% | - |
| HSV(B) | 18.32º | 0.72% | 0.91% | - |
| XYZ | 40.48 | 30.03 | 8.66 | - |
| YUV | 144.87 | 82.93 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 116 | 65 | 0 | 0.50 | 0.72 | 0.09 | 18.32 | 0.78 | 0.58 |
| Hex | E8 | 74 | 41 | 0 | 32 | 48 | 9 | 12 | 4E | 3A |
| Octal | 350 | 164 | 101 | 0 | 62 | 110 | 11 | 22 | 116 | 72 |
| Binary | 11101000 | 1110100 | 1000001 | 0 | 110010 | 1001000 | 1001 | 10010 | 1001110 | 111010 |
Color Harmonies of #E87441
Complementary color
Monochromatic Colors of #E87441
Black with #E87441
Text Example
Text Example
White with #E87441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87441; }
p { color: rgb(232,116,65); }
H1.HeaderClassName
{
color: #E87441;
}
.AnyTagClassName
{
color: #E87441;
}
</style>
background-color css
<style>
a { background-color: #E87441; }
a { background-color: rgb(232,116,65); }
div.DivClassName
{
background-color: #E87441;
}
.BgClassName
{
background-color: #E87441;
}
</style>
border-color css
<style>
span { border-color: #E87441; }
span { border-color: rgb(232,116,65); }
td.TdClassName
{
border-color: #E87441;
}
.TagClassName
{
border-color: #E87441;
}
</style>