#FFEEBD

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

Shades of Oasis #FFEEBD

Tints of Oasis #FFEEBD

Color information

#FFEEBD (or 0xFFEEBD) is unknown color: approx Oasis. HEX triplet: FF, EE and BD. RGB value is (255,238,189). Sum of RGB (Red+Green+Blue) = 255+238+189=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 238 (93.36% from 255 or 34.90% from 682); Blue value is 189 (74.22% from 255 or 27.71% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEEBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEEBD is #001142. Grayscale: #EDEDED. Windows color (decimal): -4419 or 12447487. OLE color: 12447487.

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

Color convert

RGB255238189-
CMYK00.070.260
HSL44.55º100%87.06%-
HSV(B)44.55º25.88%100%-
XYZ8186.0860.49-
YUV237.5100.63140.48-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.39%
GREEN value IS 238 (93.36% from 255) = 34.90%
BLUE value IS 189 (74.22% from 255) = 27.71%
R=37.39%
G=34.90%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523818900.070.26044.5510087.06
HexFFEEBD071A02d6457
Octal3773562750732055144127
Binary111111111110111010111101011111010010110111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEEBD; }

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

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

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

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

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

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

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

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