Shades of Oasis #FFEFC7
Tints of Oasis #FFEFC7
RGB
CMYK
RGB Variations
Color information
#FFEFC7 (or 0xFFEFC7) is known color: Oasis. HEX triplet: FF, EF and C7. RGB value is (255,239,199). Sum of RGB (Red+Green+Blue) = 255+239+199=693 (91% of max value = 765). Red value is 255 (100% from 255 or 36.80% from 693); Green value is 239 (93.75% from 255 or 34.49% from 693); Blue value is 199 (78.12% from 255 or 28.72% from 693); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEFC7 is #001038. Grayscale: #EFEFEF. Windows color (decimal): -4153 or 13103103. OLE color: 13103103.
HSL color Cylindrical-coordinate representation of color #FFEFC7: hue angle of 42.86º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FFEFC7 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 199 | - |
| CMYK | 0 | 0.06 | 0.22 | 0 |
| HSL | 42.86º | 1% | 0.89% | - |
| HSV(B) | 42.86º | 0.22% | 1% | - |
| XYZ | 82.42 | 87.12 | 66.5 | - |
| YUV | 239.22 | 105.3 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 199 | 0 | 0.06 | 0.22 | 0 | 42.86 | 1 | 0.89 |
| Hex | FF | EF | C7 | 0 | 6 | 16 | 0 | 2B | 64 | 59 |
| Octal | 377 | 357 | 307 | 0 | 6 | 26 | 0 | 53 | 144 | 131 |
| Binary | 11111111 | 11101111 | 11000111 | 0 | 110 | 10110 | 0 | 101011 | 1100100 | 1011001 |
Color Harmonies of #FFEFC7
Complementary color
Monochromatic Colors of #FFEFC7
Black with #FFEFC7
Text Example
Text Example
White with #FFEFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEFC7; }
p { color: rgb(255,239,199); }
H1.HeaderClassName
{
color: #FFEFC7;
}
.AnyTagClassName
{
color: #FFEFC7;
}
</style>
background-color css
<style>
a { background-color: #FFEFC7; }
a { background-color: rgb(255,239,199); }
div.DivClassName
{
background-color: #FFEFC7;
}
.BgClassName
{
background-color: #FFEFC7;
}
</style>
border-color css
<style>
span { border-color: #FFEFC7; }
span { border-color: rgb(255,239,199); }
td.TdClassName
{
border-color: #FFEFC7;
}
.TagClassName
{
border-color: #FFEFC7;
}
</style>