Shades of Jaffa #E86F44
Tints of Jaffa #E86F44
RGB
CMYK
RGB Variations
Color information
#E86F44 (or 0xE86F44) is known color: Jaffa. HEX triplet: E8, 6F and 44. RGB value is (232,111,68). Sum of RGB (Red+Green+Blue) = 232+111+68=411 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.45% from 411); Green value is 111 (43.75% from 255 or 27.01% from 411); Blue value is 68 (26.95% from 255 or 16.55% from 411); Max value from RGB is 232 - color contains mainly: red. Hex color #E86F44 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E86F44 is #1790BB. Grayscale: #8E8E8E. Windows color (decimal): -1544380 or 4485096. OLE color: 4485096.
HSL color Cylindrical-coordinate representation of color #E86F44: hue angle of 15.73º 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 #E86F44 is Cyan = 0, Magento = 0.52, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 111 | 68 | - |
| CMYK | 0 | 0.52 | 0.71 | 0.09 |
| HSL | 15.73º | 0.78% | 0.59% | - |
| HSV(B) | 15.73º | 0.71% | 0.91% | - |
| XYZ | 40.01 | 28.94 | 8.95 | - |
| YUV | 142.28 | 86.09 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 111 | 68 | 0 | 0.52 | 0.71 | 0.09 | 15.73 | 0.78 | 0.59 |
| Hex | E8 | 6F | 44 | 0 | 34 | 47 | 9 | 10 | 4E | 3B |
| Octal | 350 | 157 | 104 | 0 | 64 | 107 | 11 | 20 | 116 | 73 |
| Binary | 11101000 | 1101111 | 1000100 | 0 | 110100 | 1000111 | 1001 | 10000 | 1001110 | 111011 |
Color Harmonies of #E86F44
Complementary color
Monochromatic Colors of #E86F44
Black with #E86F44
Text Example
Text Example
White with #E86F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86F44; }
p { color: rgb(232,111,68); }
H1.HeaderClassName
{
color: #E86F44;
}
.AnyTagClassName
{
color: #E86F44;
}
</style>
background-color css
<style>
a { background-color: #E86F44; }
a { background-color: rgb(232,111,68); }
div.DivClassName
{
background-color: #E86F44;
}
.BgClassName
{
background-color: #E86F44;
}
</style>
border-color css
<style>
span { border-color: #E86F44; }
span { border-color: rgb(232,111,68); }
td.TdClassName
{
border-color: #E86F44;
}
.TagClassName
{
border-color: #E86F44;
}
</style>