Shades of Oasis #FFEABD
Tints of Oasis #FFEABD
RGB
CMYK
RGB Variations
Color information
#FFEABD (or 0xFFEABD) is known color: Oasis. HEX triplet: FF, EA and BD. RGB value is (255,234,189). Sum of RGB (Red+Green+Blue) = 255+234+189=678 (89% of max value = 765). Red value is 255 (100% from 255 or 37.61% from 678); Green value is 234 (91.80% from 255 or 34.51% from 678); Blue value is 189 (74.22% from 255 or 27.88% from 678); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEABD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEABD is #001542. Grayscale: #EBEBEB. Windows color (decimal): -5443 or 12446463. OLE color: 12446463.
HSL color Cylindrical-coordinate representation of color #FFEABD: hue angle of 40.91º 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 #FFEABD is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 234 | 189 | - |
| CMYK | 0 | 0.08 | 0.26 | 0 |
| HSL | 40.91º | 1% | 0.87% | - |
| HSV(B) | 40.91º | 0.26% | 1% | - |
| XYZ | 79.85 | 83.78 | 60.11 | - |
| YUV | 235.15 | 101.96 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 234 | 189 | 0 | 0.08 | 0.26 | 0 | 40.91 | 1 | 0.87 |
| Hex | FF | EA | BD | 0 | 8 | 1A | 0 | 29 | 64 | 57 |
| Octal | 377 | 352 | 275 | 0 | 10 | 32 | 0 | 51 | 144 | 127 |
| Binary | 11111111 | 11101010 | 10111101 | 0 | 1000 | 11010 | 0 | 101001 | 1100100 | 1010111 |
Color Harmonies of #FFEABD
Complementary color
Monochromatic Colors of #FFEABD
Black with #FFEABD
Text Example
Text Example
White with #FFEABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEABD; }
p { color: rgb(255,234,189); }
H1.HeaderClassName
{
color: #FFEABD;
}
.AnyTagClassName
{
color: #FFEABD;
}
</style>
background-color css
<style>
a { background-color: #FFEABD; }
a { background-color: rgb(255,234,189); }
div.DivClassName
{
background-color: #FFEABD;
}
.BgClassName
{
background-color: #FFEABD;
}
</style>
border-color css
<style>
span { border-color: #FFEABD; }
span { border-color: rgb(255,234,189); }
td.TdClassName
{
border-color: #FFEABD;
}
.TagClassName
{
border-color: #FFEABD;
}
</style>