Shades of Jaffa #E87A45
Tints of Jaffa #E87A45
RGB
CMYK
RGB Variations
Color information
#E87A45 (or 0xE87A45) is known color: Jaffa. HEX triplet: E8, 7A and 45. RGB value is (232,122,69). Sum of RGB (Red+Green+Blue) = 232+122+69=423 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.85% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 69 (27.34% from 255 or 16.31% from 423); Max value from RGB is 232 - color contains mainly: red. Hex color #E87A45 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E87A45 is #1785BA. Grayscale: #959595. Windows color (decimal): -1541563 or 4553448. OLE color: 4553448.
HSL color Cylindrical-coordinate representation of color #E87A45: hue angle of 19.51º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E87A45 is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 122 | 69 | - |
| CMYK | 0 | 0.47 | 0.70 | 0.09 |
| HSL | 19.51º | 0.78% | 0.59% | - |
| HSV(B) | 19.51º | 0.7% | 0.91% | - |
| XYZ | 41.31 | 31.5 | 9.53 | - |
| YUV | 148.85 | 82.94 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 122 | 69 | 0 | 0.47 | 0.70 | 0.09 | 19.51 | 0.78 | 0.59 |
| Hex | E8 | 7A | 45 | 0 | 2F | 46 | 9 | 14 | 4E | 3B |
| Octal | 350 | 172 | 105 | 0 | 57 | 106 | 11 | 24 | 116 | 73 |
| Binary | 11101000 | 1111010 | 1000101 | 0 | 101111 | 1000110 | 1001 | 10100 | 1001110 | 111011 |
Color Harmonies of #E87A45
Complementary color
Monochromatic Colors of #E87A45
Black with #E87A45
Text Example
Text Example
White with #E87A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87A45; }
p { color: rgb(232,122,69); }
H1.HeaderClassName
{
color: #E87A45;
}
.AnyTagClassName
{
color: #E87A45;
}
</style>
background-color css
<style>
a { background-color: #E87A45; }
a { background-color: rgb(232,122,69); }
div.DivClassName
{
background-color: #E87A45;
}
.BgClassName
{
background-color: #E87A45;
}
</style>
border-color css
<style>
span { border-color: #E87A45; }
span { border-color: rgb(232,122,69); }
td.TdClassName
{
border-color: #E87A45;
}
.TagClassName
{
border-color: #E87A45;
}
</style>