Shades of Jaffa #E87E4A
Tints of Jaffa #E87E4A
RGB
CMYK
RGB Variations
Color information
#E87E4A (or 0xE87E4A) is known color: Jaffa. HEX triplet: E8, 7E and 4A. RGB value is (232,126,74). Sum of RGB (Red+Green+Blue) = 232+126+74=432 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.70% from 432); Green value is 126 (49.61% from 255 or 29.17% from 432); Blue value is 74 (29.30% from 255 or 17.13% from 432); Max value from RGB is 232 - color contains mainly: red. Hex color #E87E4A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E87E4A is #1781B5. Grayscale: #989898. Windows color (decimal): -1540534 or 4882152. OLE color: 4882152.
HSL color Cylindrical-coordinate representation of color #E87E4A: hue angle of 19.75º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E87E4A is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 126 | 74 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.09 |
| HSL | 19.75º | 0.77% | 0.6% | - |
| HSV(B) | 19.75º | 0.68% | 0.91% | - |
| XYZ | 41.98 | 32.57 | 10.55 | - |
| YUV | 151.77 | 84.12 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 126 | 74 | 0 | 0.46 | 0.68 | 0.09 | 19.75 | 0.77 | 0.6 |
| Hex | E8 | 7E | 4A | 0 | 2E | 44 | 9 | 14 | 4D | 3C |
| Octal | 350 | 176 | 112 | 0 | 56 | 104 | 11 | 24 | 115 | 74 |
| Binary | 11101000 | 1111110 | 1001010 | 0 | 101110 | 1000100 | 1001 | 10100 | 1001101 | 111100 |
Color Harmonies of #E87E4A
Complementary color
Monochromatic Colors of #E87E4A
Black with #E87E4A
Text Example
Text Example
White with #E87E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87E4A; }
p { color: rgb(232,126,74); }
H1.HeaderClassName
{
color: #E87E4A;
}
.AnyTagClassName
{
color: #E87E4A;
}
</style>
background-color css
<style>
a { background-color: #E87E4A; }
a { background-color: rgb(232,126,74); }
div.DivClassName
{
background-color: #E87E4A;
}
.BgClassName
{
background-color: #E87E4A;
}
</style>
border-color css
<style>
span { border-color: #E87E4A; }
span { border-color: rgb(232,126,74); }
td.TdClassName
{
border-color: #E87E4A;
}
.TagClassName
{
border-color: #E87E4A;
}
</style>