#EFDDB2

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

Shades of Wheat #EFDDB2

Tints of Wheat #EFDDB2

Color information

#EFDDB2 (or 0xEFDDB2) is unknown color: approx Wheat. HEX triplet: EF, DD and B2. RGB value is (239,221,178). Sum of RGB (Red+Green+Blue) = 239+221+178=638 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.46% from 638); Green value is 221 (86.72% from 255 or 34.64% from 638); Blue value is 178 (69.92% from 255 or 27.90% from 638); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDDB2 is #10224D. Grayscale: #DDDDDD. Windows color (decimal): -1057358 or 11722223. OLE color: 11722223.

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

Color convert

RGB239221178-
CMYK00.080.260.06
HSL42.3º65.59%81.76%-
HSV(B)42.3º25.52%93.73%-
XYZ69.4973.2852.6-
YUV221.48103.46140.5-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.46%
GREEN value IS 221 (86.72% from 255) = 34.64%
BLUE value IS 178 (69.92% from 255) = 27.90%
R=37.46%
G=34.64%
B=27.90%

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
Decimal23922117800.080.260.0642.365.5981.76
HexEFDDB2081A62a4252
Octal35733526201032652102122
Binary111011111101110110110010010001101011010101010000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDDB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDDB2; }

 p { color: rgb(239,221,178); }

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

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

 a { background-color: rgb(239,221,178); }

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

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

 span { border-color: rgb(239,221,178); }

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