Shades of Oasis #FFEDC7
Tints of Oasis #FFEDC7
RGB
CMYK
RGB Variations
Color information
#FFEDC7 (or 0xFFEDC7) is known color: Oasis. HEX triplet: FF, ED and C7. RGB value is (255,237,199). Sum of RGB (Red+Green+Blue) = 255+237+199=691 (91% of max value = 765). Red value is 255 (100% from 255 or 36.90% from 691); Green value is 237 (92.97% from 255 or 34.30% from 691); Blue value is 199 (78.12% from 255 or 28.80% from 691); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEDC7 is #001238. Grayscale: #EEEEEE. Windows color (decimal): -4665 or 13102591. OLE color: 13102591.
HSL color Cylindrical-coordinate representation of color #FFEDC7: hue angle of 40.71º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FFEDC7 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 199 | - |
| CMYK | 0 | 0.07 | 0.22 | 0 |
| HSL | 40.71º | 1% | 0.89% | - |
| HSV(B) | 40.71º | 0.22% | 1% | - |
| XYZ | 81.83 | 85.95 | 66.31 | - |
| YUV | 238.05 | 105.96 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 199 | 0 | 0.07 | 0.22 | 0 | 40.71 | 1 | 0.89 |
| Hex | FF | ED | C7 | 0 | 7 | 16 | 0 | 29 | 64 | 59 |
| Octal | 377 | 355 | 307 | 0 | 7 | 26 | 0 | 51 | 144 | 131 |
| Binary | 11111111 | 11101101 | 11000111 | 0 | 111 | 10110 | 0 | 101001 | 1100100 | 1011001 |
Color Harmonies of #FFEDC7
Complementary color
Monochromatic Colors of #FFEDC7
Black with #FFEDC7
Text Example
Text Example
White with #FFEDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEDC7; }
p { color: rgb(255,237,199); }
H1.HeaderClassName
{
color: #FFEDC7;
}
.AnyTagClassName
{
color: #FFEDC7;
}
</style>
background-color css
<style>
a { background-color: #FFEDC7; }
a { background-color: rgb(255,237,199); }
div.DivClassName
{
background-color: #FFEDC7;
}
.BgClassName
{
background-color: #FFEDC7;
}
</style>
border-color css
<style>
span { border-color: #FFEDC7; }
span { border-color: rgb(255,237,199); }
td.TdClassName
{
border-color: #FFEDC7;
}
.TagClassName
{
border-color: #FFEDC7;
}
</style>