Shades of Oasis #FFECBD
Tints of Oasis #FFECBD
RGB
CMYK
RGB Variations
Color information
#FFECBD (or 0xFFECBD) is known color: Oasis. HEX triplet: FF, EC and BD. RGB value is (255,236,189). Sum of RGB (Red+Green+Blue) = 255+236+189=680 (90% of max value = 765). Red value is 255 (100% from 255 or 37.5% from 680); Green value is 236 (92.58% from 255 or 34.71% from 680); Blue value is 189 (74.22% from 255 or 27.79% from 680); Max value from RGB is 255 - color contains mainly: red. Hex color #FFECBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFECBD is #001342. Grayscale: #ECECEC. Windows color (decimal): -4931 or 12446975. OLE color: 12446975.
HSL color Cylindrical-coordinate representation of color #FFECBD: hue angle of 42.73º 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 #FFECBD is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 189 | - |
| CMYK | 0 | 0.07 | 0.26 | 0 |
| HSL | 42.73º | 1% | 0.87% | - |
| HSV(B) | 42.73º | 0.26% | 1% | - |
| XYZ | 80.42 | 84.93 | 60.3 | - |
| YUV | 236.32 | 101.29 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 189 | 0 | 0.07 | 0.26 | 0 | 42.73 | 1 | 0.87 |
| Hex | FF | EC | BD | 0 | 7 | 1A | 0 | 2B | 64 | 57 |
| Octal | 377 | 354 | 275 | 0 | 7 | 32 | 0 | 53 | 144 | 127 |
| Binary | 11111111 | 11101100 | 10111101 | 0 | 111 | 11010 | 0 | 101011 | 1100100 | 1010111 |
Color Harmonies of #FFECBD
Complementary color
Monochromatic Colors of #FFECBD
Black with #FFECBD
Text Example
Text Example
White with #FFECBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFECBD; }
p { color: rgb(255,236,189); }
H1.HeaderClassName
{
color: #FFECBD;
}
.AnyTagClassName
{
color: #FFECBD;
}
</style>
background-color css
<style>
a { background-color: #FFECBD; }
a { background-color: rgb(255,236,189); }
div.DivClassName
{
background-color: #FFECBD;
}
.BgClassName
{
background-color: #FFECBD;
}
</style>
border-color css
<style>
span { border-color: #FFECBD; }
span { border-color: rgb(255,236,189); }
td.TdClassName
{
border-color: #FFECBD;
}
.TagClassName
{
border-color: #FFECBD;
}
</style>