#EFEDB3

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

Shades of Medium Goldenrod #EFEDB3

Tints of Medium Goldenrod #EFEDB3

Color information

#EFEDB3 (or 0xEFEDB3) is unknown color: approx Medium Goldenrod. HEX triplet: EF, ED and B3. RGB value is (239,237,179). Sum of RGB (Red+Green+Blue) = 239+237+179=655 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.49% from 655); Green value is 237 (92.97% from 255 or 36.18% from 655); Blue value is 179 (70.31% from 255 or 27.33% from 655); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEDB3 is #10124C. Grayscale: #E7E7E7. Windows color (decimal): -1053261 or 11791855. OLE color: 11791855.

HSL color Cylindrical-coordinate representation of color #EFEDB3: hue angle of 58º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EFEDB3 is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB239237179-
CMYK00.010.250.06
HSL58º65.22%81.96%-
HSV(B)58º25.1%93.73%-
XYZ74.0282.1754.61-
YUV230.9998.66133.72-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.49%
GREEN value IS 237 (92.97% from 255) = 36.18%
BLUE value IS 179 (70.31% from 255) = 27.33%
R=36.49%
G=36.18%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923717900.010.250.065865.2281.96
HexEFEDB3011963a4152
Octal3573552630131672101122
Binary111011111110110110110011011100111011101010000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEDB3; }

 p { color: rgb(239,237,179); }

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

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

 a { background-color: rgb(239,237,179); }

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

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

 span { border-color: rgb(239,237,179); }

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