#FFEFC3

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

Shades of Oasis #FFEFC3

Tints of Oasis #FFEFC3

Color information

#FFEFC3 (or 0xFFEFC3) is unknown color: approx Oasis. HEX triplet: FF, EF and C3. RGB value is (255,239,195). Sum of RGB (Red+Green+Blue) = 255+239+195=689 (91% of max value = 765). Red value is 255 (100% from 255 or 37.01% from 689); Green value is 239 (93.75% from 255 or 34.69% from 689); Blue value is 195 (76.56% from 255 or 28.30% from 689); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEFC3 is #00103C. Grayscale: #EEEEEE. Windows color (decimal): -4157 or 12840959. OLE color: 12840959.

HSL color Cylindrical-coordinate representation of color #FFEFC3: hue angle of 44º 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 #FFEFC3 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB255239195-
CMYK00.060.240
HSL44º100%88.24%-
HSV(B)44º23.53%100%-
XYZ81.9686.9364.09-
YUV238.77103.3139.58-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.01%
GREEN value IS 239 (93.75% from 255) = 34.69%
BLUE value IS 195 (76.56% from 255) = 28.30%
R=37.01%
G=34.69%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523919500.060.2404410088.24
HexFFEFC3061802c6458
Octal3773573030630054144130
Binary111111111110111111000011011011000010110011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEFC3; }

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

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

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

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

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

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

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

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