#EEDEB1

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

Shades of Wheat #EEDEB1

Tints of Wheat #EEDEB1

Color information

#EEDEB1 (or 0xEEDEB1) is unknown color: approx Wheat. HEX triplet: EE, DE and B1. RGB value is (238,222,177). Sum of RGB (Red+Green+Blue) = 238+222+177=637 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.36% from 637); Green value is 222 (87.11% from 255 or 34.85% from 637); Blue value is 177 (69.53% from 255 or 27.79% from 637); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDEB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDEB1 is #11214E. Grayscale: #DDDDDD. Windows color (decimal): -1122639 or 11656942. OLE color: 11656942.

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

Color convert

RGB238222177-
CMYK00.070.260.07
HSL44.26º64.21%81.37%-
HSV(B)44.26º25.63%93.33%-
XYZ69.3273.5952.15-
YUV221.65102.8139.66-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.36%
GREEN value IS 222 (87.11% from 255) = 34.85%
BLUE value IS 177 (69.53% from 255) = 27.79%
R=37.36%
G=34.85%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822217700.070.260.0744.2664.2181.37
HexEEDEB1071A72c4051
Octal3563362610732754100121
Binary11101110110111101011000101111101011110110010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDEB1; }

 p { color: rgb(238,222,177); }

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

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

 a { background-color: rgb(238,222,177); }

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

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

 span { border-color: rgb(238,222,177); }

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