Html Css Color HEX #EEDDB2 Wheat

📋 copy color: '#EEDDB2'

red 238 ◦ green 221 ◦ blue 178

#EEDDB2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wheat #EEDDB2

Tints of Wheat #EEDDB2

RGB

 RED value IS 238 (93.36% from 255) = 37.36%

 GREEN value IS 221 (86.72% from 255) = 34.69%

 BLUE value IS 178 (69.92% from 255) = 27.94%

R = 37.36%
G = 34.69%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EEDDB2 (or 0xEEDDB2) is known color: Wheat. HEX triplet: EE, DD and B2. RGB value is (238,221,178). Sum of RGB (Red+Green+Blue) = 238+221+178=637 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.36% from 637); Green value is 221 (86.72% from 255 or 34.69% from 637); Blue value is 178 (69.92% from 255 or 27.94% from 637); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDDB2 is #11224D. Grayscale: #DDDDDD. Windows color (decimal): -1122894 or 11722222. OLE color: 11722222.

HSL color Cylindrical-coordinate representation of color #EEDDB2: hue angle of 43º degrees, saturation: 0.64, 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 #EEDDB2 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 221 178 -
CMYK 0 0.07 0.25 0.07
HSL 43º 0.64% 0.82% -
HSV(B) 43º 0.25% 0.93% -
XYZ 69.15 73.1 52.59 -
YUV 221.18 103.63 140 -
System Red Green Blue C M Y K H S L
Decimal 238 221 178 0 0.07 0.25 0.07 43 0.64 0.82
Hex EE DD B2 0 7 19 7 2B 40 52
Octal 356 335 262 0 7 31 7 53 100 122
Binary 11101110 11011101 10110010 0 111 11001 111 101011 1000000 1010010

Color Harmonies of #EEDDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDDB2

Black with #EEDDB2

Text Example


Text Example

White with #EEDDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDDB2; }

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

 H1.HeaderClassName
 {
   color: #EEDDB2;
 }
 .AnyTagClassName
 {
   color: #EEDDB2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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