Shades of Oasis #FFEEBB
Tints of Oasis #FFEEBB
RGB
CMYK
RGB Variations
Color information
#FFEEBB (or 0xFFEEBB) is known color: Oasis. HEX triplet: FF, EE and BB. RGB value is (255,238,187). Sum of RGB (Red+Green+Blue) = 255+238+187=680 (90% of max value = 765). Red value is 255 (100% from 255 or 37.5% from 680); Green value is 238 (93.36% from 255 or 35% from 680); Blue value is 187 (73.44% from 255 or 27.5% from 680); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEEBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEEBB is #001144. Grayscale: #EDEDED. Windows color (decimal): -4421 or 12316415. OLE color: 12316415.
HSL color Cylindrical-coordinate representation of color #FFEEBB: hue angle of 45º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFEEBB is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 187 | - |
| CMYK | 0 | 0.07 | 0.27 | 0 |
| HSL | 45º | 1% | 0.87% | - |
| HSV(B) | 45º | 0.27% | 1% | - |
| XYZ | 80.78 | 86 | 59.36 | - |
| YUV | 237.27 | 99.63 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 187 | 0 | 0.07 | 0.27 | 0 | 45 | 1 | 0.87 |
| Hex | FF | EE | BB | 0 | 7 | 1B | 0 | 2D | 64 | 57 |
| Octal | 377 | 356 | 273 | 0 | 7 | 33 | 0 | 55 | 144 | 127 |
| Binary | 11111111 | 11101110 | 10111011 | 0 | 111 | 11011 | 0 | 101101 | 1100100 | 1010111 |
Color Harmonies of #FFEEBB
Complementary color
Monochromatic Colors of #FFEEBB
Black with #FFEEBB
Text Example
Text Example
White with #FFEEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEEBB; }
p { color: rgb(255,238,187); }
H1.HeaderClassName
{
color: #FFEEBB;
}
.AnyTagClassName
{
color: #FFEEBB;
}
</style>
background-color css
<style>
a { background-color: #FFEEBB; }
a { background-color: rgb(255,238,187); }
div.DivClassName
{
background-color: #FFEEBB;
}
.BgClassName
{
background-color: #FFEEBB;
}
</style>
border-color css
<style>
span { border-color: #FFEEBB; }
span { border-color: rgb(255,238,187); }
td.TdClassName
{
border-color: #FFEEBB;
}
.TagClassName
{
border-color: #FFEEBB;
}
</style>