#EFDCB0

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

Shades of Wheat #EFDCB0

Tints of Wheat #EFDCB0

Color information

#EFDCB0 (or 0xEFDCB0) is unknown color: approx Wheat. HEX triplet: EF, DC and B0. RGB value is (239,220,176). Sum of RGB (Red+Green+Blue) = 239+220+176=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 220 (86.33% from 255 or 34.65% from 635); Blue value is 176 (69.14% from 255 or 27.72% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDCB0 is #10234F. Grayscale: #DCDCDC. Windows color (decimal): -1057616 or 11590895. OLE color: 11590895.

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

Color convert

RGB239220176-
CMYK00.080.260.06
HSL41.9º66.32%81.37%-
HSV(B)41.9º26.36%93.73%-
XYZ69.0372.6751.46-
YUV220.66102.79141.08-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.64%
GREEN value IS 220 (86.33% from 255) = 34.65%
BLUE value IS 176 (69.14% from 255) = 27.72%
R=37.64%
G=34.65%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922017600.080.260.0641.966.3281.37
HexEFDCB0081A62a4251
Octal35733426001032652102121
Binary111011111101110010110000010001101011010101010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDCB0; }

 p { color: rgb(239,220,176); }

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

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

 a { background-color: rgb(239,220,176); }

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

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

 span { border-color: rgb(239,220,176); }

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