#FFEFCB

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

Shades of Oasis #FFEFCB

Tints of Oasis #FFEFCB

Color information

#FFEFCB (or 0xFFEFCB) is unknown color: approx Oasis. HEX triplet: FF, EF and CB. RGB value is (255,239,203). Sum of RGB (Red+Green+Blue) = 255+239+203=697 (92% of max value = 765). Red value is 255 (100% from 255 or 36.59% from 697); Green value is 239 (93.75% from 255 or 34.29% from 697); Blue value is 203 (79.69% from 255 or 29.12% from 697); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEFCB is #001034. Grayscale: #EFEFEF. Windows color (decimal): -4149 or 13365247. OLE color: 13365247.

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

Color convert

RGB255239203-
CMYK00.060.200
HSL41.54º100%89.8%-
HSV(B)41.54º20.39%100%-
XYZ82.8987.368.98-
YUV239.68107.3138.93-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.59%
GREEN value IS 239 (93.75% from 255) = 34.29%
BLUE value IS 203 (79.69% from 255) = 29.12%
R=36.59%
G=34.29%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523920300.060.20041.5410089.8
HexFFEFCB061402a645a
Octal3773573130624052144132
Binary111111111110111111001011011010100010101011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEFCB; }

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

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

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

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

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

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

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

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