Shades of Oasis #FFEEC7
Tints of Oasis #FFEEC7
RGB
CMYK
RGB Variations
Color information
#FFEEC7 (or 0xFFEEC7) is known color: Oasis. HEX triplet: FF, EE and C7. RGB value is (255,238,199). Sum of RGB (Red+Green+Blue) = 255+238+199=692 (91% of max value = 765). Red value is 255 (100% from 255 or 36.85% from 692); Green value is 238 (93.36% from 255 or 34.39% from 692); Blue value is 199 (78.12% from 255 or 28.76% from 692); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEEC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEEC7 is #001138. Grayscale: #EEEEEE. Windows color (decimal): -4409 or 13102847. OLE color: 13102847.
HSL color Cylindrical-coordinate representation of color #FFEEC7: hue angle of 41.79º 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 #FFEEC7 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 199 | - |
| CMYK | 0 | 0.07 | 0.22 | 0 |
| HSL | 41.79º | 1% | 0.89% | - |
| HSV(B) | 41.79º | 0.22% | 1% | - |
| XYZ | 82.12 | 86.53 | 66.41 | - |
| YUV | 238.64 | 105.63 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 199 | 0 | 0.07 | 0.22 | 0 | 41.79 | 1 | 0.89 |
| Hex | FF | EE | C7 | 0 | 7 | 16 | 0 | 2A | 64 | 59 |
| Octal | 377 | 356 | 307 | 0 | 7 | 26 | 0 | 52 | 144 | 131 |
| Binary | 11111111 | 11101110 | 11000111 | 0 | 111 | 10110 | 0 | 101010 | 1100100 | 1011001 |
Color Harmonies of #FFEEC7
Complementary color
Monochromatic Colors of #FFEEC7
Black with #FFEEC7
Text Example
Text Example
White with #FFEEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEEC7; }
p { color: rgb(255,238,199); }
H1.HeaderClassName
{
color: #FFEEC7;
}
.AnyTagClassName
{
color: #FFEEC7;
}
</style>
background-color css
<style>
a { background-color: #FFEEC7; }
a { background-color: rgb(255,238,199); }
div.DivClassName
{
background-color: #FFEEC7;
}
.BgClassName
{
background-color: #FFEEC7;
}
</style>
border-color css
<style>
span { border-color: #FFEEC7; }
span { border-color: rgb(255,238,199); }
td.TdClassName
{
border-color: #FFEEC7;
}
.TagClassName
{
border-color: #FFEEC7;
}
</style>