Shades of Jaffa #E77540
Tints of Jaffa #E77540
RGB
CMYK
RGB Variations
Color information
#E77540 (or 0xE77540) is known color: Jaffa. HEX triplet: E7, 75 and 40. RGB value is (231,117,64). Sum of RGB (Red+Green+Blue) = 231+117+64=412 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.07% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 64 (25.39% from 255 or 15.53% from 412); Max value from RGB is 231 - color contains mainly: red. Hex color #E77540 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77540 is #188ABF. Grayscale: #919191. Windows color (decimal): -1608384 or 4224487. OLE color: 4224487.
HSL color Cylindrical-coordinate representation of color #E77540: hue angle of 19.04º 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 #E77540 is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 117 | 64 | - |
| CMYK | 0 | 0.49 | 0.72 | 0.09 |
| HSL | 19.04º | 0.78% | 0.58% | - |
| HSV(B) | 19.04º | 0.72% | 0.91% | - |
| XYZ | 40.24 | 30.08 | 8.54 | - |
| YUV | 145.04 | 82.27 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 117 | 64 | 0 | 0.49 | 0.72 | 0.09 | 19.04 | 0.78 | 0.58 |
| Hex | E7 | 75 | 40 | 0 | 31 | 48 | 9 | 13 | 4E | 3A |
| Octal | 347 | 165 | 100 | 0 | 61 | 110 | 11 | 23 | 116 | 72 |
| Binary | 11100111 | 1110101 | 1000000 | 0 | 110001 | 1001000 | 1001 | 10011 | 1001110 | 111010 |
Color Harmonies of #E77540
Complementary color
Monochromatic Colors of #E77540
Black with #E77540
Text Example
Text Example
White with #E77540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77540; }
p { color: rgb(231,117,64); }
H1.HeaderClassName
{
color: #E77540;
}
.AnyTagClassName
{
color: #E77540;
}
</style>
background-color css
<style>
a { background-color: #E77540; }
a { background-color: rgb(231,117,64); }
div.DivClassName
{
background-color: #E77540;
}
.BgClassName
{
background-color: #E77540;
}
</style>
border-color css
<style>
span { border-color: #E77540; }
span { border-color: rgb(231,117,64); }
td.TdClassName
{
border-color: #E77540;
}
.TagClassName
{
border-color: #E77540;
}
</style>