Shades of Jaffa #E87344
Tints of Jaffa #E87344
RGB
CMYK
RGB Variations
Color information
#E87344 (or 0xE87344) is known color: Jaffa. HEX triplet: E8, 73 and 44. RGB value is (232,115,68). Sum of RGB (Red+Green+Blue) = 232+115+68=415 (54% of max value = 765). Red value is 232 (91.02% from 255 or 55.90% from 415); Green value is 115 (45.31% from 255 or 27.71% from 415); Blue value is 68 (26.95% from 255 or 16.39% from 415); Max value from RGB is 232 - color contains mainly: red. Hex color #E87344 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E87344 is #178CBB. Grayscale: #909090. Windows color (decimal): -1543356 or 4486120. OLE color: 4486120.
HSL color Cylindrical-coordinate representation of color #E87344: hue angle of 17.2º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E87344 is Cyan = 0, Magento = 0.50, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 115 | 68 | - |
| CMYK | 0 | 0.50 | 0.71 | 0.09 |
| HSL | 17.2º | 0.78% | 0.59% | - |
| HSV(B) | 17.2º | 0.71% | 0.91% | - |
| XYZ | 40.45 | 29.83 | 9.1 | - |
| YUV | 144.63 | 84.76 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 115 | 68 | 0 | 0.50 | 0.71 | 0.09 | 17.2 | 0.78 | 0.59 |
| Hex | E8 | 73 | 44 | 0 | 32 | 47 | 9 | 11 | 4E | 3B |
| Octal | 350 | 163 | 104 | 0 | 62 | 107 | 11 | 21 | 116 | 73 |
| Binary | 11101000 | 1110011 | 1000100 | 0 | 110010 | 1000111 | 1001 | 10001 | 1001110 | 111011 |
Color Harmonies of #E87344
Complementary color
Monochromatic Colors of #E87344
Black with #E87344
Text Example
Text Example
White with #E87344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87344; }
p { color: rgb(232,115,68); }
H1.HeaderClassName
{
color: #E87344;
}
.AnyTagClassName
{
color: #E87344;
}
</style>
background-color css
<style>
a { background-color: #E87344; }
a { background-color: rgb(232,115,68); }
div.DivClassName
{
background-color: #E87344;
}
.BgClassName
{
background-color: #E87344;
}
</style>
border-color css
<style>
span { border-color: #E87344; }
span { border-color: rgb(232,115,68); }
td.TdClassName
{
border-color: #E87344;
}
.TagClassName
{
border-color: #E87344;
}
</style>