Shades of Oasis #FFEBC3
Tints of Oasis #FFEBC3
RGB
CMYK
RGB Variations
Color information
#FFEBC3 (or 0xFFEBC3) is known color: Oasis. HEX triplet: FF, EB and C3. RGB value is (255,235,195). Sum of RGB (Red+Green+Blue) = 255+235+195=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 235 (92.19% from 255 or 34.31% from 685); Blue value is 195 (76.56% from 255 or 28.47% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEBC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEBC3 is #00143C. Grayscale: #ECECEC. Windows color (decimal): -5181 or 12839935. OLE color: 12839935.
HSL color Cylindrical-coordinate representation of color #FFEBC3: hue angle of 40º 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 #FFEBC3 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 195 | - |
| CMYK | 0 | 0.08 | 0.24 | 0 |
| HSL | 40º | 1% | 0.88% | - |
| HSV(B) | 40º | 0.24% | 1% | - |
| XYZ | 80.8 | 84.62 | 63.7 | - |
| YUV | 236.42 | 104.63 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 195 | 0 | 0.08 | 0.24 | 0 | 40 | 1 | 0.88 |
| Hex | FF | EB | C3 | 0 | 8 | 18 | 0 | 28 | 64 | 58 |
| Octal | 377 | 353 | 303 | 0 | 10 | 30 | 0 | 50 | 144 | 130 |
| Binary | 11111111 | 11101011 | 11000011 | 0 | 1000 | 11000 | 0 | 101000 | 1100100 | 1011000 |
Color Harmonies of #FFEBC3
Complementary color
Monochromatic Colors of #FFEBC3
Black with #FFEBC3
Text Example
Text Example
White with #FFEBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEBC3; }
p { color: rgb(255,235,195); }
H1.HeaderClassName
{
color: #FFEBC3;
}
.AnyTagClassName
{
color: #FFEBC3;
}
</style>
background-color css
<style>
a { background-color: #FFEBC3; }
a { background-color: rgb(255,235,195); }
div.DivClassName
{
background-color: #FFEBC3;
}
.BgClassName
{
background-color: #FFEBC3;
}
</style>
border-color css
<style>
span { border-color: #FFEBC3; }
span { border-color: rgb(255,235,195); }
td.TdClassName
{
border-color: #FFEBC3;
}
.TagClassName
{
border-color: #FFEBC3;
}
</style>