Shades of Jaffa #E87E4B
Tints of Jaffa #E87E4B
RGB
CMYK
RGB Variations
Color information
#E87E4B (or 0xE87E4B) is known color: Jaffa. HEX triplet: E8, 7E and 4B. RGB value is (232,126,75). Sum of RGB (Red+Green+Blue) = 232+126+75=433 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.58% from 433); Green value is 126 (49.61% from 255 or 29.10% from 433); Blue value is 75 (29.69% from 255 or 17.32% from 433); Max value from RGB is 232 - color contains mainly: red. Hex color #E87E4B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E87E4B is #1781B4. Grayscale: #989898. Windows color (decimal): -1540533 or 4947688. OLE color: 4947688.
HSL color Cylindrical-coordinate representation of color #E87E4B: hue angle of 19.49º 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 #E87E4B is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 126 | 75 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.09 |
| HSL | 19.49º | 0.77% | 0.6% | - |
| HSV(B) | 19.49º | 0.68% | 0.91% | - |
| XYZ | 42.01 | 32.59 | 10.73 | - |
| YUV | 151.88 | 84.62 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 126 | 75 | 0 | 0.46 | 0.68 | 0.09 | 19.49 | 0.77 | 0.6 |
| Hex | E8 | 7E | 4B | 0 | 2E | 44 | 9 | 13 | 4D | 3C |
| Octal | 350 | 176 | 113 | 0 | 56 | 104 | 11 | 23 | 115 | 74 |
| Binary | 11101000 | 1111110 | 1001011 | 0 | 101110 | 1000100 | 1001 | 10011 | 1001101 | 111100 |
Color Harmonies of #E87E4B
Complementary color
Monochromatic Colors of #E87E4B
Black with #E87E4B
Text Example
Text Example
White with #E87E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87E4B; }
p { color: rgb(232,126,75); }
H1.HeaderClassName
{
color: #E87E4B;
}
.AnyTagClassName
{
color: #E87E4B;
}
</style>
background-color css
<style>
a { background-color: #E87E4B; }
a { background-color: rgb(232,126,75); }
div.DivClassName
{
background-color: #E87E4B;
}
.BgClassName
{
background-color: #E87E4B;
}
</style>
border-color css
<style>
span { border-color: #E87E4B; }
span { border-color: rgb(232,126,75); }
td.TdClassName
{
border-color: #E87E4B;
}
.TagClassName
{
border-color: #E87E4B;
}
</style>