#FFEFBB

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

Shades of Oasis #FFEFBB

Tints of Oasis #FFEFBB

Color information

#FFEFBB (or 0xFFEFBB) is unknown color: approx Oasis. HEX triplet: FF, EF and BB. RGB value is (255,239,187). Sum of RGB (Red+Green+Blue) = 255+239+187=681 (90% of max value = 765). Red value is 255 (100% from 255 or 37.44% from 681); Green value is 239 (93.75% from 255 or 35.10% from 681); Blue value is 187 (73.44% from 255 or 27.46% from 681); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEFBB is #001044. Grayscale: #EEEEEE. Windows color (decimal): -4165 or 12316671. OLE color: 12316671.

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

Color convert

RGB255239187-
CMYK00.060.270
HSL45.88º100%86.67%-
HSV(B)45.88º26.67%100%-
XYZ81.0886.5859.45-
YUV237.8699.3140.23-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.44%
GREEN value IS 239 (93.75% from 255) = 35.10%
BLUE value IS 187 (73.44% from 255) = 27.46%
R=37.44%
G=35.10%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523918700.060.27045.8810086.67
HexFFEFBB061B02e6457
Octal3773572730633056144127
Binary111111111110111110111011011011011010111011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEFBB; }

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

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

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

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

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

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

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

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