Shades of Oasis #FFEAC4
Tints of Oasis #FFEAC4
RGB
CMYK
RGB Variations
Color information
#FFEAC4 (or 0xFFEAC4) is known color: Oasis. HEX triplet: FF, EA and C4. RGB value is (255,234,196). Sum of RGB (Red+Green+Blue) = 255+234+196=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 234 (91.80% from 255 or 34.16% from 685); Blue value is 196 (76.95% from 255 or 28.61% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEAC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEAC4 is #00153B. Grayscale: #ECECEC. Windows color (decimal): -5436 or 12905215. OLE color: 12905215.
HSL color Cylindrical-coordinate representation of color #FFEAC4: hue angle of 38.64º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FFEAC4 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 234 | 196 | - |
| CMYK | 0 | 0.08 | 0.23 | 0 |
| HSL | 38.64º | 1% | 0.88% | - |
| HSV(B) | 38.64º | 0.23% | 1% | - |
| XYZ | 80.63 | 84.09 | 64.21 | - |
| YUV | 235.95 | 105.46 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 234 | 196 | 0 | 0.08 | 0.23 | 0 | 38.64 | 1 | 0.88 |
| Hex | FF | EA | C4 | 0 | 8 | 17 | 0 | 27 | 64 | 58 |
| Octal | 377 | 352 | 304 | 0 | 10 | 27 | 0 | 47 | 144 | 130 |
| Binary | 11111111 | 11101010 | 11000100 | 0 | 1000 | 10111 | 0 | 100111 | 1100100 | 1011000 |
Color Harmonies of #FFEAC4
Complementary color
Monochromatic Colors of #FFEAC4
Black with #FFEAC4
Text Example
Text Example
White with #FFEAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEAC4; }
p { color: rgb(255,234,196); }
H1.HeaderClassName
{
color: #FFEAC4;
}
.AnyTagClassName
{
color: #FFEAC4;
}
</style>
background-color css
<style>
a { background-color: #FFEAC4; }
a { background-color: rgb(255,234,196); }
div.DivClassName
{
background-color: #FFEAC4;
}
.BgClassName
{
background-color: #FFEAC4;
}
</style>
border-color css
<style>
span { border-color: #FFEAC4; }
span { border-color: rgb(255,234,196); }
td.TdClassName
{
border-color: #FFEAC4;
}
.TagClassName
{
border-color: #FFEAC4;
}
</style>