Shades of Jaffa #E56E42
Tints of Jaffa #E56E42
RGB
CMYK
RGB Variations
Color information
#E56E42 (or 0xE56E42) is known color: Jaffa. HEX triplet: E5, 6E and 42. RGB value is (229,110,66). Sum of RGB (Red+Green+Blue) = 229+110+66=405 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.54% from 405); Green value is 110 (43.36% from 255 or 27.16% from 405); Blue value is 66 (26.17% from 255 or 16.30% from 405); Max value from RGB is 229 - color contains mainly: red. Hex color #E56E42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E56E42 is #1A91BD. Grayscale: #8C8C8C. Windows color (decimal): -1741246 or 4353765. OLE color: 4353765.
HSL color Cylindrical-coordinate representation of color #E56E42: hue angle of 16.2º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E56E42 is Cyan = 0, Magento = 0.52, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 110 | 66 | - |
| CMYK | 0 | 0.52 | 0.71 | 0.10 |
| HSL | 16.2º | 0.76% | 0.58% | - |
| HSV(B) | 16.2º | 0.71% | 0.9% | - |
| XYZ | 38.87 | 28.2 | 8.55 | - |
| YUV | 140.57 | 85.92 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 110 | 66 | 0 | 0.52 | 0.71 | 0.10 | 16.2 | 0.76 | 0.58 |
| Hex | E5 | 6E | 42 | 0 | 34 | 47 | A | 10 | 4C | 3A |
| Octal | 345 | 156 | 102 | 0 | 64 | 107 | 12 | 20 | 114 | 72 |
| Binary | 11100101 | 1101110 | 1000010 | 0 | 110100 | 1000111 | 1010 | 10000 | 1001100 | 111010 |
Color Harmonies of #E56E42
Complementary color
Monochromatic Colors of #E56E42
Black with #E56E42
Text Example
Text Example
White with #E56E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56E42; }
p { color: rgb(229,110,66); }
H1.HeaderClassName
{
color: #E56E42;
}
.AnyTagClassName
{
color: #E56E42;
}
</style>
background-color css
<style>
a { background-color: #E56E42; }
a { background-color: rgb(229,110,66); }
div.DivClassName
{
background-color: #E56E42;
}
.BgClassName
{
background-color: #E56E42;
}
</style>
border-color css
<style>
span { border-color: #E56E42; }
span { border-color: rgb(229,110,66); }
td.TdClassName
{
border-color: #E56E42;
}
.TagClassName
{
border-color: #E56E42;
}
</style>