Shades of Jaffa #E87D4A
Tints of Jaffa #E87D4A
RGB
CMYK
RGB Variations
Color information
#E87D4A (or 0xE87D4A) is known color: Jaffa. HEX triplet: E8, 7D and 4A. RGB value is (232,125,74). Sum of RGB (Red+Green+Blue) = 232+125+74=431 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.83% from 431); Green value is 125 (49.22% from 255 or 29.00% from 431); Blue value is 74 (29.30% from 255 or 17.17% from 431); Max value from RGB is 232 - color contains mainly: red. Hex color #E87D4A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E87D4A is #1782B5. Grayscale: #979797. Windows color (decimal): -1540790 or 4881896. OLE color: 4881896.
HSL color Cylindrical-coordinate representation of color #E87D4A: hue angle of 19.37º 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 #E87D4A is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 125 | 74 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.09 |
| HSL | 19.37º | 0.77% | 0.6% | - |
| HSV(B) | 19.37º | 0.68% | 0.91% | - |
| XYZ | 41.85 | 32.32 | 10.51 | - |
| YUV | 151.18 | 84.45 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 125 | 74 | 0 | 0.46 | 0.68 | 0.09 | 19.37 | 0.77 | 0.6 |
| Hex | E8 | 7D | 4A | 0 | 2E | 44 | 9 | 13 | 4D | 3C |
| Octal | 350 | 175 | 112 | 0 | 56 | 104 | 11 | 23 | 115 | 74 |
| Binary | 11101000 | 1111101 | 1001010 | 0 | 101110 | 1000100 | 1001 | 10011 | 1001101 | 111100 |
Color Harmonies of #E87D4A
Complementary color
Monochromatic Colors of #E87D4A
Black with #E87D4A
Text Example
Text Example
White with #E87D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87D4A; }
p { color: rgb(232,125,74); }
H1.HeaderClassName
{
color: #E87D4A;
}
.AnyTagClassName
{
color: #E87D4A;
}
</style>
background-color css
<style>
a { background-color: #E87D4A; }
a { background-color: rgb(232,125,74); }
div.DivClassName
{
background-color: #E87D4A;
}
.BgClassName
{
background-color: #E87D4A;
}
</style>
border-color css
<style>
span { border-color: #E87D4A; }
span { border-color: rgb(232,125,74); }
td.TdClassName
{
border-color: #E87D4A;
}
.TagClassName
{
border-color: #E87D4A;
}
</style>