#FFEFBF

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

Shades of Oasis #FFEFBF

Tints of Oasis #FFEFBF

Color information

#FFEFBF (or 0xFFEFBF) is unknown color: approx Oasis. HEX triplet: FF, EF and BF. RGB value is (255,239,191). Sum of RGB (Red+Green+Blue) = 255+239+191=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 239 (93.75% from 255 or 34.89% from 685); Blue value is 191 (75% from 255 or 27.88% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEFBF is #001040. Grayscale: #EEEEEE. Windows color (decimal): -4161 or 12578815. OLE color: 12578815.

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

Color convert

RGB255239191-
CMYK00.060.250
HSL45º100%87.45%-
HSV(B)45º25.1%100%-
XYZ81.5186.7561.74-
YUV238.31101.3139.9-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.23%
GREEN value IS 239 (93.75% from 255) = 34.89%
BLUE value IS 191 (75% from 255) = 27.88%
R=37.23%
G=34.89%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523919100.060.2504510087.45
HexFFEFBF061902d6457
Octal3773572770631055144127
Binary111111111110111110111111011011001010110111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEFBF; }

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

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

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

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

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

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

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

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