Shades of Jaffa #E7763F
Tints of Jaffa #E7763F
RGB
CMYK
RGB Variations
Color information
#E7763F (or 0xE7763F) is known color: Jaffa. HEX triplet: E7, 76 and 3F. RGB value is (231,118,63). Sum of RGB (Red+Green+Blue) = 231+118+63=412 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.07% from 412); Green value is 118 (46.48% from 255 or 28.64% from 412); Blue value is 63 (25% from 255 or 15.29% from 412); Max value from RGB is 231 - color contains mainly: red. Hex color #E7763F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E7763F is #1889C0. Grayscale: #919191. Windows color (decimal): -1608129 or 4159207. OLE color: 4159207.
HSL color Cylindrical-coordinate representation of color #E7763F: hue angle of 19.64º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E7763F is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 118 | 63 | - |
| CMYK | 0 | 0.49 | 0.73 | 0.09 |
| HSL | 19.64º | 0.78% | 0.58% | - |
| HSV(B) | 19.64º | 0.73% | 0.91% | - |
| XYZ | 40.33 | 30.3 | 8.43 | - |
| YUV | 145.52 | 81.44 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 118 | 63 | 0 | 0.49 | 0.73 | 0.09 | 19.64 | 0.78 | 0.58 |
| Hex | E7 | 76 | 3F | 0 | 31 | 49 | 9 | 14 | 4E | 3A |
| Octal | 347 | 166 | 77 | 0 | 61 | 111 | 11 | 24 | 116 | 72 |
| Binary | 11100111 | 1110110 | 111111 | 0 | 110001 | 1001001 | 1001 | 10100 | 1001110 | 111010 |
Color Harmonies of #E7763F
Complementary color
Monochromatic Colors of #E7763F
Black with #E7763F
Text Example
Text Example
White with #E7763F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7763F; }
p { color: rgb(231,118,63); }
H1.HeaderClassName
{
color: #E7763F;
}
.AnyTagClassName
{
color: #E7763F;
}
</style>
background-color css
<style>
a { background-color: #E7763F; }
a { background-color: rgb(231,118,63); }
div.DivClassName
{
background-color: #E7763F;
}
.BgClassName
{
background-color: #E7763F;
}
</style>
border-color css
<style>
span { border-color: #E7763F; }
span { border-color: rgb(231,118,63); }
td.TdClassName
{
border-color: #E7763F;
}
.TagClassName
{
border-color: #E7763F;
}
</style>