Shades of Jaffa #E76D43
Tints of Jaffa #E76D43
RGB
CMYK
RGB Variations
Color information
#E76D43 (or 0xE76D43) is known color: Jaffa. HEX triplet: E7, 6D and 43. RGB value is (231,109,67). Sum of RGB (Red+Green+Blue) = 231+109+67=407 (53% of max value = 765). Red value is 231 (90.62% from 255 or 56.76% from 407); Green value is 109 (42.97% from 255 or 26.78% from 407); Blue value is 67 (26.56% from 255 or 16.46% from 407); Max value from RGB is 231 - color contains mainly: red. Hex color #E76D43 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76D43 is #1892BC. Grayscale: #8C8C8C. Windows color (decimal): -1610429 or 4419047. OLE color: 4419047.
HSL color Cylindrical-coordinate representation of color #E76D43: hue angle of 15.37º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E76D43 is Cyan = 0, Magento = 0.53, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 109 | 67 | - |
| CMYK | 0 | 0.53 | 0.71 | 0.09 |
| HSL | 15.37º | 0.77% | 0.58% | - |
| HSV(B) | 15.37º | 0.71% | 0.91% | - |
| XYZ | 39.44 | 28.33 | 8.7 | - |
| YUV | 140.69 | 86.42 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 109 | 67 | 0 | 0.53 | 0.71 | 0.09 | 15.37 | 0.77 | 0.58 |
| Hex | E7 | 6D | 43 | 0 | 35 | 47 | 9 | F | 4D | 3A |
| Octal | 347 | 155 | 103 | 0 | 65 | 107 | 11 | 17 | 115 | 72 |
| Binary | 11100111 | 1101101 | 1000011 | 0 | 110101 | 1000111 | 1001 | 1111 | 1001101 | 111010 |
Color Harmonies of #E76D43
Complementary color
Monochromatic Colors of #E76D43
Black with #E76D43
Text Example
Text Example
White with #E76D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76D43; }
p { color: rgb(231,109,67); }
H1.HeaderClassName
{
color: #E76D43;
}
.AnyTagClassName
{
color: #E76D43;
}
</style>
background-color css
<style>
a { background-color: #E76D43; }
a { background-color: rgb(231,109,67); }
div.DivClassName
{
background-color: #E76D43;
}
.BgClassName
{
background-color: #E76D43;
}
</style>
border-color css
<style>
span { border-color: #E76D43; }
span { border-color: rgb(231,109,67); }
td.TdClassName
{
border-color: #E76D43;
}
.TagClassName
{
border-color: #E76D43;
}
</style>