Shades of Oasis #FFEAC2
Tints of Oasis #FFEAC2
RGB
CMYK
RGB Variations
Color information
#FFEAC2 (or 0xFFEAC2) is known color: Oasis. HEX triplet: FF, EA and C2. RGB value is (255,234,194). Sum of RGB (Red+Green+Blue) = 255+234+194=683 (90% of max value = 765). Red value is 255 (100% from 255 or 37.34% from 683); Green value is 234 (91.80% from 255 or 34.26% from 683); Blue value is 194 (76.17% from 255 or 28.40% from 683); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEAC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEAC2 is #00153D. Grayscale: #EBEBEB. Windows color (decimal): -5438 or 12774143. OLE color: 12774143.
HSL color Cylindrical-coordinate representation of color #FFEAC2: hue angle of 39.34º 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 #FFEAC2 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 234 | 194 | - |
| CMYK | 0 | 0.08 | 0.24 | 0 |
| HSL | 39.34º | 1% | 0.88% | - |
| HSV(B) | 39.34º | 0.24% | 1% | - |
| XYZ | 80.4 | 84 | 63.02 | - |
| YUV | 235.72 | 104.46 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 234 | 194 | 0 | 0.08 | 0.24 | 0 | 39.34 | 1 | 0.88 |
| Hex | FF | EA | C2 | 0 | 8 | 18 | 0 | 27 | 64 | 58 |
| Octal | 377 | 352 | 302 | 0 | 10 | 30 | 0 | 47 | 144 | 130 |
| Binary | 11111111 | 11101010 | 11000010 | 0 | 1000 | 11000 | 0 | 100111 | 1100100 | 1011000 |
Color Harmonies of #FFEAC2
Complementary color
Monochromatic Colors of #FFEAC2
Black with #FFEAC2
Text Example
Text Example
White with #FFEAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEAC2; }
p { color: rgb(255,234,194); }
H1.HeaderClassName
{
color: #FFEAC2;
}
.AnyTagClassName
{
color: #FFEAC2;
}
</style>
background-color css
<style>
a { background-color: #FFEAC2; }
a { background-color: rgb(255,234,194); }
div.DivClassName
{
background-color: #FFEAC2;
}
.BgClassName
{
background-color: #FFEAC2;
}
</style>
border-color css
<style>
span { border-color: #FFEAC2; }
span { border-color: rgb(255,234,194); }
td.TdClassName
{
border-color: #FFEAC2;
}
.TagClassName
{
border-color: #FFEAC2;
}
</style>