#EBE8B2

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

Shades of Medium Goldenrod #EBE8B2

Tints of Medium Goldenrod #EBE8B2

Color information

#EBE8B2 (or 0xEBE8B2) is unknown color: approx Medium Goldenrod. HEX triplet: EB, E8 and B2. RGB value is (235,232,178). Sum of RGB (Red+Green+Blue) = 235+232+178=645 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.43% from 645); Green value is 232 (91.02% from 255 or 35.97% from 645); Blue value is 178 (69.92% from 255 or 27.60% from 645); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE8B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE8B2 is #14174D. Grayscale: #E2E2E2. Windows color (decimal): -1316686 or 11725035. OLE color: 11725035.

HSL color Cylindrical-coordinate representation of color #EBE8B2: hue angle of 56.84º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EBE8B2 is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB235232178-
CMYK00.010.240.08
HSL56.84º58.76%80.98%-
HSV(B)56.84º24.26%92.16%-
XYZ71.1578.5953.54-
YUV226.74100.49133.89-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.43%
GREEN value IS 232 (91.02% from 255) = 35.97%
BLUE value IS 178 (69.92% from 255) = 27.60%
R=36.43%
G=35.97%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523217800.010.240.0856.8458.7680.98
HexEBE8B201188393b51
Octal3533502620130107173121
Binary111010111110100010110010011100010001110011110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE8B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE8B2; }

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

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

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

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

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

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

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

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