Shades of Oasis #FFECC5
Tints of Oasis #FFECC5
RGB
CMYK
RGB Variations
Color information
#FFECC5 (or 0xFFECC5) is known color: Oasis. HEX triplet: FF, EC and C5. RGB value is (255,236,197). Sum of RGB (Red+Green+Blue) = 255+236+197=688 (91% of max value = 765). Red value is 255 (100% from 255 or 37.06% from 688); Green value is 236 (92.58% from 255 or 34.30% from 688); Blue value is 197 (77.34% from 255 or 28.63% from 688); Max value from RGB is 255 - color contains mainly: red. Hex color #FFECC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFECC5 is #00133A. Grayscale: #EDEDED. Windows color (decimal): -4923 or 12971263. OLE color: 12971263.
HSL color Cylindrical-coordinate representation of color #FFECC5: hue angle of 40.34º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FFECC5 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 197 | - |
| CMYK | 0 | 0.07 | 0.23 | 0 |
| HSL | 40.34º | 1% | 0.89% | - |
| HSV(B) | 40.34º | 0.23% | 1% | - |
| XYZ | 81.31 | 85.28 | 65 | - |
| YUV | 237.24 | 105.29 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 197 | 0 | 0.07 | 0.23 | 0 | 40.34 | 1 | 0.89 |
| Hex | FF | EC | C5 | 0 | 7 | 17 | 0 | 28 | 64 | 59 |
| Octal | 377 | 354 | 305 | 0 | 7 | 27 | 0 | 50 | 144 | 131 |
| Binary | 11111111 | 11101100 | 11000101 | 0 | 111 | 10111 | 0 | 101000 | 1100100 | 1011001 |
Color Harmonies of #FFECC5
Complementary color
Monochromatic Colors of #FFECC5
Black with #FFECC5
Text Example
Text Example
White with #FFECC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFECC5; }
p { color: rgb(255,236,197); }
H1.HeaderClassName
{
color: #FFECC5;
}
.AnyTagClassName
{
color: #FFECC5;
}
</style>
background-color css
<style>
a { background-color: #FFECC5; }
a { background-color: rgb(255,236,197); }
div.DivClassName
{
background-color: #FFECC5;
}
.BgClassName
{
background-color: #FFECC5;
}
</style>
border-color css
<style>
span { border-color: #FFECC5; }
span { border-color: rgb(255,236,197); }
td.TdClassName
{
border-color: #FFECC5;
}
.TagClassName
{
border-color: #FFECC5;
}
</style>