#EBEAB5

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

Shades of Medium Goldenrod #EBEAB5

Tints of Medium Goldenrod #EBEAB5

Color information

#EBEAB5 (or 0xEBEAB5) is unknown color: approx Medium Goldenrod. HEX triplet: EB, EA and B5. RGB value is (235,234,181). Sum of RGB (Red+Green+Blue) = 235+234+181=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 234 (91.80% from 255 or 36% from 650); Blue value is 181 (71.09% from 255 or 27.85% from 650); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEAB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEAB5 is #14154A. Grayscale: #E4E4E4. Windows color (decimal): -1316171 or 11922155. OLE color: 11922155.

HSL color Cylindrical-coordinate representation of color #EBEAB5: hue angle of 58.89º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBEAB5 is Cyan = 0, Magento = 0.00, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB235234181-
CMYK00.000.230.08
HSL58.89º57.45%81.57%-
HSV(B)58.89º22.98%92.16%-
XYZ72.0279.8455.33-
YUV228.26101.33132.81-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.15%
GREEN value IS 234 (91.80% from 255) = 36%
BLUE value IS 181 (71.09% from 255) = 27.85%
R=36.15%
G=36%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523418100.000.230.0858.8957.4581.57
HexEBEAB5001783b3952
Octal3533522650027107371122
Binary111010111110101010110101001011110001110111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEAB5; }

 p { color: rgb(235,234,181); }

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

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

 a { background-color: rgb(235,234,181); }

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

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

 span { border-color: rgb(235,234,181); }

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