Shades of Jaffa #E47342
Tints of Jaffa #E47342
RGB
CMYK
RGB Variations
Color information
#E47342 (or 0xE47342) is known color: Jaffa. HEX triplet: E4, 73 and 42. RGB value is (228,115,66). Sum of RGB (Red+Green+Blue) = 228+115+66=409 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.75% from 409); Green value is 115 (45.31% from 255 or 28.12% from 409); Blue value is 66 (26.17% from 255 or 16.14% from 409); Max value from RGB is 228 - color contains mainly: red. Hex color #E47342 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E47342 is #1B8CBD. Grayscale: #8F8F8F. Windows color (decimal): -1805502 or 4355044. OLE color: 4355044.
HSL color Cylindrical-coordinate representation of color #E47342: hue angle of 18.15º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E47342 is Cyan = 0, Magento = 0.50, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 115 | 66 | - |
| CMYK | 0 | 0.50 | 0.71 | 0.11 |
| HSL | 18.15º | 0.75% | 0.58% | - |
| HSV(B) | 18.15º | 0.71% | 0.89% | - |
| XYZ | 39.11 | 29.15 | 8.72 | - |
| YUV | 143.2 | 84.44 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 115 | 66 | 0 | 0.50 | 0.71 | 0.11 | 18.15 | 0.75 | 0.58 |
| Hex | E4 | 73 | 42 | 0 | 32 | 47 | B | 12 | 4B | 3A |
| Octal | 344 | 163 | 102 | 0 | 62 | 107 | 13 | 22 | 113 | 72 |
| Binary | 11100100 | 1110011 | 1000010 | 0 | 110010 | 1000111 | 1011 | 10010 | 1001011 | 111010 |
Color Harmonies of #E47342
Complementary color
Monochromatic Colors of #E47342
Black with #E47342
Text Example
Text Example
White with #E47342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47342; }
p { color: rgb(228,115,66); }
H1.HeaderClassName
{
color: #E47342;
}
.AnyTagClassName
{
color: #E47342;
}
</style>
background-color css
<style>
a { background-color: #E47342; }
a { background-color: rgb(228,115,66); }
div.DivClassName
{
background-color: #E47342;
}
.BgClassName
{
background-color: #E47342;
}
</style>
border-color css
<style>
span { border-color: #E47342; }
span { border-color: rgb(228,115,66); }
td.TdClassName
{
border-color: #E47342;
}
.TagClassName
{
border-color: #E47342;
}
</style>