Shades of Oasis #FFECC0
Tints of Oasis #FFECC0
RGB
CMYK
RGB Variations
Color information
#FFECC0 (or 0xFFECC0) is known color: Oasis. HEX triplet: FF, EC and C0. RGB value is (255,236,192). Sum of RGB (Red+Green+Blue) = 255+236+192=683 (90% of max value = 765). Red value is 255 (100% from 255 or 37.34% from 683); Green value is 236 (92.58% from 255 or 34.55% from 683); Blue value is 192 (75.39% from 255 or 28.11% from 683); Max value from RGB is 255 - color contains mainly: red. Hex color #FFECC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFECC0 is #00133F. Grayscale: #ECECEC. Windows color (decimal): -4928 or 12643583. OLE color: 12643583.
HSL color Cylindrical-coordinate representation of color #FFECC0: hue angle of 41.9º 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 #FFECC0 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 236 | 192 | - |
CMYK | 0 | 0.07 | 0.25 | 0 |
HSL | 41.9º | 1% | 0.88% | - |
HSV(B) | 41.9º | 0.25% | 1% | - |
XYZ | 80.75 | 85.06 | 62.03 | - |
YUV | 236.67 | 102.79 | 141.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 236 | 192 | 0 | 0.07 | 0.25 | 0 | 41.9 | 1 | 0.88 |
Hex | FF | EC | C0 | 0 | 7 | 19 | 0 | 2A | 64 | 58 |
Octal | 377 | 354 | 300 | 0 | 7 | 31 | 0 | 52 | 144 | 130 |
Binary | 11111111 | 11101100 | 11000000 | 0 | 111 | 11001 | 0 | 101010 | 1100100 | 1011000 |
Color Harmonies of #FFECC0
Complementary color
Monochromatic Colors of #FFECC0
Black with #FFECC0
Text Example
Text Example
White with #FFECC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFECC0; }
p { color: rgb(255,236,192); }
H1.HeaderClassName
{
color: #FFECC0;
}
.AnyTagClassName
{
color: #FFECC0;
}
</style>
background-color css
<style>
a { background-color: #FFECC0; }
a { background-color: rgb(255,236,192); }
div.DivClassName
{
background-color: #FFECC0;
}
.BgClassName
{
background-color: #FFECC0;
}
</style>
border-color css
<style>
span { border-color: #FFECC0; }
span { border-color: rgb(255,236,192); }
td.TdClassName
{
border-color: #FFECC0;
}
.TagClassName
{
border-color: #FFECC0;
}
</style>