#EEEDB2

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

Shades of Medium Goldenrod #EEEDB2

Tints of Medium Goldenrod #EEEDB2

Color information

#EEEDB2 (or 0xEEEDB2) is unknown color: approx Medium Goldenrod. HEX triplet: EE, ED and B2. RGB value is (238,237,178). Sum of RGB (Red+Green+Blue) = 238+237+178=653 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.45% from 653); Green value is 237 (92.97% from 255 or 36.29% from 653); Blue value is 178 (69.92% from 255 or 27.26% from 653); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEDB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEEDB2 is #11124D. Grayscale: #E6E6E6. Windows color (decimal): -1118798 or 11726318. OLE color: 11726318.

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

Color convert

RGB238237178-
CMYK00.000.250.07
HSL59º63.83%81.57%-
HSV(B)59º25.21%93.33%-
XYZ73.5881.9654.06-
YUV230.5798.33133.3-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.45%
GREEN value IS 237 (92.97% from 255) = 36.29%
BLUE value IS 178 (69.92% from 255) = 27.26%
R=36.45%
G=36.29%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823717800.000.250.075963.8381.57
HexEEEDB2001973b4052
Octal3563552620031773100122
Binary111011101110110110110010001100111111101110000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEDB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEDB2; }

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

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

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

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

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

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

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

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