Shades of Jaffa #E77444
Tints of Jaffa #E77444
RGB
CMYK
RGB Variations
Color information
#E77444 (or 0xE77444) is known color: Jaffa. HEX triplet: E7, 74 and 44. RGB value is (231,116,68). Sum of RGB (Red+Green+Blue) = 231+116+68=415 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.66% from 415); Green value is 116 (45.70% from 255 or 27.95% from 415); Blue value is 68 (26.95% from 255 or 16.39% from 415); Max value from RGB is 231 - color contains mainly: red. Hex color #E77444 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77444 is #188BBB. Grayscale: #919191. Windows color (decimal): -1608636 or 4486375. OLE color: 4486375.
HSL color Cylindrical-coordinate representation of color #E77444: hue angle of 17.67º degrees, saturation: 0.77, 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 #E77444 is Cyan = 0, Magento = 0.50, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 116 | 68 | - |
| CMYK | 0 | 0.50 | 0.71 | 0.09 |
| HSL | 17.67º | 0.77% | 0.59% | - |
| HSV(B) | 17.67º | 0.71% | 0.91% | - |
| XYZ | 40.24 | 29.9 | 9.12 | - |
| YUV | 144.91 | 84.6 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 116 | 68 | 0 | 0.50 | 0.71 | 0.09 | 17.67 | 0.77 | 0.59 |
| Hex | E7 | 74 | 44 | 0 | 32 | 47 | 9 | 12 | 4D | 3B |
| Octal | 347 | 164 | 104 | 0 | 62 | 107 | 11 | 22 | 115 | 73 |
| Binary | 11100111 | 1110100 | 1000100 | 0 | 110010 | 1000111 | 1001 | 10010 | 1001101 | 111011 |
Color Harmonies of #E77444
Complementary color
Monochromatic Colors of #E77444
Black with #E77444
Text Example
Text Example
White with #E77444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77444; }
p { color: rgb(231,116,68); }
H1.HeaderClassName
{
color: #E77444;
}
.AnyTagClassName
{
color: #E77444;
}
</style>
background-color css
<style>
a { background-color: #E77444; }
a { background-color: rgb(231,116,68); }
div.DivClassName
{
background-color: #E77444;
}
.BgClassName
{
background-color: #E77444;
}
</style>
border-color css
<style>
span { border-color: #E77444; }
span { border-color: rgb(231,116,68); }
td.TdClassName
{
border-color: #E77444;
}
.TagClassName
{
border-color: #E77444;
}
</style>