Shades of Oasis #FFEFBB
Tints of Oasis #FFEFBB
RGB
CMYK
RGB Variations
Color information
#FFEFBB (or 0xFFEFBB) is known color: Oasis. HEX triplet: FF, EF and BB. RGB value is (255,239,187). Sum of RGB (Red+Green+Blue) = 255+239+187=681 (90% of max value = 765). Red value is 255 (100% from 255 or 37.44% from 681); Green value is 239 (93.75% from 255 or 35.10% from 681); Blue value is 187 (73.44% from 255 or 27.46% from 681); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEFBB is #001044. Grayscale: #EEEEEE. Windows color (decimal): -4165 or 12316671. OLE color: 12316671.
HSL color Cylindrical-coordinate representation of color #FFEFBB: hue angle of 45.88º 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 #FFEFBB is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 187 | - |
| CMYK | 0 | 0.06 | 0.27 | 0 |
| HSL | 45.88º | 1% | 0.87% | - |
| HSV(B) | 45.88º | 0.27% | 1% | - |
| XYZ | 81.08 | 86.58 | 59.45 | - |
| YUV | 237.86 | 99.3 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 187 | 0 | 0.06 | 0.27 | 0 | 45.88 | 1 | 0.87 |
| Hex | FF | EF | BB | 0 | 6 | 1B | 0 | 2E | 64 | 57 |
| Octal | 377 | 357 | 273 | 0 | 6 | 33 | 0 | 56 | 144 | 127 |
| Binary | 11111111 | 11101111 | 10111011 | 0 | 110 | 11011 | 0 | 101110 | 1100100 | 1010111 |
Color Harmonies of #FFEFBB
Complementary color
Monochromatic Colors of #FFEFBB
Black with #FFEFBB
Text Example
Text Example
White with #FFEFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEFBB; }
p { color: rgb(255,239,187); }
H1.HeaderClassName
{
color: #FFEFBB;
}
.AnyTagClassName
{
color: #FFEFBB;
}
</style>
background-color css
<style>
a { background-color: #FFEFBB; }
a { background-color: rgb(255,239,187); }
div.DivClassName
{
background-color: #FFEFBB;
}
.BgClassName
{
background-color: #FFEFBB;
}
</style>
border-color css
<style>
span { border-color: #FFEFBB; }
span { border-color: rgb(255,239,187); }
td.TdClassName
{
border-color: #FFEFBB;
}
.TagClassName
{
border-color: #FFEFBB;
}
</style>