#FFEFBD

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

Shades of Oasis #FFEFBD

Tints of Oasis #FFEFBD

Color information

#FFEFBD (or 0xFFEFBD) is unknown color: approx Oasis. HEX triplet: FF, EF and BD. RGB value is (255,239,189). Sum of RGB (Red+Green+Blue) = 255+239+189=683 (90% of max value = 765). Red value is 255 (100% from 255 or 37.34% from 683); Green value is 239 (93.75% from 255 or 34.99% from 683); Blue value is 189 (74.22% from 255 or 27.67% from 683); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEFBD is #001042. Grayscale: #EEEEEE. Windows color (decimal): -4163 or 12447743. OLE color: 12447743.

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

Color convert

RGB255239189-
CMYK00.060.260
HSL45.45º100%87.06%-
HSV(B)45.45º25.88%100%-
XYZ81.2986.6760.59-
YUV238.08100.3140.07-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.34%
GREEN value IS 239 (93.75% from 255) = 34.99%
BLUE value IS 189 (74.22% from 255) = 27.67%
R=37.34%
G=34.99%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523918900.060.26045.4510087.06
HexFFEFBD061A02d6457
Octal3773572750632055144127
Binary111111111110111110111101011011010010110111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEFBD; }

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

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

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

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

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

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

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

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