Shades of Oasis #FFEFBD
Tints of Oasis #FFEFBD
RGB
CMYK
RGB Variations
Color information
#FFEFBD (or 0xFFEFBD) is known color: Oasis. HEX triplet: FF, EF and BD. RGB value is (255,239,189). Sum of RGB (Red+Green+Blue) = 255+239+189=683 (90% of max value = 765). Red value is 255 (100% from 255 or 37.34% from 683); Green value is 239 (93.75% from 255 or 34.99% from 683); Blue value is 189 (74.22% from 255 or 27.67% from 683); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEFBD is #001042. Grayscale: #EEEEEE. Windows color (decimal): -4163 or 12447743. OLE color: 12447743.
HSL color Cylindrical-coordinate representation of color #FFEFBD: hue angle of 45.45º 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 #FFEFBD is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 189 | - |
| CMYK | 0 | 0.06 | 0.26 | 0 |
| HSL | 45.45º | 1% | 0.87% | - |
| HSV(B) | 45.45º | 0.26% | 1% | - |
| XYZ | 81.29 | 86.67 | 60.59 | - |
| YUV | 238.08 | 100.3 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 189 | 0 | 0.06 | 0.26 | 0 | 45.45 | 1 | 0.87 |
| Hex | FF | EF | BD | 0 | 6 | 1A | 0 | 2D | 64 | 57 |
| Octal | 377 | 357 | 275 | 0 | 6 | 32 | 0 | 55 | 144 | 127 |
| Binary | 11111111 | 11101111 | 10111101 | 0 | 110 | 11010 | 0 | 101101 | 1100100 | 1010111 |
Color Harmonies of #FFEFBD
Complementary color
Monochromatic Colors of #FFEFBD
Black with #FFEFBD
Text Example
Text Example
White with #FFEFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEFBD; }
p { color: rgb(255,239,189); }
H1.HeaderClassName
{
color: #FFEFBD;
}
.AnyTagClassName
{
color: #FFEFBD;
}
</style>
background-color css
<style>
a { background-color: #FFEFBD; }
a { background-color: rgb(255,239,189); }
div.DivClassName
{
background-color: #FFEFBD;
}
.BgClassName
{
background-color: #FFEFBD;
}
</style>
border-color css
<style>
span { border-color: #FFEFBD; }
span { border-color: rgb(255,239,189); }
td.TdClassName
{
border-color: #FFEFBD;
}
.TagClassName
{
border-color: #FFEFBD;
}
</style>