Shades of Jaffa #E87E4D
Tints of Jaffa #E87E4D
RGB
CMYK
RGB Variations
Color information
#E87E4D (or 0xE87E4D) is known color: Jaffa. HEX triplet: E8, 7E and 4D. RGB value is (232,126,77). Sum of RGB (Red+Green+Blue) = 232+126+77=435 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.33% from 435); Green value is 126 (49.61% from 255 or 28.97% from 435); Blue value is 77 (30.47% from 255 or 17.70% from 435); Max value from RGB is 232 - color contains mainly: red. Hex color #E87E4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87E4D is #1781B2. Grayscale: #989898. Windows color (decimal): -1540531 or 5078760. OLE color: 5078760.
HSL color Cylindrical-coordinate representation of color #E87E4D: hue angle of 18.97º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E87E4D is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 126 | 77 | - |
| CMYK | 0 | 0.46 | 0.67 | 0.09 |
| HSL | 18.97º | 0.77% | 0.61% | - |
| HSV(B) | 18.97º | 0.67% | 0.91% | - |
| XYZ | 42.08 | 32.61 | 11.1 | - |
| YUV | 152.11 | 85.62 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 126 | 77 | 0 | 0.46 | 0.67 | 0.09 | 18.97 | 0.77 | 0.61 |
| Hex | E8 | 7E | 4D | 0 | 2E | 43 | 9 | 13 | 4D | 3D |
| Octal | 350 | 176 | 115 | 0 | 56 | 103 | 11 | 23 | 115 | 75 |
| Binary | 11101000 | 1111110 | 1001101 | 0 | 101110 | 1000011 | 1001 | 10011 | 1001101 | 111101 |
Color Harmonies of #E87E4D
Complementary color
Monochromatic Colors of #E87E4D
Black with #E87E4D
Text Example
Text Example
White with #E87E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87E4D; }
p { color: rgb(232,126,77); }
H1.HeaderClassName
{
color: #E87E4D;
}
.AnyTagClassName
{
color: #E87E4D;
}
</style>
background-color css
<style>
a { background-color: #E87E4D; }
a { background-color: rgb(232,126,77); }
div.DivClassName
{
background-color: #E87E4D;
}
.BgClassName
{
background-color: #E87E4D;
}
</style>
border-color css
<style>
span { border-color: #E87E4D; }
span { border-color: rgb(232,126,77); }
td.TdClassName
{
border-color: #E87E4D;
}
.TagClassName
{
border-color: #E87E4D;
}
</style>