Shades of Jaffa #E47541
Tints of Jaffa #E47541
RGB
CMYK
RGB Variations
Color information
#E47541 (or 0xE47541) is known color: Jaffa. HEX triplet: E4, 75 and 41. RGB value is (228,117,65). Sum of RGB (Red+Green+Blue) = 228+117+65=410 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.61% from 410); Green value is 117 (46.09% from 255 or 28.54% from 410); Blue value is 65 (25.78% from 255 or 15.85% from 410); Max value from RGB is 228 - color contains mainly: red. Hex color #E47541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E47541 is #1B8ABE. Grayscale: #909090. Windows color (decimal): -1804991 or 4290020. OLE color: 4290020.
HSL color Cylindrical-coordinate representation of color #E47541: hue angle of 19.14º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E47541 is Cyan = 0, Magento = 0.49, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 117 | 65 | - |
| CMYK | 0 | 0.49 | 0.71 | 0.11 |
| HSL | 19.14º | 0.75% | 0.57% | - |
| HSV(B) | 19.14º | 0.71% | 0.89% | - |
| XYZ | 39.31 | 29.6 | 8.64 | - |
| YUV | 144.26 | 83.27 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 117 | 65 | 0 | 0.49 | 0.71 | 0.11 | 19.14 | 0.75 | 0.57 |
| Hex | E4 | 75 | 41 | 0 | 31 | 47 | B | 13 | 4B | 39 |
| Octal | 344 | 165 | 101 | 0 | 61 | 107 | 13 | 23 | 113 | 71 |
| Binary | 11100100 | 1110101 | 1000001 | 0 | 110001 | 1000111 | 1011 | 10011 | 1001011 | 111001 |
Color Harmonies of #E47541
Complementary color
Monochromatic Colors of #E47541
Black with #E47541
Text Example
Text Example
White with #E47541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47541; }
p { color: rgb(228,117,65); }
H1.HeaderClassName
{
color: #E47541;
}
.AnyTagClassName
{
color: #E47541;
}
</style>
background-color css
<style>
a { background-color: #E47541; }
a { background-color: rgb(228,117,65); }
div.DivClassName
{
background-color: #E47541;
}
.BgClassName
{
background-color: #E47541;
}
</style>
border-color css
<style>
span { border-color: #E47541; }
span { border-color: rgb(228,117,65); }
td.TdClassName
{
border-color: #E47541;
}
.TagClassName
{
border-color: #E47541;
}
</style>