Shades of Jaffa #E77945
Tints of Jaffa #E77945
RGB
CMYK
RGB Variations
Color information
#E77945 (or 0xE77945) is known color: Jaffa. HEX triplet: E7, 79 and 45. RGB value is (231,121,69). Sum of RGB (Red+Green+Blue) = 231+121+69=421 (55% of max value = 765). Red value is 231 (90.62% from 255 or 54.87% from 421); Green value is 121 (47.66% from 255 or 28.74% from 421); Blue value is 69 (27.34% from 255 or 16.39% from 421); Max value from RGB is 231 - color contains mainly: red. Hex color #E77945 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77945 is #1886BA. Grayscale: #949494. Windows color (decimal): -1607355 or 4553191. OLE color: 4553191.
HSL color Cylindrical-coordinate representation of color #E77945: hue angle of 19.26º 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 #E77945 is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 121 | 69 | - |
| CMYK | 0 | 0.48 | 0.70 | 0.09 |
| HSL | 19.26º | 0.77% | 0.59% | - |
| HSV(B) | 19.26º | 0.7% | 0.91% | - |
| XYZ | 40.87 | 31.09 | 9.48 | - |
| YUV | 147.96 | 83.44 | 187.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 121 | 69 | 0 | 0.48 | 0.70 | 0.09 | 19.26 | 0.77 | 0.59 |
| Hex | E7 | 79 | 45 | 0 | 30 | 46 | 9 | 13 | 4D | 3B |
| Octal | 347 | 171 | 105 | 0 | 60 | 106 | 11 | 23 | 115 | 73 |
| Binary | 11100111 | 1111001 | 1000101 | 0 | 110000 | 1000110 | 1001 | 10011 | 1001101 | 111011 |
Color Harmonies of #E77945
Complementary color
Monochromatic Colors of #E77945
Black with #E77945
Text Example
Text Example
White with #E77945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77945; }
p { color: rgb(231,121,69); }
H1.HeaderClassName
{
color: #E77945;
}
.AnyTagClassName
{
color: #E77945;
}
</style>
background-color css
<style>
a { background-color: #E77945; }
a { background-color: rgb(231,121,69); }
div.DivClassName
{
background-color: #E77945;
}
.BgClassName
{
background-color: #E77945;
}
</style>
border-color css
<style>
span { border-color: #E77945; }
span { border-color: rgb(231,121,69); }
td.TdClassName
{
border-color: #E77945;
}
.TagClassName
{
border-color: #E77945;
}
</style>