Shades of Jaffa #E77B45
Tints of Jaffa #E77B45
RGB
CMYK
RGB Variations
Color information
#E77B45 (or 0xE77B45) is known color: Jaffa. HEX triplet: E7, 7B and 45. RGB value is (231,123,69). Sum of RGB (Red+Green+Blue) = 231+123+69=423 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.61% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 69 (27.34% from 255 or 16.31% from 423); Max value from RGB is 231 - color contains mainly: red. Hex color #E77B45 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77B45 is #1884BA. Grayscale: #959595. Windows color (decimal): -1606843 or 4553703. OLE color: 4553703.
HSL color Cylindrical-coordinate representation of color #E77B45: hue angle of 20º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E77B45 is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 123 | 69 | - |
| CMYK | 0 | 0.47 | 0.70 | 0.09 |
| HSL | 20º | 0.77% | 0.59% | - |
| HSV(B) | 20º | 0.7% | 0.91% | - |
| XYZ | 41.11 | 31.58 | 9.56 | - |
| YUV | 149.14 | 82.78 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 123 | 69 | 0 | 0.47 | 0.70 | 0.09 | 20 | 0.77 | 0.59 |
| Hex | E7 | 7B | 45 | 0 | 2F | 46 | 9 | 14 | 4D | 3B |
| Octal | 347 | 173 | 105 | 0 | 57 | 106 | 11 | 24 | 115 | 73 |
| Binary | 11100111 | 1111011 | 1000101 | 0 | 101111 | 1000110 | 1001 | 10100 | 1001101 | 111011 |
Color Harmonies of #E77B45
Complementary color
Monochromatic Colors of #E77B45
Black with #E77B45
Text Example
Text Example
White with #E77B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77B45; }
p { color: rgb(231,123,69); }
H1.HeaderClassName
{
color: #E77B45;
}
.AnyTagClassName
{
color: #E77B45;
}
</style>
background-color css
<style>
a { background-color: #E77B45; }
a { background-color: rgb(231,123,69); }
div.DivClassName
{
background-color: #E77B45;
}
.BgClassName
{
background-color: #E77B45;
}
</style>
border-color css
<style>
span { border-color: #E77B45; }
span { border-color: rgb(231,123,69); }
td.TdClassName
{
border-color: #E77B45;
}
.TagClassName
{
border-color: #E77B45;
}
</style>