Shades of Jaffa #E28048
Tints of Jaffa #E28048
RGB
CMYK
RGB Variations
Color information
#E28048 (or 0xE28048) is known color: Jaffa. HEX triplet: E2, 80 and 48. RGB value is (226,128,72). Sum of RGB (Red+Green+Blue) = 226+128+72=426 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.05% from 426); Green value is 128 (50.39% from 255 or 30.05% from 426); Blue value is 72 (28.52% from 255 or 16.90% from 426); Max value from RGB is 226 - color contains mainly: red. Hex color #E28048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E28048 is #1D7FB7. Grayscale: #979797. Windows color (decimal): -1933240 or 4751586. OLE color: 4751586.
HSL color Cylindrical-coordinate representation of color #E28048: hue angle of 21.82º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E28048 is Cyan = 0, Magento = 0.43, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 128 | 72 | - |
| CMYK | 0 | 0.43 | 0.68 | 0.11 |
| HSL | 21.82º | 0.73% | 0.58% | - |
| HSV(B) | 21.82º | 0.68% | 0.89% | - |
| XYZ | 40.25 | 32.07 | 10.2 | - |
| YUV | 150.92 | 83.47 | 181.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 128 | 72 | 0 | 0.43 | 0.68 | 0.11 | 21.82 | 0.73 | 0.58 |
| Hex | E2 | 80 | 48 | 0 | 2B | 44 | B | 16 | 49 | 3A |
| Octal | 342 | 200 | 110 | 0 | 53 | 104 | 13 | 26 | 111 | 72 |
| Binary | 11100010 | 10000000 | 1001000 | 0 | 101011 | 1000100 | 1011 | 10110 | 1001001 | 111010 |
Color Harmonies of #E28048
Complementary color
Monochromatic Colors of #E28048
Black with #E28048
Text Example
Text Example
White with #E28048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28048; }
p { color: rgb(226,128,72); }
H1.HeaderClassName
{
color: #E28048;
}
.AnyTagClassName
{
color: #E28048;
}
</style>
background-color css
<style>
a { background-color: #E28048; }
a { background-color: rgb(226,128,72); }
div.DivClassName
{
background-color: #E28048;
}
.BgClassName
{
background-color: #E28048;
}
</style>
border-color css
<style>
span { border-color: #E28048; }
span { border-color: rgb(226,128,72); }
td.TdClassName
{
border-color: #E28048;
}
.TagClassName
{
border-color: #E28048;
}
</style>