Html Css Color HEX #EEDDB3 Wheat

📋 copy color: '#EEDDB3'

red 238 ◦ green 221 ◦ blue 179

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

Shades of Wheat #EEDDB3

Tints of Wheat #EEDDB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 28.06%

R = 37.3%
G = 34.64%
B = 28.06%

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

#EEDDB3 (or 0xEEDDB3) is known color: 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

RGB 238 221 179 -
CMYK 0 0.07 0.25 0.07
HSL 42.71º 0.63% 0.82% -
HSV(B) 42.71º 0.25% 0.93% -
XYZ 69.25 73.14 53.12 -
YUV 221.3 104.13 139.92 -
System Red Green Blue C M Y K H S L
Decimal 238 221 179 0 0.07 0.25 0.07 42.71 0.63 0.82
Hex EE DD B3 0 7 19 7 2B 3F 52
Octal 356 335 263 0 7 31 7 53 77 122
Binary 11101110 11011101 10110011 0 111 11001 111 101011 111111 1010010

Color Harmonies of #EEDDB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDDB3

Black with #EEDDB3

Text Example


Text Example

White with #EEDDB3

Text Example


Text Example

HTML Codes & Css Web 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>