#EDEFB2

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

Shades of Medium Goldenrod #EDEFB2

Tints of Medium Goldenrod #EDEFB2

Color information

#EDEFB2 (or 0xEDEFB2) is unknown color: approx Medium Goldenrod. HEX triplet: ED, EF and B2. RGB value is (237,239,178). Sum of RGB (Red+Green+Blue) = 237+239+178=654 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.24% from 654); Green value is 239 (93.75% from 255 or 36.54% from 654); Blue value is 178 (69.92% from 255 or 27.22% from 654); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEFB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEFB2 is #12104D. Grayscale: #E7E7E7. Windows color (decimal): -1183822 or 11726829. OLE color: 11726829.

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

Color convert

RGB237239178-
CMYK0.0100.260.06
HSL61.97º65.59%81.76%-
HSV(B)61.97º25.52%93.73%-
XYZ73.8382.9554.24-
YUV231.4597.84131.96-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.24%
GREEN value IS 239 (93.75% from 255) = 36.54%
BLUE value IS 178 (69.92% from 255) = 27.22%
R=36.24%
G=36.54%
B=27.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372391780.0100.260.0661.9765.5981.76
HexEDEFB2101A63e4252
Octal3553572621032676102122
Binary111011011110111110110010101101011011111010000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEFB2; }

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

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

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

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

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

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

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

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