Shades of Jaffa #E0763B
Tints of Jaffa #E0763B
RGB
CMYK
RGB Variations
Color information
#E0763B (or 0xE0763B) is known color: Jaffa. HEX triplet: E0, 76 and 3B. RGB value is (224,118,59). Sum of RGB (Red+Green+Blue) = 224+118+59=401 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.86% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 59 (23.44% from 255 or 14.71% from 401); Max value from RGB is 224 - color contains mainly: red. Hex color #E0763B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0763B is #1F89C4. Grayscale: #8F8F8F. Windows color (decimal): -2066885 or 3897056. OLE color: 3897056.
HSL color Cylindrical-coordinate representation of color #E0763B: hue angle of 21.45º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E0763B is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 118 | 59 | - |
| CMYK | 0 | 0.47 | 0.74 | 0.12 |
| HSL | 21.45º | 0.73% | 0.55% | - |
| HSV(B) | 21.45º | 0.74% | 0.88% | - |
| XYZ | 38.01 | 29.12 | 7.76 | - |
| YUV | 142.97 | 80.62 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 118 | 59 | 0 | 0.47 | 0.74 | 0.12 | 21.45 | 0.73 | 0.55 |
| Hex | E0 | 76 | 3B | 0 | 2F | 4A | C | 15 | 49 | 37 |
| Octal | 340 | 166 | 73 | 0 | 57 | 112 | 14 | 25 | 111 | 67 |
| Binary | 11100000 | 1110110 | 111011 | 0 | 101111 | 1001010 | 1100 | 10101 | 1001001 | 110111 |
Color Harmonies of #E0763B
Complementary color
Monochromatic Colors of #E0763B
Black with #E0763B
Text Example
Text Example
White with #E0763B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0763B; }
p { color: rgb(224,118,59); }
H1.HeaderClassName
{
color: #E0763B;
}
.AnyTagClassName
{
color: #E0763B;
}
</style>
background-color css
<style>
a { background-color: #E0763B; }
a { background-color: rgb(224,118,59); }
div.DivClassName
{
background-color: #E0763B;
}
.BgClassName
{
background-color: #E0763B;
}
</style>
border-color css
<style>
span { border-color: #E0763B; }
span { border-color: rgb(224,118,59); }
td.TdClassName
{
border-color: #E0763B;
}
.TagClassName
{
border-color: #E0763B;
}
</style>