#EBEAAA

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

Shades of Medium Goldenrod #EBEAAA

Tints of Medium Goldenrod #EBEAAA

Color information

#EBEAAA (or 0xEBEAAA) is unknown color: approx Medium Goldenrod. HEX triplet: EB, EA and AA. RGB value is (235,234,170). Sum of RGB (Red+Green+Blue) = 235+234+170=639 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.78% from 639); Green value is 234 (91.80% from 255 or 36.62% from 639); Blue value is 170 (66.80% from 255 or 26.60% from 639); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEAAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBEAAA is #141555. Grayscale: #E3E3E3. Windows color (decimal): -1316182 or 11201259. OLE color: 11201259.

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

Color convert

RGB235234170-
CMYK00.000.280.08
HSL59.08º61.9%79.41%-
HSV(B)59.08º27.66%92.16%-
XYZ70.9479.4149.62-
YUV22795.83133.7-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.78%
GREEN value IS 234 (91.80% from 255) = 36.62%
BLUE value IS 170 (66.80% from 255) = 26.60%
R=36.78%
G=36.62%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523417000.000.280.0859.0861.979.41
HexEBEAAA001C83b3e4f
Octal3533522520034107376117
Binary111010111110101010101010001110010001110111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEAAA; }

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

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

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

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

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

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

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

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