Shades of Jaffa #E08248
Tints of Jaffa #E08248
RGB
CMYK
RGB Variations
Color information
#E08248 (or 0xE08248) is known color: Jaffa. HEX triplet: E0, 82 and 48. RGB value is (224,130,72). Sum of RGB (Red+Green+Blue) = 224+130+72=426 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.58% from 426); Green value is 130 (51.17% from 255 or 30.52% from 426); Blue value is 72 (28.52% from 255 or 16.90% from 426); Max value from RGB is 224 - color contains mainly: red. Hex color #E08248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08248 is #1F7DB7. Grayscale: #979797. Windows color (decimal): -2063800 or 4752096. OLE color: 4752096.
HSL color Cylindrical-coordinate representation of color #E08248: hue angle of 22.89º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E08248 is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 130 | 72 | - |
| CMYK | 0 | 0.42 | 0.68 | 0.12 |
| HSL | 22.89º | 0.71% | 0.58% | - |
| HSV(B) | 22.89º | 0.68% | 0.88% | - |
| XYZ | 39.89 | 32.28 | 10.26 | - |
| YUV | 151.49 | 83.14 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 130 | 72 | 0 | 0.42 | 0.68 | 0.12 | 22.89 | 0.71 | 0.58 |
| Hex | E0 | 82 | 48 | 0 | 2A | 44 | C | 17 | 47 | 3A |
| Octal | 340 | 202 | 110 | 0 | 52 | 104 | 14 | 27 | 107 | 72 |
| Binary | 11100000 | 10000010 | 1001000 | 0 | 101010 | 1000100 | 1100 | 10111 | 1000111 | 111010 |
Color Harmonies of #E08248
Complementary color
Monochromatic Colors of #E08248
Black with #E08248
Text Example
Text Example
White with #E08248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08248; }
p { color: rgb(224,130,72); }
H1.HeaderClassName
{
color: #E08248;
}
.AnyTagClassName
{
color: #E08248;
}
</style>
background-color css
<style>
a { background-color: #E08248; }
a { background-color: rgb(224,130,72); }
div.DivClassName
{
background-color: #E08248;
}
.BgClassName
{
background-color: #E08248;
}
</style>
border-color css
<style>
span { border-color: #E08248; }
span { border-color: rgb(224,130,72); }
td.TdClassName
{
border-color: #E08248;
}
.TagClassName
{
border-color: #E08248;
}
</style>