#EFDDB1

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

Shades of Wheat #EFDDB1

Tints of Wheat #EFDDB1

Color information

#EFDDB1 (or 0xEFDDB1) is unknown color: approx Wheat. HEX triplet: EF, DD and B1. RGB value is (239,221,177). Sum of RGB (Red+Green+Blue) = 239+221+177=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 221 (86.72% from 255 or 34.69% from 637); Blue value is 177 (69.53% from 255 or 27.79% from 637); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDDB1 is #10224E. Grayscale: #DDDDDD. Windows color (decimal): -1057359 or 11656687. OLE color: 11656687.

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

Color convert

RGB239221177-
CMYK00.080.260.06
HSL42.58º65.96%81.57%-
HSV(B)42.58º25.94%93.73%-
XYZ69.3973.2452.07-
YUV221.37102.96140.58-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.52%
GREEN value IS 221 (86.72% from 255) = 34.69%
BLUE value IS 177 (69.53% from 255) = 27.79%
R=37.52%
G=34.69%
B=27.79%

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
Decimal23922117700.080.260.0642.5865.9681.57
HexEFDDB1081A62b4252
Octal35733526101032653102122
Binary111011111101110110110001010001101011010101110000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDDB1; }

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

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

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

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

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

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

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

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