Shades of Jaffa #E56F43
Tints of Jaffa #E56F43
RGB
CMYK
RGB Variations
Color information
#E56F43 (or 0xE56F43) is known color: Jaffa. HEX triplet: E5, 6F and 43. RGB value is (229,111,67). Sum of RGB (Red+Green+Blue) = 229+111+67=407 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.27% from 407); Green value is 111 (43.75% from 255 or 27.27% from 407); Blue value is 67 (26.56% from 255 or 16.46% from 407); Max value from RGB is 229 - color contains mainly: red. Hex color #E56F43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E56F43 is #1A90BC. Grayscale: #8D8D8D. Windows color (decimal): -1740989 or 4419557. OLE color: 4419557.
HSL color Cylindrical-coordinate representation of color #E56F43: hue angle of 16.3º 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 #E56F43 is Cyan = 0, Magento = 0.52, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 111 | 67 | - |
| CMYK | 0 | 0.52 | 0.71 | 0.10 |
| HSL | 16.3º | 0.76% | 0.58% | - |
| HSV(B) | 16.3º | 0.71% | 0.9% | - |
| XYZ | 39.01 | 28.43 | 8.74 | - |
| YUV | 141.27 | 86.09 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 111 | 67 | 0 | 0.52 | 0.71 | 0.10 | 16.3 | 0.76 | 0.58 |
| Hex | E5 | 6F | 43 | 0 | 34 | 47 | A | 10 | 4C | 3A |
| Octal | 345 | 157 | 103 | 0 | 64 | 107 | 12 | 20 | 114 | 72 |
| Binary | 11100101 | 1101111 | 1000011 | 0 | 110100 | 1000111 | 1010 | 10000 | 1001100 | 111010 |
Color Harmonies of #E56F43
Complementary color
Monochromatic Colors of #E56F43
Black with #E56F43
Text Example
Text Example
White with #E56F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56F43; }
p { color: rgb(229,111,67); }
H1.HeaderClassName
{
color: #E56F43;
}
.AnyTagClassName
{
color: #E56F43;
}
</style>
background-color css
<style>
a { background-color: #E56F43; }
a { background-color: rgb(229,111,67); }
div.DivClassName
{
background-color: #E56F43;
}
.BgClassName
{
background-color: #E56F43;
}
</style>
border-color css
<style>
span { border-color: #E56F43; }
span { border-color: rgb(229,111,67); }
td.TdClassName
{
border-color: #E56F43;
}
.TagClassName
{
border-color: #E56F43;
}
</style>