Shades of Jaffa #E77340
Tints of Jaffa #E77340
RGB
CMYK
RGB Variations
Color information
#E77340 (or 0xE77340) is known color: Jaffa. HEX triplet: E7, 73 and 40. RGB value is (231,115,64). Sum of RGB (Red+Green+Blue) = 231+115+64=410 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.34% from 410); Green value is 115 (45.31% from 255 or 28.05% from 410); Blue value is 64 (25.39% from 255 or 15.61% from 410); Max value from RGB is 231 - color contains mainly: red. Hex color #E77340 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77340 is #188CBF. Grayscale: #909090. Windows color (decimal): -1608896 or 4223975. OLE color: 4223975.
HSL color Cylindrical-coordinate representation of color #E77340: hue angle of 18.32º 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 #E77340 is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 115 | 64 | - |
| CMYK | 0 | 0.50 | 0.72 | 0.09 |
| HSL | 18.32º | 0.78% | 0.58% | - |
| HSV(B) | 18.32º | 0.72% | 0.91% | - |
| XYZ | 40.01 | 29.62 | 8.46 | - |
| YUV | 143.87 | 82.93 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 115 | 64 | 0 | 0.50 | 0.72 | 0.09 | 18.32 | 0.78 | 0.58 |
| Hex | E7 | 73 | 40 | 0 | 32 | 48 | 9 | 12 | 4E | 3A |
| Octal | 347 | 163 | 100 | 0 | 62 | 110 | 11 | 22 | 116 | 72 |
| Binary | 11100111 | 1110011 | 1000000 | 0 | 110010 | 1001000 | 1001 | 10010 | 1001110 | 111010 |
Color Harmonies of #E77340
Complementary color
Monochromatic Colors of #E77340
Black with #E77340
Text Example
Text Example
White with #E77340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77340; }
p { color: rgb(231,115,64); }
H1.HeaderClassName
{
color: #E77340;
}
.AnyTagClassName
{
color: #E77340;
}
</style>
background-color css
<style>
a { background-color: #E77340; }
a { background-color: rgb(231,115,64); }
div.DivClassName
{
background-color: #E77340;
}
.BgClassName
{
background-color: #E77340;
}
</style>
border-color css
<style>
span { border-color: #E77340; }
span { border-color: rgb(231,115,64); }
td.TdClassName
{
border-color: #E77340;
}
.TagClassName
{
border-color: #E77340;
}
</style>