#FFEFBE

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

Shades of Oasis #FFEFBE

Tints of Oasis #FFEFBE

Color information

#FFEFBE (or 0xFFEFBE) is unknown color: approx Oasis. HEX triplet: FF, EF and BE. RGB value is (255,239,190). Sum of RGB (Red+Green+Blue) = 255+239+190=684 (90% of max value = 765). Red value is 255 (100% from 255 or 37.28% from 684); Green value is 239 (93.75% from 255 or 34.94% from 684); Blue value is 190 (74.61% from 255 or 27.78% from 684); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEFBE is #001041. Grayscale: #EEEEEE. Windows color (decimal): -4162 or 12513279. OLE color: 12513279.

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

Color convert

RGB255239190-
CMYK00.060.250
HSL45.23º100%87.25%-
HSV(B)45.23º25.49%100%-
XYZ81.486.7161.16-
YUV238.2100.8139.98-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.28%
GREEN value IS 239 (93.75% from 255) = 34.94%
BLUE value IS 190 (74.61% from 255) = 27.78%
R=37.28%
G=34.94%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523919000.060.25045.2310087.25
HexFFEFBE061902d6457
Octal3773572760631055144127
Binary111111111110111110111110011011001010110111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEFBE; }

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

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

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

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

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

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

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

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