#EDEBAE

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

Shades of Medium Goldenrod #EDEBAE

Tints of Medium Goldenrod #EDEBAE

Color information

#EDEBAE (or 0xEDEBAE) is unknown color: approx Medium Goldenrod. HEX triplet: ED, EB and AE. RGB value is (237,235,174). Sum of RGB (Red+Green+Blue) = 237+235+174=646 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.69% from 646); Green value is 235 (92.19% from 255 or 36.38% from 646); Blue value is 174 (68.36% from 255 or 26.93% from 646); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEBAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEBAE is #121451. Grayscale: #E4E4E4. Windows color (decimal): -1184850 or 11463661. OLE color: 11463661.

HSL color Cylindrical-coordinate representation of color #EDEBAE: hue angle of 58.1º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDEBAE is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB237235174-
CMYK00.010.270.07
HSL58.1º63.64%80.59%-
HSV(B)58.1º26.58%92.94%-
XYZ72.2780.4851.77-
YUV228.6497.16133.96-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.69%
GREEN value IS 235 (92.19% from 255) = 36.38%
BLUE value IS 174 (68.36% from 255) = 26.93%
R=36.69%
G=36.38%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723517400.010.270.0758.163.6480.59
HexEDEBAE011B73a4051
Octal3553532560133772100121
Binary111011011110101110101110011101111111101010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEBAE; }

 p { color: rgb(237,235,174); }

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

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

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

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

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

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

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