#EDEDB3

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

Shades of Medium Goldenrod #EDEDB3

Tints of Medium Goldenrod #EDEDB3

Color information

#EDEDB3 (or 0xEDEDB3) is unknown color: approx Medium Goldenrod. HEX triplet: ED, ED and B3. RGB value is (237,237,179). Sum of RGB (Red+Green+Blue) = 237+237+179=653 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.29% from 653); Green value is 237 (92.97% from 255 or 36.29% from 653); Blue value is 179 (70.31% from 255 or 27.41% from 653); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEDB3 is #12124C. Grayscale: #E6E6E6. Windows color (decimal): -1184333 or 11791853. OLE color: 11791853.

HSL color Cylindrical-coordinate representation of color #EDEDB3: hue angle of 60º degrees, saturation: 0.62, 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 #EDEDB3 is Cyan = 0, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB237237179-
CMYK000.240.07
HSL60º61.7%81.57%-
HSV(B)60º24.47%92.94%-
XYZ73.3581.8354.58-
YUV230.3999132.72-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.29%
GREEN value IS 237 (92.97% from 255) = 36.29%
BLUE value IS 179 (70.31% from 255) = 27.41%
R=36.29%
G=36.29%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237237179000.240.076061.781.57
HexEDEDB3001873c3e52
Octal355355263003077476122
Binary11101101111011011011001100110001111111001111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEDB3; }

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

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

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

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

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

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

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

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