Shades of Jaffa #E1763C
Tints of Jaffa #E1763C
RGB
CMYK
RGB Variations
Color information
#E1763C (or 0xE1763C) is known color: Jaffa. HEX triplet: E1, 76 and 3C. RGB value is (225,118,60). Sum of RGB (Red+Green+Blue) = 225+118+60=403 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.83% from 403); Green value is 118 (46.48% from 255 or 29.28% from 403); Blue value is 60 (23.83% from 255 or 14.89% from 403); Max value from RGB is 225 - color contains mainly: red. Hex color #E1763C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1763C is #1E89C3. Grayscale: #8F8F8F. Windows color (decimal): -2001348 or 3962593. OLE color: 3962593.
HSL color Cylindrical-coordinate representation of color #E1763C: hue angle of 21.09º 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 #E1763C is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 118 | 60 | - |
| CMYK | 0 | 0.48 | 0.73 | 0.12 |
| HSL | 21.09º | 0.73% | 0.56% | - |
| HSV(B) | 21.09º | 0.73% | 0.88% | - |
| XYZ | 38.35 | 29.29 | 7.91 | - |
| YUV | 143.38 | 80.95 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 118 | 60 | 0 | 0.48 | 0.73 | 0.12 | 21.09 | 0.73 | 0.56 |
| Hex | E1 | 76 | 3C | 0 | 30 | 49 | C | 15 | 49 | 38 |
| Octal | 341 | 166 | 74 | 0 | 60 | 111 | 14 | 25 | 111 | 70 |
| Binary | 11100001 | 1110110 | 111100 | 0 | 110000 | 1001001 | 1100 | 10101 | 1001001 | 111000 |
Color Harmonies of #E1763C
Complementary color
Monochromatic Colors of #E1763C
Black with #E1763C
Text Example
Text Example
White with #E1763C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1763C; }
p { color: rgb(225,118,60); }
H1.HeaderClassName
{
color: #E1763C;
}
.AnyTagClassName
{
color: #E1763C;
}
</style>
background-color css
<style>
a { background-color: #E1763C; }
a { background-color: rgb(225,118,60); }
div.DivClassName
{
background-color: #E1763C;
}
.BgClassName
{
background-color: #E1763C;
}
</style>
border-color css
<style>
span { border-color: #E1763C; }
span { border-color: rgb(225,118,60); }
td.TdClassName
{
border-color: #E1763C;
}
.TagClassName
{
border-color: #E1763C;
}
</style>