Shades of Jaffa #E87B47
Tints of Jaffa #E87B47
RGB
CMYK
RGB Variations
Color information
#E87B47 (or 0xE87B47) is known color: Jaffa. HEX triplet: E8, 7B and 47. RGB value is (232,123,71). Sum of RGB (Red+Green+Blue) = 232+123+71=426 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.46% from 426); Green value is 123 (48.44% from 255 or 28.87% from 426); Blue value is 71 (28.12% from 255 or 16.67% from 426); Max value from RGB is 232 - color contains mainly: red. Hex color #E87B47 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E87B47 is #1784B8. Grayscale: #959595. Windows color (decimal): -1541305 or 4684776. OLE color: 4684776.
HSL color Cylindrical-coordinate representation of color #E87B47: hue angle of 19.38º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E87B47 is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 123 | 71 | - |
| CMYK | 0 | 0.47 | 0.69 | 0.09 |
| HSL | 19.38º | 0.78% | 0.59% | - |
| HSV(B) | 19.38º | 0.69% | 0.91% | - |
| XYZ | 41.5 | 31.78 | 9.91 | - |
| YUV | 149.66 | 83.61 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 123 | 71 | 0 | 0.47 | 0.69 | 0.09 | 19.38 | 0.78 | 0.59 |
| Hex | E8 | 7B | 47 | 0 | 2F | 45 | 9 | 13 | 4E | 3B |
| Octal | 350 | 173 | 107 | 0 | 57 | 105 | 11 | 23 | 116 | 73 |
| Binary | 11101000 | 1111011 | 1000111 | 0 | 101111 | 1000101 | 1001 | 10011 | 1001110 | 111011 |
Color Harmonies of #E87B47
Complementary color
Monochromatic Colors of #E87B47
Black with #E87B47
Text Example
Text Example
White with #E87B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87B47; }
p { color: rgb(232,123,71); }
H1.HeaderClassName
{
color: #E87B47;
}
.AnyTagClassName
{
color: #E87B47;
}
</style>
background-color css
<style>
a { background-color: #E87B47; }
a { background-color: rgb(232,123,71); }
div.DivClassName
{
background-color: #E87B47;
}
.BgClassName
{
background-color: #E87B47;
}
</style>
border-color css
<style>
span { border-color: #E87B47; }
span { border-color: rgb(232,123,71); }
td.TdClassName
{
border-color: #E87B47;
}
.TagClassName
{
border-color: #E87B47;
}
</style>