#EBEDAE

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

Shades of Medium Goldenrod #EBEDAE

Tints of Medium Goldenrod #EBEDAE

Color information

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

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

Color convert

RGB235237174-
CMYK0.0100.270.07
HSL61.9º63.64%80.59%-
HSV(B)61.9º26.58%92.94%-
XYZ72.1981.2951.93-
YUV229.2296.84132.12-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352371740.0100.270.0761.963.6480.59
HexEBEDAE101B73e4051
Octal3533552561033776100121
Binary111010111110110110101110101101111111111010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEDAE; }

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

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

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

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

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

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

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

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