Shades of Oasis #FFEEBD
Tints of Oasis #FFEEBD
RGB
CMYK
RGB Variations
Color information
#FFEEBD (or 0xFFEEBD) is known color: Oasis. HEX triplet: FF, EE and BD. RGB value is (255,238,189). Sum of RGB (Red+Green+Blue) = 255+238+189=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 238 (93.36% from 255 or 34.90% from 682); Blue value is 189 (74.22% from 255 or 27.71% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEEBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEEBD is #001142. Grayscale: #EDEDED. Windows color (decimal): -4419 or 12447487. OLE color: 12447487.
HSL color Cylindrical-coordinate representation of color #FFEEBD: hue angle of 44.55º 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 #FFEEBD is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 189 | - |
| CMYK | 0 | 0.07 | 0.26 | 0 |
| HSL | 44.55º | 1% | 0.87% | - |
| HSV(B) | 44.55º | 0.26% | 1% | - |
| XYZ | 81 | 86.08 | 60.49 | - |
| YUV | 237.5 | 100.63 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 189 | 0 | 0.07 | 0.26 | 0 | 44.55 | 1 | 0.87 |
| Hex | FF | EE | BD | 0 | 7 | 1A | 0 | 2D | 64 | 57 |
| Octal | 377 | 356 | 275 | 0 | 7 | 32 | 0 | 55 | 144 | 127 |
| Binary | 11111111 | 11101110 | 10111101 | 0 | 111 | 11010 | 0 | 101101 | 1100100 | 1010111 |
Color Harmonies of #FFEEBD
Complementary color
Monochromatic Colors of #FFEEBD
Black with #FFEEBD
Text Example
Text Example
White with #FFEEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEEBD; }
p { color: rgb(255,238,189); }
H1.HeaderClassName
{
color: #FFEEBD;
}
.AnyTagClassName
{
color: #FFEEBD;
}
</style>
background-color css
<style>
a { background-color: #FFEEBD; }
a { background-color: rgb(255,238,189); }
div.DivClassName
{
background-color: #FFEEBD;
}
.BgClassName
{
background-color: #FFEEBD;
}
</style>
border-color css
<style>
span { border-color: #FFEEBD; }
span { border-color: rgb(255,238,189); }
td.TdClassName
{
border-color: #FFEEBD;
}
.TagClassName
{
border-color: #FFEEBD;
}
</style>