Shades of Oasis #FFEDC4
Tints of Oasis #FFEDC4
RGB
CMYK
RGB Variations
Color information
#FFEDC4 (or 0xFFEDC4) is known color: Oasis. HEX triplet: FF, ED and C4. RGB value is (255,237,196). Sum of RGB (Red+Green+Blue) = 255+237+196=688 (91% of max value = 765). Red value is 255 (100% from 255 or 37.06% from 688); Green value is 237 (92.97% from 255 or 34.45% from 688); Blue value is 196 (76.95% from 255 or 28.49% from 688); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEDC4 is #00123B. Grayscale: #EDEDED. Windows color (decimal): -4668 or 12905983. OLE color: 12905983.
HSL color Cylindrical-coordinate representation of color #FFEDC4: hue angle of 41.69º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FFEDC4 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 196 | - |
| CMYK | 0 | 0.07 | 0.23 | 0 |
| HSL | 41.69º | 1% | 0.88% | - |
| HSV(B) | 41.69º | 0.23% | 1% | - |
| XYZ | 81.49 | 85.81 | 64.49 | - |
| YUV | 237.71 | 104.46 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 196 | 0 | 0.07 | 0.23 | 0 | 41.69 | 1 | 0.88 |
| Hex | FF | ED | C4 | 0 | 7 | 17 | 0 | 2A | 64 | 58 |
| Octal | 377 | 355 | 304 | 0 | 7 | 27 | 0 | 52 | 144 | 130 |
| Binary | 11111111 | 11101101 | 11000100 | 0 | 111 | 10111 | 0 | 101010 | 1100100 | 1011000 |
Color Harmonies of #FFEDC4
Complementary color
Monochromatic Colors of #FFEDC4
Black with #FFEDC4
Text Example
Text Example
White with #FFEDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEDC4; }
p { color: rgb(255,237,196); }
H1.HeaderClassName
{
color: #FFEDC4;
}
.AnyTagClassName
{
color: #FFEDC4;
}
</style>
background-color css
<style>
a { background-color: #FFEDC4; }
a { background-color: rgb(255,237,196); }
div.DivClassName
{
background-color: #FFEDC4;
}
.BgClassName
{
background-color: #FFEDC4;
}
</style>
border-color css
<style>
span { border-color: #FFEDC4; }
span { border-color: rgb(255,237,196); }
td.TdClassName
{
border-color: #FFEDC4;
}
.TagClassName
{
border-color: #FFEDC4;
}
</style>