Shades of Oasis #FFEEC0
Tints of Oasis #FFEEC0
RGB
CMYK
RGB Variations
Color information
#FFEEC0 (or 0xFFEEC0) is known color: Oasis. HEX triplet: FF, EE and C0. RGB value is (255,238,192). Sum of RGB (Red+Green+Blue) = 255+238+192=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 238 (93.36% from 255 or 34.74% from 685); Blue value is 192 (75.39% from 255 or 28.03% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEEC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEEC0 is #00113F. Grayscale: #EEEEEE. Windows color (decimal): -4416 or 12644095. OLE color: 12644095.
HSL color Cylindrical-coordinate representation of color #FFEEC0: hue angle of 43.81º 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 #FFEEC0 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 192 | - |
| CMYK | 0 | 0.07 | 0.25 | 0 |
| HSL | 43.81º | 1% | 0.88% | - |
| HSV(B) | 43.81º | 0.25% | 1% | - |
| XYZ | 81.33 | 86.21 | 62.22 | - |
| YUV | 237.84 | 102.13 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 192 | 0 | 0.07 | 0.25 | 0 | 43.81 | 1 | 0.88 |
| Hex | FF | EE | C0 | 0 | 7 | 19 | 0 | 2C | 64 | 58 |
| Octal | 377 | 356 | 300 | 0 | 7 | 31 | 0 | 54 | 144 | 130 |
| Binary | 11111111 | 11101110 | 11000000 | 0 | 111 | 11001 | 0 | 101100 | 1100100 | 1011000 |
Color Harmonies of #FFEEC0
Complementary color
Monochromatic Colors of #FFEEC0
Black with #FFEEC0
Text Example
Text Example
White with #FFEEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEEC0; }
p { color: rgb(255,238,192); }
H1.HeaderClassName
{
color: #FFEEC0;
}
.AnyTagClassName
{
color: #FFEEC0;
}
</style>
background-color css
<style>
a { background-color: #FFEEC0; }
a { background-color: rgb(255,238,192); }
div.DivClassName
{
background-color: #FFEEC0;
}
.BgClassName
{
background-color: #FFEEC0;
}
</style>
border-color css
<style>
span { border-color: #FFEEC0; }
span { border-color: rgb(255,238,192); }
td.TdClassName
{
border-color: #FFEEC0;
}
.TagClassName
{
border-color: #FFEEC0;
}
</style>