Shades of Oasis #FFE9C0
Tints of Oasis #FFE9C0
RGB
CMYK
RGB Variations
Color information
#FFE9C0 (or 0xFFE9C0) is known color: Oasis. HEX triplet: FF, E9 and C0. RGB value is (255,233,192). Sum of RGB (Red+Green+Blue) = 255+233+192=680 (90% of max value = 765). Red value is 255 (100% from 255 or 37.5% from 680); Green value is 233 (91.41% from 255 or 34.26% from 680); Blue value is 192 (75.39% from 255 or 28.24% from 680); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE9C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE9C0 is #00163F. Grayscale: #EBEBEB. Windows color (decimal): -5696 or 12642815. OLE color: 12642815.
HSL color Cylindrical-coordinate representation of color #FFE9C0: hue angle of 39.05º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFE9C0 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 233 | 192 | - |
| CMYK | 0 | 0.09 | 0.25 | 0 |
| HSL | 39.05º | 1% | 0.88% | - |
| HSV(B) | 39.05º | 0.25% | 1% | - |
| XYZ | 79.89 | 83.34 | 61.75 | - |
| YUV | 234.9 | 103.79 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 233 | 192 | 0 | 0.09 | 0.25 | 0 | 39.05 | 1 | 0.88 |
| Hex | FF | E9 | C0 | 0 | 9 | 19 | 0 | 27 | 64 | 58 |
| Octal | 377 | 351 | 300 | 0 | 11 | 31 | 0 | 47 | 144 | 130 |
| Binary | 11111111 | 11101001 | 11000000 | 0 | 1001 | 11001 | 0 | 100111 | 1100100 | 1011000 |
Color Harmonies of #FFE9C0
Complementary color
Monochromatic Colors of #FFE9C0
Black with #FFE9C0
Text Example
Text Example
White with #FFE9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE9C0; }
p { color: rgb(255,233,192); }
H1.HeaderClassName
{
color: #FFE9C0;
}
.AnyTagClassName
{
color: #FFE9C0;
}
</style>
background-color css
<style>
a { background-color: #FFE9C0; }
a { background-color: rgb(255,233,192); }
div.DivClassName
{
background-color: #FFE9C0;
}
.BgClassName
{
background-color: #FFE9C0;
}
</style>
border-color css
<style>
span { border-color: #FFE9C0; }
span { border-color: rgb(255,233,192); }
td.TdClassName
{
border-color: #FFE9C0;
}
.TagClassName
{
border-color: #FFE9C0;
}
</style>