Shades of Oasis #FFEEC4
Tints of Oasis #FFEEC4
RGB
CMYK
RGB Variations
Color information
#FFEEC4 (or 0xFFEEC4) is known color: Oasis. HEX triplet: FF, EE and C4. RGB value is (255,238,196). Sum of RGB (Red+Green+Blue) = 255+238+196=689 (91% of max value = 765). Red value is 255 (100% from 255 or 37.01% from 689); Green value is 238 (93.36% from 255 or 34.54% from 689); Blue value is 196 (76.95% from 255 or 28.45% from 689); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEEC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEEC4 is #00113B. Grayscale: #EEEEEE. Windows color (decimal): -4412 or 12906239. OLE color: 12906239.
HSL color Cylindrical-coordinate representation of color #FFEEC4: hue angle of 42.71º 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 #FFEEC4 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 196 | - |
| CMYK | 0 | 0.07 | 0.23 | 0 |
| HSL | 42.71º | 1% | 0.88% | - |
| HSV(B) | 42.71º | 0.23% | 1% | - |
| XYZ | 81.78 | 86.39 | 64.59 | - |
| YUV | 238.3 | 104.13 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 196 | 0 | 0.07 | 0.23 | 0 | 42.71 | 1 | 0.88 |
| Hex | FF | EE | C4 | 0 | 7 | 17 | 0 | 2B | 64 | 58 |
| Octal | 377 | 356 | 304 | 0 | 7 | 27 | 0 | 53 | 144 | 130 |
| Binary | 11111111 | 11101110 | 11000100 | 0 | 111 | 10111 | 0 | 101011 | 1100100 | 1011000 |
Color Harmonies of #FFEEC4
Complementary color
Monochromatic Colors of #FFEEC4
Black with #FFEEC4
Text Example
Text Example
White with #FFEEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEEC4; }
p { color: rgb(255,238,196); }
H1.HeaderClassName
{
color: #FFEEC4;
}
.AnyTagClassName
{
color: #FFEEC4;
}
</style>
background-color css
<style>
a { background-color: #FFEEC4; }
a { background-color: rgb(255,238,196); }
div.DivClassName
{
background-color: #FFEEC4;
}
.BgClassName
{
background-color: #FFEEC4;
}
</style>
border-color css
<style>
span { border-color: #FFEEC4; }
span { border-color: rgb(255,238,196); }
td.TdClassName
{
border-color: #FFEEC4;
}
.TagClassName
{
border-color: #FFEEC4;
}
</style>