#EFDFB2

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

Shades of Wheat #EFDFB2

Tints of Wheat #EFDFB2

Color information

#EFDFB2 (or 0xEFDFB2) is unknown color: approx Wheat. HEX triplet: EF, DF and B2. RGB value is (239,223,178). Sum of RGB (Red+Green+Blue) = 239+223+178=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 223 (87.5% from 255 or 34.84% from 640); Blue value is 178 (69.92% from 255 or 27.81% from 640); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDFB2 is #10204D. Grayscale: #DEDEDE. Windows color (decimal): -1056846 or 11722735. OLE color: 11722735.

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

Color convert

RGB239223178-
CMYK00.070.260.06
HSL44.26º65.59%81.76%-
HSV(B)44.26º25.52%93.73%-
XYZ70.0274.3452.78-
YUV222.65102.8139.66-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.34%
GREEN value IS 223 (87.5% from 255) = 34.84%
BLUE value IS 178 (69.92% from 255) = 27.81%
R=37.34%
G=34.84%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922317800.070.260.0644.2665.5981.76
HexEFDFB2071A62c4252
Octal3573372620732654102122
Binary11101111110111111011001001111101011010110010000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDFB2; }

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

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

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

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

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

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

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

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