Shades of Jaffa #E4764B
Tints of Jaffa #E4764B
RGB
CMYK
RGB Variations
Color information
#E4764B (or 0xE4764B) is known color: Jaffa. HEX triplet: E4, 76 and 4B. RGB value is (228,118,75). Sum of RGB (Red+Green+Blue) = 228+118+75=421 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.16% from 421); Green value is 118 (46.48% from 255 or 28.03% from 421); Blue value is 75 (29.69% from 255 or 17.81% from 421); Max value from RGB is 228 - color contains mainly: red. Hex color #E4764B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E4764B is #1B89B4. Grayscale: #929292. Windows color (decimal): -1804725 or 4945636. OLE color: 4945636.
HSL color Cylindrical-coordinate representation of color #E4764B: hue angle of 16.86º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E4764B is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 118 | 75 | - |
| CMYK | 0 | 0.48 | 0.67 | 0.11 |
| HSL | 16.86º | 0.74% | 0.59% | - |
| HSV(B) | 16.86º | 0.67% | 0.89% | - |
| XYZ | 39.74 | 29.96 | 10.34 | - |
| YUV | 145.99 | 87.94 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 118 | 75 | 0 | 0.48 | 0.67 | 0.11 | 16.86 | 0.74 | 0.59 |
| Hex | E4 | 76 | 4B | 0 | 30 | 43 | B | 11 | 4A | 3B |
| Octal | 344 | 166 | 113 | 0 | 60 | 103 | 13 | 21 | 112 | 73 |
| Binary | 11100100 | 1110110 | 1001011 | 0 | 110000 | 1000011 | 1011 | 10001 | 1001010 | 111011 |
Color Harmonies of #E4764B
Complementary color
Monochromatic Colors of #E4764B
Black with #E4764B
Text Example
Text Example
White with #E4764B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4764B; }
p { color: rgb(228,118,75); }
H1.HeaderClassName
{
color: #E4764B;
}
.AnyTagClassName
{
color: #E4764B;
}
</style>
background-color css
<style>
a { background-color: #E4764B; }
a { background-color: rgb(228,118,75); }
div.DivClassName
{
background-color: #E4764B;
}
.BgClassName
{
background-color: #E4764B;
}
</style>
border-color css
<style>
span { border-color: #E4764B; }
span { border-color: rgb(228,118,75); }
td.TdClassName
{
border-color: #E4764B;
}
.TagClassName
{
border-color: #E4764B;
}
</style>