Shades of Oasis #FFEDC0
Tints of Oasis #FFEDC0
RGB
CMYK
RGB Variations
Color information
#FFEDC0 (or 0xFFEDC0) is known color: Oasis. HEX triplet: FF, ED and C0. RGB value is (255,237,192). Sum of RGB (Red+Green+Blue) = 255+237+192=684 (90% of max value = 765). Red value is 255 (100% from 255 or 37.28% from 684); Green value is 237 (92.97% from 255 or 34.65% from 684); Blue value is 192 (75.39% from 255 or 28.07% from 684); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEDC0 is #00123F. Grayscale: #EDEDED. Windows color (decimal): -4672 or 12643839. OLE color: 12643839.
HSL color Cylindrical-coordinate representation of color #FFEDC0: hue angle of 42.86º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFEDC0 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 192 | - |
| CMYK | 0 | 0.07 | 0.25 | 0 |
| HSL | 42.86º | 1% | 0.88% | - |
| HSV(B) | 42.86º | 0.25% | 1% | - |
| XYZ | 81.04 | 85.63 | 62.13 | - |
| YUV | 237.25 | 102.46 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 192 | 0 | 0.07 | 0.25 | 0 | 42.86 | 1 | 0.88 |
| Hex | FF | ED | C0 | 0 | 7 | 19 | 0 | 2B | 64 | 58 |
| Octal | 377 | 355 | 300 | 0 | 7 | 31 | 0 | 53 | 144 | 130 |
| Binary | 11111111 | 11101101 | 11000000 | 0 | 111 | 11001 | 0 | 101011 | 1100100 | 1011000 |
Color Harmonies of #FFEDC0
Complementary color
Monochromatic Colors of #FFEDC0
Black with #FFEDC0
Text Example
Text Example
White with #FFEDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEDC0; }
p { color: rgb(255,237,192); }
H1.HeaderClassName
{
color: #FFEDC0;
}
.AnyTagClassName
{
color: #FFEDC0;
}
</style>
background-color css
<style>
a { background-color: #FFEDC0; }
a { background-color: rgb(255,237,192); }
div.DivClassName
{
background-color: #FFEDC0;
}
.BgClassName
{
background-color: #FFEDC0;
}
</style>
border-color css
<style>
span { border-color: #FFEDC0; }
span { border-color: rgb(255,237,192); }
td.TdClassName
{
border-color: #FFEDC0;
}
.TagClassName
{
border-color: #FFEDC0;
}
</style>