Shades of Oasis #FFEFBC
Tints of Oasis #FFEFBC
RGB
CMYK
RGB Variations
Color information
#FFEFBC (or 0xFFEFBC) is known color: Oasis. HEX triplet: FF, EF and BC. RGB value is (255,239,188). Sum of RGB (Red+Green+Blue) = 255+239+188=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 239 (93.75% from 255 or 35.04% from 682); Blue value is 188 (73.83% from 255 or 27.57% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEFBC is #001043. Grayscale: #EEEEEE. Windows color (decimal): -4164 or 12382207. OLE color: 12382207.
HSL color Cylindrical-coordinate representation of color #FFEFBC: hue angle of 45.67º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FFEFBC is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 188 | - |
| CMYK | 0 | 0.06 | 0.26 | 0 |
| HSL | 45.67º | 1% | 0.87% | - |
| HSV(B) | 45.67º | 0.26% | 1% | - |
| XYZ | 81.18 | 86.62 | 60.02 | - |
| YUV | 237.97 | 99.8 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 188 | 0 | 0.06 | 0.26 | 0 | 45.67 | 1 | 0.87 |
| Hex | FF | EF | BC | 0 | 6 | 1A | 0 | 2E | 64 | 57 |
| Octal | 377 | 357 | 274 | 0 | 6 | 32 | 0 | 56 | 144 | 127 |
| Binary | 11111111 | 11101111 | 10111100 | 0 | 110 | 11010 | 0 | 101110 | 1100100 | 1010111 |
Color Harmonies of #FFEFBC
Complementary color
Monochromatic Colors of #FFEFBC
Black with #FFEFBC
Text Example
Text Example
White with #FFEFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEFBC; }
p { color: rgb(255,239,188); }
H1.HeaderClassName
{
color: #FFEFBC;
}
.AnyTagClassName
{
color: #FFEFBC;
}
</style>
background-color css
<style>
a { background-color: #FFEFBC; }
a { background-color: rgb(255,239,188); }
div.DivClassName
{
background-color: #FFEFBC;
}
.BgClassName
{
background-color: #FFEFBC;
}
</style>
border-color css
<style>
span { border-color: #FFEFBC; }
span { border-color: rgb(255,239,188); }
td.TdClassName
{
border-color: #FFEFBC;
}
.TagClassName
{
border-color: #FFEFBC;
}
</style>