Shades of Oasis #FFEEC5
Tints of Oasis #FFEEC5
RGB
CMYK
RGB Variations
Color information
#FFEEC5 (or 0xFFEEC5) is known color: Oasis. HEX triplet: FF, EE and C5. RGB value is (255,238,197). Sum of RGB (Red+Green+Blue) = 255+238+197=690 (91% of max value = 765). Red value is 255 (100% from 255 or 36.96% from 690); Green value is 238 (93.36% from 255 or 34.49% from 690); Blue value is 197 (77.34% from 255 or 28.55% from 690); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEEC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEEC5 is #00113A. Grayscale: #EEEEEE. Windows color (decimal): -4411 or 12971775. OLE color: 12971775.
HSL color Cylindrical-coordinate representation of color #FFEEC5: hue angle of 42.41º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FFEEC5 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 197 | - |
| CMYK | 0 | 0.07 | 0.23 | 0 |
| HSL | 42.41º | 1% | 0.89% | - |
| HSV(B) | 42.41º | 0.23% | 1% | - |
| XYZ | 81.89 | 86.44 | 65.19 | - |
| YUV | 238.41 | 104.63 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 197 | 0 | 0.07 | 0.23 | 0 | 42.41 | 1 | 0.89 |
| Hex | FF | EE | C5 | 0 | 7 | 17 | 0 | 2A | 64 | 59 |
| Octal | 377 | 356 | 305 | 0 | 7 | 27 | 0 | 52 | 144 | 131 |
| Binary | 11111111 | 11101110 | 11000101 | 0 | 111 | 10111 | 0 | 101010 | 1100100 | 1011001 |
Color Harmonies of #FFEEC5
Complementary color
Monochromatic Colors of #FFEEC5
Black with #FFEEC5
Text Example
Text Example
White with #FFEEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEEC5; }
p { color: rgb(255,238,197); }
H1.HeaderClassName
{
color: #FFEEC5;
}
.AnyTagClassName
{
color: #FFEEC5;
}
</style>
background-color css
<style>
a { background-color: #FFEEC5; }
a { background-color: rgb(255,238,197); }
div.DivClassName
{
background-color: #FFEEC5;
}
.BgClassName
{
background-color: #FFEEC5;
}
</style>
border-color css
<style>
span { border-color: #FFEEC5; }
span { border-color: rgb(255,238,197); }
td.TdClassName
{
border-color: #FFEEC5;
}
.TagClassName
{
border-color: #FFEEC5;
}
</style>