Shades of Oasis #FFEDBD
Tints of Oasis #FFEDBD
RGB
CMYK
RGB Variations
Color information
#FFEDBD (or 0xFFEDBD) is known color: Oasis. HEX triplet: FF, ED and BD. RGB value is (255,237,189). Sum of RGB (Red+Green+Blue) = 255+237+189=681 (90% of max value = 765). Red value is 255 (100% from 255 or 37.44% from 681); Green value is 237 (92.97% from 255 or 34.80% from 681); Blue value is 189 (74.22% from 255 or 27.75% from 681); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEDBD is #001242. Grayscale: #EDEDED. Windows color (decimal): -4675 or 12447231. OLE color: 12447231.
HSL color Cylindrical-coordinate representation of color #FFEDBD: hue angle of 43.64º 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 #FFEDBD is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 189 | - |
| CMYK | 0 | 0.07 | 0.26 | 0 |
| HSL | 43.64º | 1% | 0.87% | - |
| HSV(B) | 43.64º | 0.26% | 1% | - |
| XYZ | 80.71 | 85.5 | 60.39 | - |
| YUV | 236.91 | 100.96 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 189 | 0 | 0.07 | 0.26 | 0 | 43.64 | 1 | 0.87 |
| Hex | FF | ED | BD | 0 | 7 | 1A | 0 | 2C | 64 | 57 |
| Octal | 377 | 355 | 275 | 0 | 7 | 32 | 0 | 54 | 144 | 127 |
| Binary | 11111111 | 11101101 | 10111101 | 0 | 111 | 11010 | 0 | 101100 | 1100100 | 1010111 |
Color Harmonies of #FFEDBD
Complementary color
Monochromatic Colors of #FFEDBD
Black with #FFEDBD
Text Example
Text Example
White with #FFEDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEDBD; }
p { color: rgb(255,237,189); }
H1.HeaderClassName
{
color: #FFEDBD;
}
.AnyTagClassName
{
color: #FFEDBD;
}
</style>
background-color css
<style>
a { background-color: #FFEDBD; }
a { background-color: rgb(255,237,189); }
div.DivClassName
{
background-color: #FFEDBD;
}
.BgClassName
{
background-color: #FFEDBD;
}
</style>
border-color css
<style>
span { border-color: #FFEDBD; }
span { border-color: rgb(255,237,189); }
td.TdClassName
{
border-color: #FFEDBD;
}
.TagClassName
{
border-color: #FFEDBD;
}
</style>