Shades of Oasis #FFECC7
Tints of Oasis #FFECC7
RGB
CMYK
RGB Variations
Color information
#FFECC7 (or 0xFFECC7) is known color: Oasis. HEX triplet: FF, EC and C7. RGB value is (255,236,199). Sum of RGB (Red+Green+Blue) = 255+236+199=690 (91% of max value = 765). Red value is 255 (100% from 255 or 36.96% from 690); Green value is 236 (92.58% from 255 or 34.20% from 690); Blue value is 199 (78.12% from 255 or 28.84% from 690); Max value from RGB is 255 - color contains mainly: red. Hex color #FFECC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFECC7 is #001338. Grayscale: #EDEDED. Windows color (decimal): -4921 or 13102335. OLE color: 13102335.
HSL color Cylindrical-coordinate representation of color #FFECC7: hue angle of 39.64º 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 #FFECC7 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 199 | - |
| CMYK | 0 | 0.07 | 0.22 | 0 |
| HSL | 39.64º | 1% | 0.89% | - |
| HSV(B) | 39.64º | 0.22% | 1% | - |
| XYZ | 81.54 | 85.37 | 66.21 | - |
| YUV | 237.46 | 106.29 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 199 | 0 | 0.07 | 0.22 | 0 | 39.64 | 1 | 0.89 |
| Hex | FF | EC | C7 | 0 | 7 | 16 | 0 | 28 | 64 | 59 |
| Octal | 377 | 354 | 307 | 0 | 7 | 26 | 0 | 50 | 144 | 131 |
| Binary | 11111111 | 11101100 | 11000111 | 0 | 111 | 10110 | 0 | 101000 | 1100100 | 1011001 |
Color Harmonies of #FFECC7
Complementary color
Monochromatic Colors of #FFECC7
Black with #FFECC7
Text Example
Text Example
White with #FFECC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFECC7; }
p { color: rgb(255,236,199); }
H1.HeaderClassName
{
color: #FFECC7;
}
.AnyTagClassName
{
color: #FFECC7;
}
</style>
background-color css
<style>
a { background-color: #FFECC7; }
a { background-color: rgb(255,236,199); }
div.DivClassName
{
background-color: #FFECC7;
}
.BgClassName
{
background-color: #FFECC7;
}
</style>
border-color css
<style>
span { border-color: #FFECC7; }
span { border-color: rgb(255,236,199); }
td.TdClassName
{
border-color: #FFECC7;
}
.TagClassName
{
border-color: #FFECC7;
}
</style>