Shades of Jaffa #E1763D
Tints of Jaffa #E1763D
RGB
CMYK
RGB Variations
Color information
#E1763D (or 0xE1763D) is known color: Jaffa. HEX triplet: E1, 76 and 3D. RGB value is (225,118,61). Sum of RGB (Red+Green+Blue) = 225+118+61=404 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.69% from 404); Green value is 118 (46.48% from 255 or 29.21% from 404); Blue value is 61 (24.22% from 255 or 15.10% from 404); Max value from RGB is 225 - color contains mainly: red. Hex color #E1763D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1763D is #1E89C2. Grayscale: #8F8F8F. Windows color (decimal): -2001347 or 4028129. OLE color: 4028129.
HSL color Cylindrical-coordinate representation of color #E1763D: hue angle of 20.85º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E1763D is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 118 | 61 | - |
| CMYK | 0 | 0.48 | 0.73 | 0.12 |
| HSL | 20.85º | 0.73% | 0.56% | - |
| HSV(B) | 20.85º | 0.73% | 0.88% | - |
| XYZ | 38.37 | 29.3 | 8.05 | - |
| YUV | 143.5 | 81.45 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 118 | 61 | 0 | 0.48 | 0.73 | 0.12 | 20.85 | 0.73 | 0.56 |
| Hex | E1 | 76 | 3D | 0 | 30 | 49 | C | 15 | 49 | 38 |
| Octal | 341 | 166 | 75 | 0 | 60 | 111 | 14 | 25 | 111 | 70 |
| Binary | 11100001 | 1110110 | 111101 | 0 | 110000 | 1001001 | 1100 | 10101 | 1001001 | 111000 |
Color Harmonies of #E1763D
Complementary color
Monochromatic Colors of #E1763D
Black with #E1763D
Text Example
Text Example
White with #E1763D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1763D; }
p { color: rgb(225,118,61); }
H1.HeaderClassName
{
color: #E1763D;
}
.AnyTagClassName
{
color: #E1763D;
}
</style>
background-color css
<style>
a { background-color: #E1763D; }
a { background-color: rgb(225,118,61); }
div.DivClassName
{
background-color: #E1763D;
}
.BgClassName
{
background-color: #E1763D;
}
</style>
border-color css
<style>
span { border-color: #E1763D; }
span { border-color: rgb(225,118,61); }
td.TdClassName
{
border-color: #E1763D;
}
.TagClassName
{
border-color: #E1763D;
}
</style>