Shades of Jaffa #E87A44
Tints of Jaffa #E87A44
RGB
CMYK
RGB Variations
Color information
#E87A44 (or 0xE87A44) is known color: Jaffa. HEX triplet: E8, 7A and 44. RGB value is (232,122,68). Sum of RGB (Red+Green+Blue) = 232+122+68=422 (55% of max value = 765). Red value is 232 (91.02% from 255 or 54.98% from 422); Green value is 122 (48.05% from 255 or 28.91% from 422); Blue value is 68 (26.95% from 255 or 16.11% from 422); Max value from RGB is 232 - color contains mainly: red. Hex color #E87A44 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E87A44 is #1785BB. Grayscale: #959595. Windows color (decimal): -1541564 or 4487912. OLE color: 4487912.
HSL color Cylindrical-coordinate representation of color #E87A44: hue angle of 19.76º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E87A44 is Cyan = 0, Magento = 0.47, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 122 | 68 | - |
| CMYK | 0 | 0.47 | 0.71 | 0.09 |
| HSL | 19.76º | 0.78% | 0.59% | - |
| HSV(B) | 19.76º | 0.71% | 0.91% | - |
| XYZ | 41.28 | 31.49 | 9.37 | - |
| YUV | 148.73 | 82.44 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 122 | 68 | 0 | 0.47 | 0.71 | 0.09 | 19.76 | 0.78 | 0.59 |
| Hex | E8 | 7A | 44 | 0 | 2F | 47 | 9 | 14 | 4E | 3B |
| Octal | 350 | 172 | 104 | 0 | 57 | 107 | 11 | 24 | 116 | 73 |
| Binary | 11101000 | 1111010 | 1000100 | 0 | 101111 | 1000111 | 1001 | 10100 | 1001110 | 111011 |
Color Harmonies of #E87A44
Complementary color
Monochromatic Colors of #E87A44
Black with #E87A44
Text Example
Text Example
White with #E87A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87A44; }
p { color: rgb(232,122,68); }
H1.HeaderClassName
{
color: #E87A44;
}
.AnyTagClassName
{
color: #E87A44;
}
</style>
background-color css
<style>
a { background-color: #E87A44; }
a { background-color: rgb(232,122,68); }
div.DivClassName
{
background-color: #E87A44;
}
.BgClassName
{
background-color: #E87A44;
}
</style>
border-color css
<style>
span { border-color: #E87A44; }
span { border-color: rgb(232,122,68); }
td.TdClassName
{
border-color: #E87A44;
}
.TagClassName
{
border-color: #E87A44;
}
</style>