#EEEDB4

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

Shades of Medium Goldenrod #EEEDB4

Tints of Medium Goldenrod #EEEDB4

Color information

#EEEDB4 (or 0xEEEDB4) is unknown color: approx Medium Goldenrod. HEX triplet: EE, ED and B4. RGB value is (238,237,180). Sum of RGB (Red+Green+Blue) = 238+237+180=655 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.34% from 655); Green value is 237 (92.97% from 255 or 36.18% from 655); Blue value is 180 (70.70% from 255 or 27.48% from 655); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEDB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEDB4 is #11124B. Grayscale: #E7E7E7. Windows color (decimal): -1118796 or 11857390. OLE color: 11857390.

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

Color convert

RGB238237180-
CMYK00.000.240.07
HSL58.97º63.04%81.96%-
HSV(B)58.97º24.37%93.33%-
XYZ73.7882.0455.13-
YUV230.899.33133.13-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.34%
GREEN value IS 237 (92.97% from 255) = 36.18%
BLUE value IS 180 (70.70% from 255) = 27.48%
R=36.34%
G=36.18%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823718000.000.240.0758.9763.0481.96
HexEEEDB4001873b3f52
Octal356355264003077377122
Binary11101110111011011011010000110001111110111111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEDB4; }

 p { color: rgb(238,237,180); }

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

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

 a { background-color: rgb(238,237,180); }

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

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

 span { border-color: rgb(238,237,180); }

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