Shades of Jaffa #E9763D
Tints of Jaffa #E9763D
RGB
CMYK
RGB Variations
Color information
#E9763D (or 0xE9763D) is known color: Jaffa. HEX triplet: E9, 76 and 3D. RGB value is (233,118,61). Sum of RGB (Red+Green+Blue) = 233+118+61=412 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.55% from 412); Green value is 118 (46.48% from 255 or 28.64% from 412); Blue value is 61 (24.22% from 255 or 14.81% from 412); Max value from RGB is 233 - color contains mainly: red. Hex color #E9763D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E9763D is #1689C2. Grayscale: #929292. Windows color (decimal): -1477059 or 4028137. OLE color: 4028137.
HSL color Cylindrical-coordinate representation of color #E9763D: hue angle of 19.88º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E9763D is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 118 | 61 | - |
| CMYK | 0 | 0.49 | 0.74 | 0.09 |
| HSL | 19.88º | 0.8% | 0.58% | - |
| HSV(B) | 19.88º | 0.74% | 0.91% | - |
| XYZ | 40.93 | 30.62 | 8.17 | - |
| YUV | 145.89 | 80.1 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 118 | 61 | 0 | 0.49 | 0.74 | 0.09 | 19.88 | 0.8 | 0.58 |
| Hex | E9 | 76 | 3D | 0 | 31 | 4A | 9 | 14 | 50 | 3A |
| Octal | 351 | 166 | 75 | 0 | 61 | 112 | 11 | 24 | 120 | 72 |
| Binary | 11101001 | 1110110 | 111101 | 0 | 110001 | 1001010 | 1001 | 10100 | 1010000 | 111010 |
Color Harmonies of #E9763D
Complementary color
Monochromatic Colors of #E9763D
Black with #E9763D
Text Example
Text Example
White with #E9763D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9763D; }
p { color: rgb(233,118,61); }
H1.HeaderClassName
{
color: #E9763D;
}
.AnyTagClassName
{
color: #E9763D;
}
</style>
background-color css
<style>
a { background-color: #E9763D; }
a { background-color: rgb(233,118,61); }
div.DivClassName
{
background-color: #E9763D;
}
.BgClassName
{
background-color: #E9763D;
}
</style>
border-color css
<style>
span { border-color: #E9763D; }
span { border-color: rgb(233,118,61); }
td.TdClassName
{
border-color: #E9763D;
}
.TagClassName
{
border-color: #E9763D;
}
</style>