Shades of Jaffa #E77541
Tints of Jaffa #E77541
RGB
CMYK
RGB Variations
Color information
#E77541 (or 0xE77541) is known color: Jaffa. HEX triplet: E7, 75 and 41. RGB value is (231,117,65). Sum of RGB (Red+Green+Blue) = 231+117+65=413 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.93% from 413); Green value is 117 (46.09% from 255 or 28.33% from 413); Blue value is 65 (25.78% from 255 or 15.74% from 413); Max value from RGB is 231 - color contains mainly: red. Hex color #E77541 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77541 is #188ABE. Grayscale: #919191. Windows color (decimal): -1608383 or 4290023. OLE color: 4290023.
HSL color Cylindrical-coordinate representation of color #E77541: hue angle of 18.8º 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 #E77541 is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 117 | 65 | - |
| CMYK | 0 | 0.49 | 0.72 | 0.09 |
| HSL | 18.8º | 0.78% | 0.58% | - |
| HSV(B) | 18.8º | 0.72% | 0.91% | - |
| XYZ | 40.27 | 30.09 | 8.69 | - |
| YUV | 145.16 | 82.77 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 117 | 65 | 0 | 0.49 | 0.72 | 0.09 | 18.8 | 0.78 | 0.58 |
| Hex | E7 | 75 | 41 | 0 | 31 | 48 | 9 | 13 | 4E | 3A |
| Octal | 347 | 165 | 101 | 0 | 61 | 110 | 11 | 23 | 116 | 72 |
| Binary | 11100111 | 1110101 | 1000001 | 0 | 110001 | 1001000 | 1001 | 10011 | 1001110 | 111010 |
Color Harmonies of #E77541
Complementary color
Monochromatic Colors of #E77541
Black with #E77541
Text Example
Text Example
White with #E77541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77541; }
p { color: rgb(231,117,65); }
H1.HeaderClassName
{
color: #E77541;
}
.AnyTagClassName
{
color: #E77541;
}
</style>
background-color css
<style>
a { background-color: #E77541; }
a { background-color: rgb(231,117,65); }
div.DivClassName
{
background-color: #E77541;
}
.BgClassName
{
background-color: #E77541;
}
</style>
border-color css
<style>
span { border-color: #E77541; }
span { border-color: rgb(231,117,65); }
td.TdClassName
{
border-color: #E77541;
}
.TagClassName
{
border-color: #E77541;
}
</style>