Shades of Jaffa #E77641
Tints of Jaffa #E77641
RGB
CMYK
RGB Variations
Color information
#E77641 (or 0xE77641) is known color: Jaffa. HEX triplet: E7, 76 and 41. RGB value is (231,118,65). Sum of RGB (Red+Green+Blue) = 231+118+65=414 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.80% from 414); Green value is 118 (46.48% from 255 or 28.50% from 414); Blue value is 65 (25.78% from 255 or 15.70% from 414); Max value from RGB is 231 - color contains mainly: red. Hex color #E77641 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77641 is #1889BE. Grayscale: #929292. Windows color (decimal): -1608127 or 4290279. OLE color: 4290279.
HSL color Cylindrical-coordinate representation of color #E77641: hue angle of 19.16º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E77641 is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 118 | 65 | - |
| CMYK | 0 | 0.49 | 0.72 | 0.09 |
| HSL | 19.16º | 0.78% | 0.58% | - |
| HSV(B) | 19.16º | 0.72% | 0.91% | - |
| XYZ | 40.39 | 30.33 | 8.73 | - |
| YUV | 145.75 | 82.44 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 118 | 65 | 0 | 0.49 | 0.72 | 0.09 | 19.16 | 0.78 | 0.58 |
| Hex | E7 | 76 | 41 | 0 | 31 | 48 | 9 | 13 | 4E | 3A |
| Octal | 347 | 166 | 101 | 0 | 61 | 110 | 11 | 23 | 116 | 72 |
| Binary | 11100111 | 1110110 | 1000001 | 0 | 110001 | 1001000 | 1001 | 10011 | 1001110 | 111010 |
Color Harmonies of #E77641
Complementary color
Monochromatic Colors of #E77641
Black with #E77641
Text Example
Text Example
White with #E77641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77641; }
p { color: rgb(231,118,65); }
H1.HeaderClassName
{
color: #E77641;
}
.AnyTagClassName
{
color: #E77641;
}
</style>
background-color css
<style>
a { background-color: #E77641; }
a { background-color: rgb(231,118,65); }
div.DivClassName
{
background-color: #E77641;
}
.BgClassName
{
background-color: #E77641;
}
</style>
border-color css
<style>
span { border-color: #E77641; }
span { border-color: rgb(231,118,65); }
td.TdClassName
{
border-color: #E77641;
}
.TagClassName
{
border-color: #E77641;
}
</style>