#EEDDB3

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

Shades of Wheat #EEDDB3

Tints of Wheat #EEDDB3

Color information

#EEDDB3 (or 0xEEDDB3) is unknown color: approx Wheat. HEX triplet: EE, DD and B3. RGB value is (238,221,179). Sum of RGB (Red+Green+Blue) = 238+221+179=638 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.30% from 638); Green value is 221 (86.72% from 255 or 34.64% from 638); Blue value is 179 (70.31% from 255 or 28.06% from 638); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDDB3 is #11224C. Grayscale: #DDDDDD. Windows color (decimal): -1122893 or 11787758. OLE color: 11787758.

HSL color Cylindrical-coordinate representation of color #EEDDB3: hue angle of 42.71º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EEDDB3 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB238221179-
CMYK00.070.250.07
HSL42.71º63.44%81.76%-
HSV(B)42.71º24.79%93.33%-
XYZ69.2573.1453.12-
YUV221.3104.13139.92-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.30%
GREEN value IS 221 (86.72% from 255) = 34.64%
BLUE value IS 179 (70.31% from 255) = 28.06%
R=37.30%
G=34.64%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822117900.070.250.0742.7163.4481.76
HexEEDDB3071972b3f52
Octal356335263073175377122
Binary1110111011011101101100110111110011111010111111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDDB3; }

 p { color: rgb(238,221,179); }

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

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

 a { background-color: rgb(238,221,179); }

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

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

 span { border-color: rgb(238,221,179); }

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