Shades of Oasis #FFEEC9
Tints of Oasis #FFEEC9
RGB
CMYK
RGB Variations
Color information
#FFEEC9 (or 0xFFEEC9) is known color: Oasis. HEX triplet: FF, EE and C9. RGB value is (255,238,201). Sum of RGB (Red+Green+Blue) = 255+238+201=694 (91% of max value = 765). Red value is 255 (100% from 255 or 36.74% from 694); Green value is 238 (93.36% from 255 or 34.29% from 694); Blue value is 201 (78.91% from 255 or 28.96% from 694); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEEC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEEC9 is #001136. Grayscale: #EFEFEF. Windows color (decimal): -4407 or 13233919. OLE color: 13233919.
HSL color Cylindrical-coordinate representation of color #FFEEC9: hue angle of 41.11º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FFEEC9 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 201 | - |
| CMYK | 0 | 0.07 | 0.21 | 0 |
| HSL | 41.11º | 1% | 0.89% | - |
| HSV(B) | 41.11º | 0.21% | 1% | - |
| XYZ | 82.36 | 86.63 | 67.64 | - |
| YUV | 238.87 | 106.63 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 201 | 0 | 0.07 | 0.21 | 0 | 41.11 | 1 | 0.89 |
| Hex | FF | EE | C9 | 0 | 7 | 15 | 0 | 29 | 64 | 59 |
| Octal | 377 | 356 | 311 | 0 | 7 | 25 | 0 | 51 | 144 | 131 |
| Binary | 11111111 | 11101110 | 11001001 | 0 | 111 | 10101 | 0 | 101001 | 1100100 | 1011001 |
Color Harmonies of #FFEEC9
Complementary color
Monochromatic Colors of #FFEEC9
Black with #FFEEC9
Text Example
Text Example
White with #FFEEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEEC9; }
p { color: rgb(255,238,201); }
H1.HeaderClassName
{
color: #FFEEC9;
}
.AnyTagClassName
{
color: #FFEEC9;
}
</style>
background-color css
<style>
a { background-color: #FFEEC9; }
a { background-color: rgb(255,238,201); }
div.DivClassName
{
background-color: #FFEEC9;
}
.BgClassName
{
background-color: #FFEEC9;
}
</style>
border-color css
<style>
span { border-color: #FFEEC9; }
span { border-color: rgb(255,238,201); }
td.TdClassName
{
border-color: #FFEEC9;
}
.TagClassName
{
border-color: #FFEEC9;
}
</style>