#FFEFBC

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

Shades of Oasis #FFEFBC

Tints of Oasis #FFEFBC

Color information

#FFEFBC (or 0xFFEFBC) is unknown color: approx Oasis. HEX triplet: FF, EF and BC. RGB value is (255,239,188). Sum of RGB (Red+Green+Blue) = 255+239+188=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 239 (93.75% from 255 or 35.04% from 682); Blue value is 188 (73.83% from 255 or 27.57% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEFBC is #001043. Grayscale: #EEEEEE. Windows color (decimal): -4164 or 12382207. OLE color: 12382207.

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

Color convert

RGB255239188-
CMYK00.060.260
HSL45.67º100%86.86%-
HSV(B)45.67º26.27%100%-
XYZ81.1886.6260.02-
YUV237.9799.8140.15-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.39%
GREEN value IS 239 (93.75% from 255) = 35.04%
BLUE value IS 188 (73.83% from 255) = 27.57%
R=37.39%
G=35.04%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523918800.060.26045.6710086.86
HexFFEFBC061A02e6457
Octal3773572740632056144127
Binary111111111110111110111100011011010010111011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEFBC; }

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

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

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

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

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

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

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

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