Shades of Jaffa #E1764B
Tints of Jaffa #E1764B
RGB
CMYK
RGB Variations
Color information
#E1764B (or 0xE1764B) is known color: Jaffa. HEX triplet: E1, 76 and 4B. RGB value is (225,118,75). Sum of RGB (Red+Green+Blue) = 225+118+75=418 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.83% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 75 (29.69% from 255 or 17.94% from 418); Max value from RGB is 225 - color contains mainly: red. Hex color #E1764B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1764B is #1E89B4. Grayscale: #919191. Windows color (decimal): -2001333 or 4945633. OLE color: 4945633.
HSL color Cylindrical-coordinate representation of color #E1764B: hue angle of 17.2º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E1764B is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 118 | 75 | - |
| CMYK | 0 | 0.48 | 0.67 | 0.12 |
| HSL | 17.2º | 0.71% | 0.59% | - |
| HSV(B) | 17.2º | 0.67% | 0.88% | - |
| XYZ | 38.8 | 29.47 | 10.3 | - |
| YUV | 145.09 | 88.45 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 118 | 75 | 0 | 0.48 | 0.67 | 0.12 | 17.2 | 0.71 | 0.59 |
| Hex | E1 | 76 | 4B | 0 | 30 | 43 | C | 11 | 47 | 3B |
| Octal | 341 | 166 | 113 | 0 | 60 | 103 | 14 | 21 | 107 | 73 |
| Binary | 11100001 | 1110110 | 1001011 | 0 | 110000 | 1000011 | 1100 | 10001 | 1000111 | 111011 |
Color Harmonies of #E1764B
Complementary color
Monochromatic Colors of #E1764B
Black with #E1764B
Text Example
Text Example
White with #E1764B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1764B; }
p { color: rgb(225,118,75); }
H1.HeaderClassName
{
color: #E1764B;
}
.AnyTagClassName
{
color: #E1764B;
}
</style>
background-color css
<style>
a { background-color: #E1764B; }
a { background-color: rgb(225,118,75); }
div.DivClassName
{
background-color: #E1764B;
}
.BgClassName
{
background-color: #E1764B;
}
</style>
border-color css
<style>
span { border-color: #E1764B; }
span { border-color: rgb(225,118,75); }
td.TdClassName
{
border-color: #E1764B;
}
.TagClassName
{
border-color: #E1764B;
}
</style>