#EBEDB2

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

Shades of Medium Goldenrod #EBEDB2

Tints of Medium Goldenrod #EBEDB2

Color information

#EBEDB2 (or 0xEBEDB2) is unknown color: approx Medium Goldenrod. HEX triplet: EB, ED and B2. RGB value is (235,237,178). Sum of RGB (Red+Green+Blue) = 235+237+178=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 237 (92.97% from 255 or 36.46% from 650); Blue value is 178 (69.92% from 255 or 27.38% from 650); Max value from RGB is 237 - color contains mainly: green. Hex color #EBEDB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBEDB2 is #14124D. Grayscale: #E5E5E5. Windows color (decimal): -1315406 or 11726315. OLE color: 11726315.

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

Color convert

RGB235237178-
CMYK0.0100.250.07
HSL62.03º62.11%81.37%-
HSV(B)62.03º24.89%92.94%-
XYZ72.5881.4454.01-
YUV229.6898.84131.8-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.15%
GREEN value IS 237 (92.97% from 255) = 36.46%
BLUE value IS 178 (69.92% from 255) = 27.38%
R=36.15%
G=36.46%
B=27.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352371780.0100.250.0762.0362.1181.37
HexEBEDB2101973e3e51
Octal353355262103177676121
Binary11101011111011011011001010110011111111101111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEDB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEDB2; }

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

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

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

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

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

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

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

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