#EBEDA4

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

Shades of Medium Goldenrod #EBEDA4

Tints of Medium Goldenrod #EBEDA4

Color information

#EBEDA4 (or 0xEBEDA4) is unknown color: approx Medium Goldenrod. HEX triplet: EB, ED and A4. RGB value is (235,237,164). Sum of RGB (Red+Green+Blue) = 235+237+164=636 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.95% from 636); Green value is 237 (92.97% from 255 or 37.26% from 636); Blue value is 164 (64.45% from 255 or 25.79% from 636); Max value from RGB is 237 - color contains mainly: green. Hex color #EBEDA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBEDA4 is #14125B. Grayscale: #E4E4E4. Windows color (decimal): -1315420 or 10808811. OLE color: 10808811.

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

Color convert

RGB235237164-
CMYK0.0100.310.07
HSL61.64º66.97%78.63%-
HSV(B)61.64º30.8%92.94%-
XYZ71.2580.9146.98-
YUV228.0891.84132.94-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.95%
GREEN value IS 237 (92.97% from 255) = 37.26%
BLUE value IS 164 (64.45% from 255) = 25.79%
R=36.95%
G=37.26%
B=25.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352371640.0100.310.0761.6466.9778.63
HexEBEDA4101F73e434f
Octal3533552441037776103117
Binary111010111110110110100100101111111111111010000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEDA4; }

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

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

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

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

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

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

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

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