Shades of Jaffa #E5763F
Tints of Jaffa #E5763F
RGB
CMYK
RGB Variations
Color information
#E5763F (or 0xE5763F) is known color: Jaffa. HEX triplet: E5, 76 and 3F. RGB value is (229,118,63). Sum of RGB (Red+Green+Blue) = 229+118+63=410 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.85% from 410); Green value is 118 (46.48% from 255 or 28.78% from 410); Blue value is 63 (25% from 255 or 15.37% from 410); Max value from RGB is 229 - color contains mainly: red. Hex color #E5763F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5763F is #1A89C0. Grayscale: #919191. Windows color (decimal): -1739201 or 4159205. OLE color: 4159205.
HSL color Cylindrical-coordinate representation of color #E5763F: hue angle of 19.88º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E5763F is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 118 | 63 | - |
| CMYK | 0 | 0.48 | 0.72 | 0.10 |
| HSL | 19.88º | 0.76% | 0.57% | - |
| HSV(B) | 19.88º | 0.72% | 0.9% | - |
| XYZ | 39.69 | 29.97 | 8.4 | - |
| YUV | 144.92 | 81.77 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 118 | 63 | 0 | 0.48 | 0.72 | 0.10 | 19.88 | 0.76 | 0.57 |
| Hex | E5 | 76 | 3F | 0 | 30 | 48 | A | 14 | 4C | 39 |
| Octal | 345 | 166 | 77 | 0 | 60 | 110 | 12 | 24 | 114 | 71 |
| Binary | 11100101 | 1110110 | 111111 | 0 | 110000 | 1001000 | 1010 | 10100 | 1001100 | 111001 |
Color Harmonies of #E5763F
Complementary color
Monochromatic Colors of #E5763F
Black with #E5763F
Text Example
Text Example
White with #E5763F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5763F; }
p { color: rgb(229,118,63); }
H1.HeaderClassName
{
color: #E5763F;
}
.AnyTagClassName
{
color: #E5763F;
}
</style>
background-color css
<style>
a { background-color: #E5763F; }
a { background-color: rgb(229,118,63); }
div.DivClassName
{
background-color: #E5763F;
}
.BgClassName
{
background-color: #E5763F;
}
</style>
border-color css
<style>
span { border-color: #E5763F; }
span { border-color: rgb(229,118,63); }
td.TdClassName
{
border-color: #E5763F;
}
.TagClassName
{
border-color: #E5763F;
}
</style>