Shades of Oasis #FFEAC1
Tints of Oasis #FFEAC1
RGB
CMYK
RGB Variations
Color information
#FFEAC1 (or 0xFFEAC1) is known color: Oasis. HEX triplet: FF, EA and C1. RGB value is (255,234,193). Sum of RGB (Red+Green+Blue) = 255+234+193=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 234 (91.80% from 255 or 34.31% from 682); Blue value is 193 (75.78% from 255 or 28.30% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEAC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEAC1 is #00153E. Grayscale: #EBEBEB. Windows color (decimal): -5439 or 12708607. OLE color: 12708607.
HSL color Cylindrical-coordinate representation of color #FFEAC1: hue angle of 39.68º 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 #FFEAC1 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 234 | 193 | - |
| CMYK | 0 | 0.08 | 0.24 | 0 |
| HSL | 39.68º | 1% | 0.88% | - |
| HSV(B) | 39.68º | 0.24% | 1% | - |
| XYZ | 80.29 | 83.96 | 62.43 | - |
| YUV | 235.61 | 103.96 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 234 | 193 | 0 | 0.08 | 0.24 | 0 | 39.68 | 1 | 0.88 |
| Hex | FF | EA | C1 | 0 | 8 | 18 | 0 | 28 | 64 | 58 |
| Octal | 377 | 352 | 301 | 0 | 10 | 30 | 0 | 50 | 144 | 130 |
| Binary | 11111111 | 11101010 | 11000001 | 0 | 1000 | 11000 | 0 | 101000 | 1100100 | 1011000 |
Color Harmonies of #FFEAC1
Complementary color
Monochromatic Colors of #FFEAC1
Black with #FFEAC1
Text Example
Text Example
White with #FFEAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEAC1; }
p { color: rgb(255,234,193); }
H1.HeaderClassName
{
color: #FFEAC1;
}
.AnyTagClassName
{
color: #FFEAC1;
}
</style>
background-color css
<style>
a { background-color: #FFEAC1; }
a { background-color: rgb(255,234,193); }
div.DivClassName
{
background-color: #FFEAC1;
}
.BgClassName
{
background-color: #FFEAC1;
}
</style>
border-color css
<style>
span { border-color: #FFEAC1; }
span { border-color: rgb(255,234,193); }
td.TdClassName
{
border-color: #FFEAC1;
}
.TagClassName
{
border-color: #FFEAC1;
}
</style>