Shades of Jaffa #E08051
Tints of Jaffa #E08051
RGB
CMYK
RGB Variations
Color information
#E08051 (or 0xE08051) is known color: Jaffa. HEX triplet: E0, 80 and 51. RGB value is (224,128,81). Sum of RGB (Red+Green+Blue) = 224+128+81=433 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.73% from 433); Green value is 128 (50.39% from 255 or 29.56% from 433); Blue value is 81 (32.03% from 255 or 18.71% from 433); Max value from RGB is 224 - color contains mainly: red. Hex color #E08051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08051 is #1F7FAE. Grayscale: #979797. Windows color (decimal): -2064303 or 5341408. OLE color: 5341408.
HSL color Cylindrical-coordinate representation of color #E08051: hue angle of 19.72º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E08051 is Cyan = 0, Magento = 0.43, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 128 | 81 | - |
| CMYK | 0 | 0.43 | 0.64 | 0.12 |
| HSL | 19.72º | 0.7% | 0.6% | - |
| HSV(B) | 19.72º | 0.64% | 0.88% | - |
| XYZ | 39.94 | 31.88 | 11.83 | - |
| YUV | 151.35 | 88.3 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 128 | 81 | 0 | 0.43 | 0.64 | 0.12 | 19.72 | 0.7 | 0.6 |
| Hex | E0 | 80 | 51 | 0 | 2B | 40 | C | 14 | 46 | 3C |
| Octal | 340 | 200 | 121 | 0 | 53 | 100 | 14 | 24 | 106 | 74 |
| Binary | 11100000 | 10000000 | 1010001 | 0 | 101011 | 1000000 | 1100 | 10100 | 1000110 | 111100 |
Color Harmonies of #E08051
Complementary color
Monochromatic Colors of #E08051
Black with #E08051
Text Example
Text Example
White with #E08051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08051; }
p { color: rgb(224,128,81); }
H1.HeaderClassName
{
color: #E08051;
}
.AnyTagClassName
{
color: #E08051;
}
</style>
background-color css
<style>
a { background-color: #E08051; }
a { background-color: rgb(224,128,81); }
div.DivClassName
{
background-color: #E08051;
}
.BgClassName
{
background-color: #E08051;
}
</style>
border-color css
<style>
span { border-color: #E08051; }
span { border-color: rgb(224,128,81); }
td.TdClassName
{
border-color: #E08051;
}
.TagClassName
{
border-color: #E08051;
}
</style>