Shades of Oasis #FFEFBA
Tints of Oasis #FFEFBA
RGB
CMYK
RGB Variations
Color information
#FFEFBA (or 0xFFEFBA) is known color: Oasis. HEX triplet: FF, EF and BA. RGB value is (255,239,186). Sum of RGB (Red+Green+Blue) = 255+239+186=680 (90% of max value = 765). Red value is 255 (100% from 255 or 37.5% from 680); Green value is 239 (93.75% from 255 or 35.15% from 680); Blue value is 186 (73.05% from 255 or 27.35% from 680); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEFBA is #001045. Grayscale: #EDEDED. Windows color (decimal): -4166 or 12251135. OLE color: 12251135.
HSL color Cylindrical-coordinate representation of color #FFEFBA: hue angle of 46.09º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFEFBA is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 186 | - |
| CMYK | 0 | 0.06 | 0.27 | 0 |
| HSL | 46.09º | 1% | 0.86% | - |
| HSV(B) | 46.09º | 0.27% | 1% | - |
| XYZ | 80.97 | 86.54 | 58.89 | - |
| YUV | 237.74 | 98.8 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 186 | 0 | 0.06 | 0.27 | 0 | 46.09 | 1 | 0.86 |
| Hex | FF | EF | BA | 0 | 6 | 1B | 0 | 2E | 64 | 56 |
| Octal | 377 | 357 | 272 | 0 | 6 | 33 | 0 | 56 | 144 | 126 |
| Binary | 11111111 | 11101111 | 10111010 | 0 | 110 | 11011 | 0 | 101110 | 1100100 | 1010110 |
Color Harmonies of #FFEFBA
Complementary color
Monochromatic Colors of #FFEFBA
Black with #FFEFBA
Text Example
Text Example
White with #FFEFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEFBA; }
p { color: rgb(255,239,186); }
H1.HeaderClassName
{
color: #FFEFBA;
}
.AnyTagClassName
{
color: #FFEFBA;
}
</style>
background-color css
<style>
a { background-color: #FFEFBA; }
a { background-color: rgb(255,239,186); }
div.DivClassName
{
background-color: #FFEFBA;
}
.BgClassName
{
background-color: #FFEFBA;
}
</style>
border-color css
<style>
span { border-color: #FFEFBA; }
span { border-color: rgb(255,239,186); }
td.TdClassName
{
border-color: #FFEFBA;
}
.TagClassName
{
border-color: #FFEFBA;
}
</style>