Shades of Oasis #FFEFC3
Tints of Oasis #FFEFC3
RGB
CMYK
RGB Variations
Color information
#FFEFC3 (or 0xFFEFC3) is known color: Oasis. HEX triplet: FF, EF and C3. RGB value is (255,239,195). Sum of RGB (Red+Green+Blue) = 255+239+195=689 (91% of max value = 765). Red value is 255 (100% from 255 or 37.01% from 689); Green value is 239 (93.75% from 255 or 34.69% from 689); Blue value is 195 (76.56% from 255 or 28.30% from 689); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEFC3 is #00103C. Grayscale: #EEEEEE. Windows color (decimal): -4157 or 12840959. OLE color: 12840959.
HSL color Cylindrical-coordinate representation of color #FFEFC3: hue angle of 44º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FFEFC3 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 195 | - |
| CMYK | 0 | 0.06 | 0.24 | 0 |
| HSL | 44º | 1% | 0.88% | - |
| HSV(B) | 44º | 0.24% | 1% | - |
| XYZ | 81.96 | 86.93 | 64.09 | - |
| YUV | 238.77 | 103.3 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 195 | 0 | 0.06 | 0.24 | 0 | 44 | 1 | 0.88 |
| Hex | FF | EF | C3 | 0 | 6 | 18 | 0 | 2C | 64 | 58 |
| Octal | 377 | 357 | 303 | 0 | 6 | 30 | 0 | 54 | 144 | 130 |
| Binary | 11111111 | 11101111 | 11000011 | 0 | 110 | 11000 | 0 | 101100 | 1100100 | 1011000 |
Color Harmonies of #FFEFC3
Complementary color
Monochromatic Colors of #FFEFC3
Black with #FFEFC3
Text Example
Text Example
White with #FFEFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEFC3; }
p { color: rgb(255,239,195); }
H1.HeaderClassName
{
color: #FFEFC3;
}
.AnyTagClassName
{
color: #FFEFC3;
}
</style>
background-color css
<style>
a { background-color: #FFEFC3; }
a { background-color: rgb(255,239,195); }
div.DivClassName
{
background-color: #FFEFC3;
}
.BgClassName
{
background-color: #FFEFC3;
}
</style>
border-color css
<style>
span { border-color: #FFEFC3; }
span { border-color: rgb(255,239,195); }
td.TdClassName
{
border-color: #FFEFC3;
}
.TagClassName
{
border-color: #FFEFC3;
}
</style>