Shades of Oasis #FFEBBD
Tints of Oasis #FFEBBD
RGB
CMYK
RGB Variations
Color information
#FFEBBD (or 0xFFEBBD) is known color: Oasis. HEX triplet: FF, EB and BD. RGB value is (255,235,189). Sum of RGB (Red+Green+Blue) = 255+235+189=679 (89% of max value = 765). Red value is 255 (100% from 255 or 37.56% from 679); Green value is 235 (92.19% from 255 or 34.61% from 679); Blue value is 189 (74.22% from 255 or 27.84% from 679); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEBBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEBBD is #001442. Grayscale: #EBEBEB. Windows color (decimal): -5187 or 12446719. OLE color: 12446719.
HSL color Cylindrical-coordinate representation of color #FFEBBD: hue angle of 41.82º 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 #FFEBBD is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 189 | - |
| CMYK | 0 | 0.08 | 0.26 | 0 |
| HSL | 41.82º | 1% | 0.87% | - |
| HSV(B) | 41.82º | 0.26% | 1% | - |
| XYZ | 80.13 | 84.35 | 60.2 | - |
| YUV | 235.74 | 101.63 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 189 | 0 | 0.08 | 0.26 | 0 | 41.82 | 1 | 0.87 |
| Hex | FF | EB | BD | 0 | 8 | 1A | 0 | 2A | 64 | 57 |
| Octal | 377 | 353 | 275 | 0 | 10 | 32 | 0 | 52 | 144 | 127 |
| Binary | 11111111 | 11101011 | 10111101 | 0 | 1000 | 11010 | 0 | 101010 | 1100100 | 1010111 |
Color Harmonies of #FFEBBD
Complementary color
Monochromatic Colors of #FFEBBD
Black with #FFEBBD
Text Example
Text Example
White with #FFEBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEBBD; }
p { color: rgb(255,235,189); }
H1.HeaderClassName
{
color: #FFEBBD;
}
.AnyTagClassName
{
color: #FFEBBD;
}
</style>
background-color css
<style>
a { background-color: #FFEBBD; }
a { background-color: rgb(255,235,189); }
div.DivClassName
{
background-color: #FFEBBD;
}
.BgClassName
{
background-color: #FFEBBD;
}
</style>
border-color css
<style>
span { border-color: #FFEBBD; }
span { border-color: rgb(255,235,189); }
td.TdClassName
{
border-color: #FFEBBD;
}
.TagClassName
{
border-color: #FFEBBD;
}
</style>