Shades of Jaffa #E57848
Tints of Jaffa #E57848
RGB
CMYK
RGB Variations
Color information
#E57848 (or 0xE57848) is known color: Jaffa. HEX triplet: E5, 78 and 48. RGB value is (229,120,72). Sum of RGB (Red+Green+Blue) = 229+120+72=421 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.39% from 421); Green value is 120 (47.27% from 255 or 28.50% from 421); Blue value is 72 (28.52% from 255 or 17.10% from 421); Max value from RGB is 229 - color contains mainly: red. Hex color #E57848 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E57848 is #1A87B7. Grayscale: #939393. Windows color (decimal): -1738680 or 4749541. OLE color: 4749541.
HSL color Cylindrical-coordinate representation of color #E57848: hue angle of 18.34º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E57848 is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 120 | 72 | - |
| CMYK | 0 | 0.48 | 0.69 | 0.10 |
| HSL | 18.34º | 0.75% | 0.59% | - |
| HSV(B) | 18.34º | 0.69% | 0.9% | - |
| XYZ | 40.2 | 30.56 | 9.91 | - |
| YUV | 147.12 | 85.61 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 120 | 72 | 0 | 0.48 | 0.69 | 0.10 | 18.34 | 0.75 | 0.59 |
| Hex | E5 | 78 | 48 | 0 | 30 | 45 | A | 12 | 4B | 3B |
| Octal | 345 | 170 | 110 | 0 | 60 | 105 | 12 | 22 | 113 | 73 |
| Binary | 11100101 | 1111000 | 1001000 | 0 | 110000 | 1000101 | 1010 | 10010 | 1001011 | 111011 |
Color Harmonies of #E57848
Complementary color
Monochromatic Colors of #E57848
Black with #E57848
Text Example
Text Example
White with #E57848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57848; }
p { color: rgb(229,120,72); }
H1.HeaderClassName
{
color: #E57848;
}
.AnyTagClassName
{
color: #E57848;
}
</style>
background-color css
<style>
a { background-color: #E57848; }
a { background-color: rgb(229,120,72); }
div.DivClassName
{
background-color: #E57848;
}
.BgClassName
{
background-color: #E57848;
}
</style>
border-color css
<style>
span { border-color: #E57848; }
span { border-color: rgb(229,120,72); }
td.TdClassName
{
border-color: #E57848;
}
.TagClassName
{
border-color: #E57848;
}
</style>