Shades of Jaffa #E18051
Tints of Jaffa #E18051
RGB
CMYK
RGB Variations
Color information
#E18051 (or 0xE18051) is known color: Jaffa. HEX triplet: E1, 80 and 51. RGB value is (225,128,81). Sum of RGB (Red+Green+Blue) = 225+128+81=434 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.84% from 434); Green value is 128 (50.39% from 255 or 29.49% from 434); Blue value is 81 (32.03% from 255 or 18.66% from 434); Max value from RGB is 225 - color contains mainly: red. Hex color #E18051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18051 is #1E7FAE. Grayscale: #979797. Windows color (decimal): -1998767 or 5341409. OLE color: 5341409.
HSL color Cylindrical-coordinate representation of color #E18051: hue angle of 19.58º degrees, saturation: 0.71, 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 #E18051 is Cyan = 0, Magento = 0.43, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 128 | 81 | - |
| CMYK | 0 | 0.43 | 0.64 | 0.12 |
| HSL | 19.58º | 0.71% | 0.6% | - |
| HSV(B) | 19.58º | 0.64% | 0.88% | - |
| XYZ | 40.26 | 32.04 | 11.85 | - |
| YUV | 151.65 | 88.14 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 128 | 81 | 0 | 0.43 | 0.64 | 0.12 | 19.58 | 0.71 | 0.6 |
| Hex | E1 | 80 | 51 | 0 | 2B | 40 | C | 14 | 47 | 3C |
| Octal | 341 | 200 | 121 | 0 | 53 | 100 | 14 | 24 | 107 | 74 |
| Binary | 11100001 | 10000000 | 1010001 | 0 | 101011 | 1000000 | 1100 | 10100 | 1000111 | 111100 |
Color Harmonies of #E18051
Complementary color
Monochromatic Colors of #E18051
Black with #E18051
Text Example
Text Example
White with #E18051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18051; }
p { color: rgb(225,128,81); }
H1.HeaderClassName
{
color: #E18051;
}
.AnyTagClassName
{
color: #E18051;
}
</style>
background-color css
<style>
a { background-color: #E18051; }
a { background-color: rgb(225,128,81); }
div.DivClassName
{
background-color: #E18051;
}
.BgClassName
{
background-color: #E18051;
}
</style>
border-color css
<style>
span { border-color: #E18051; }
span { border-color: rgb(225,128,81); }
td.TdClassName
{
border-color: #E18051;
}
.TagClassName
{
border-color: #E18051;
}
</style>