#EBEDA5

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

Shades of Medium Goldenrod #EBEDA5

Tints of Medium Goldenrod #EBEDA5

Color information

#EBEDA5 (or 0xEBEDA5) is unknown color: approx Medium Goldenrod. HEX triplet: EB, ED and A5. RGB value is (235,237,165). Sum of RGB (Red+Green+Blue) = 235+237+165=637 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.89% from 637); Green value is 237 (92.97% from 255 or 37.21% from 637); Blue value is 165 (64.84% from 255 or 25.90% from 637); Max value from RGB is 237 - color contains mainly: green. Hex color #EBEDA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBEDA5 is #14125A. Grayscale: #E4E4E4. Windows color (decimal): -1315419 or 10874347. OLE color: 10874347.

HSL color Cylindrical-coordinate representation of color #EBEDA5: hue angle of 61.67º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBEDA5 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB235237165-
CMYK0.0100.300.07
HSL61.67º66.67%78.82%-
HSV(B)61.67º30.38%92.94%-
XYZ71.3480.9547.46-
YUV228.1992.34132.85-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.89%
GREEN value IS 237 (92.97% from 255) = 37.21%
BLUE value IS 165 (64.84% from 255) = 25.90%
R=36.89%
G=37.21%
B=25.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352371650.0100.300.0761.6766.6778.82
HexEBEDA5101E73e434f
Octal3533552451036776103117
Binary111010111110110110100101101111011111111010000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEDA5; }

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

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

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

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

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

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

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

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