Shades of Jaffa #E36F44
Tints of Jaffa #E36F44
RGB
CMYK
RGB Variations
Color information
#E36F44 (or 0xE36F44) is known color: Jaffa. HEX triplet: E3, 6F and 44. RGB value is (227,111,68). Sum of RGB (Red+Green+Blue) = 227+111+68=406 (53% of max value = 765). Red value is 227 (89.06% from 255 or 55.91% from 406); Green value is 111 (43.75% from 255 or 27.34% from 406); Blue value is 68 (26.95% from 255 or 16.75% from 406); Max value from RGB is 227 - color contains mainly: red. Hex color #E36F44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E36F44 is #1C90BB. Grayscale: #8D8D8D. Windows color (decimal): -1872060 or 4485091. OLE color: 4485091.
HSL color Cylindrical-coordinate representation of color #E36F44: hue angle of 16.23º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E36F44 is Cyan = 0, Magento = 0.51, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 111 | 68 | - |
| CMYK | 0 | 0.51 | 0.70 | 0.11 |
| HSL | 16.23º | 0.74% | 0.58% | - |
| HSV(B) | 16.23º | 0.7% | 0.89% | - |
| XYZ | 38.41 | 28.12 | 8.87 | - |
| YUV | 140.78 | 86.93 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 111 | 68 | 0 | 0.51 | 0.70 | 0.11 | 16.23 | 0.74 | 0.58 |
| Hex | E3 | 6F | 44 | 0 | 33 | 46 | B | 10 | 4A | 3A |
| Octal | 343 | 157 | 104 | 0 | 63 | 106 | 13 | 20 | 112 | 72 |
| Binary | 11100011 | 1101111 | 1000100 | 0 | 110011 | 1000110 | 1011 | 10000 | 1001010 | 111010 |
Color Harmonies of #E36F44
Complementary color
Monochromatic Colors of #E36F44
Black with #E36F44
Text Example
Text Example
White with #E36F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36F44; }
p { color: rgb(227,111,68); }
H1.HeaderClassName
{
color: #E36F44;
}
.AnyTagClassName
{
color: #E36F44;
}
</style>
background-color css
<style>
a { background-color: #E36F44; }
a { background-color: rgb(227,111,68); }
div.DivClassName
{
background-color: #E36F44;
}
.BgClassName
{
background-color: #E36F44;
}
</style>
border-color css
<style>
span { border-color: #E36F44; }
span { border-color: rgb(227,111,68); }
td.TdClassName
{
border-color: #E36F44;
}
.TagClassName
{
border-color: #E36F44;
}
</style>