#EBEAB2

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

Shades of Medium Goldenrod #EBEAB2

Tints of Medium Goldenrod #EBEAB2

Color information

#EBEAB2 (or 0xEBEAB2) is unknown color: approx Medium Goldenrod. HEX triplet: EB, EA and B2. RGB value is (235,234,178). Sum of RGB (Red+Green+Blue) = 235+234+178=647 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.32% from 647); Green value is 234 (91.80% from 255 or 36.17% from 647); Blue value is 178 (69.92% from 255 or 27.51% from 647); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEAB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBEAB2 is #14154D. Grayscale: #E4E4E4. Windows color (decimal): -1316174 or 11725547. OLE color: 11725547.

HSL color Cylindrical-coordinate representation of color #EBEAB2: hue angle of 58.95º 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 #EBEAB2 is Cyan = 0, Magento = 0.00, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB235234178-
CMYK00.000.240.08
HSL58.95º58.76%80.98%-
HSV(B)58.95º24.26%92.16%-
XYZ71.7279.7253.73-
YUV227.9299.83133.05-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.32%
GREEN value IS 234 (91.80% from 255) = 36.17%
BLUE value IS 178 (69.92% from 255) = 27.51%
R=36.32%
G=36.17%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523417800.000.240.0858.9558.7680.98
HexEBEAB2001883b3b51
Octal3533522620030107373121
Binary111010111110101010110010001100010001110111110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEAB2; }

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

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

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

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

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

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

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

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