#EFEEDB

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

Shades of Beige #EFEEDB

Tints of Beige #EFEEDB

Color information

#EFEEDB (or 0xEFEEDB) is unknown color: approx Beige. HEX triplet: EF, EE and DB. RGB value is (239,238,219). Sum of RGB (Red+Green+Blue) = 239+238+219=696 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.34% from 696); Green value is 238 (93.36% from 255 or 34.20% from 696); Blue value is 219 (85.94% from 255 or 31.47% from 696); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEEDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEEDB is #101124. Grayscale: #ECECEC. Windows color (decimal): -1052965 or 14413551. OLE color: 14413551.

HSL color Cylindrical-coordinate representation of color #EFEEDB: hue angle of 57º degrees, saturation: 0.38, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EFEEDB is Cyan = 0, Magento = 0.00, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB239238219-
CMYK00.000.080.06
HSL57º38.46%89.8%-
HSV(B)57º8.37%93.73%-
XYZ78.9684.6179.19-
YUV236.13118.33130.04-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.34%
GREEN value IS 238 (93.36% from 255) = 34.20%
BLUE value IS 219 (85.94% from 255) = 31.47%
R=34.34%
G=34.20%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923821900.000.080.065738.4689.8
HexEFEEDB008639265a
Octal357356333001067146132
Binary1110111111101110110110110010001101110011001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEEDB; }

 p { color: rgb(239,238,219); }

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

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

 a { background-color: rgb(239,238,219); }

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

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

 span { border-color: rgb(239,238,219); }

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