#FFEFC5

Color #FFEFC5 Oasis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oasis #FFEFC5

Tints of Oasis #FFEFC5

Color information

#FFEFC5 (or 0xFFEFC5) is unknown color: approx Oasis. HEX triplet: FF, EF and C5. RGB value is (255,239,197). Sum of RGB (Red+Green+Blue) = 255+239+197=691 (91% of max value = 765). Red value is 255 (100% from 255 or 36.90% from 691); Green value is 239 (93.75% from 255 or 34.59% from 691); Blue value is 197 (77.34% from 255 or 28.51% from 691); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEFC5 is #00103A. Grayscale: #EFEFEF. Windows color (decimal): -4155 or 12972031. OLE color: 12972031.

HSL color Cylindrical-coordinate representation of color #FFEFC5: hue angle of 43.45º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FFEFC5 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.

Color convert

RGB255239197-
CMYK00.060.230
HSL43.45º100%88.63%-
HSV(B)43.45º22.75%100%-
XYZ82.1887.0265.29-
YUV239104.3139.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 36.90%
GREEN value IS 239 (93.75% from 255) = 34.59%
BLUE value IS 197 (77.34% from 255) = 28.51%
R=36.90%
G=34.59%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523919700.060.23043.4510088.63
HexFFEFC5061702b6459
Octal3773573050627053144131
Binary111111111110111111000101011010111010101111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEFC5; }

 p { color: rgb(255,239,197); }

 H1.HeaderClassName
 {
   color: #FFEFC5;
 }
 .AnyTagClassName
 {
   color: #FFEFC5;
 }
</style>
background-color css

<style>
 a { background-color: #FFEFC5; }

 a { background-color: rgb(255,239,197); }

 div.DivClassName
 {
   background-color: #FFEFC5;
 }
 .BgClassName
 {
   background-color: #FFEFC5;
 }
</style>
border-color css

<style>
 span { border-color: #FFEFC5; }

 span { border-color: rgb(255,239,197); }

 td.TdClassName
 {
   border-color: #FFEFC5;
 }
 .TagClassName
 {
   border-color: #FFEFC5;
 }
</style>