#EBEBAA

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

Shades of Medium Goldenrod #EBEBAA

Tints of Medium Goldenrod #EBEBAA

Color information

#EBEBAA (or 0xEBEBAA) is unknown color: approx Medium Goldenrod. HEX triplet: EB, EB and AA. RGB value is (235,235,170). Sum of RGB (Red+Green+Blue) = 235+235+170=640 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.72% from 640); Green value is 235 (92.19% from 255 or 36.72% from 640); Blue value is 170 (66.80% from 255 or 26.56% from 640); Max value from RGB is 235 - color contains mainly: red, green. Hex color #EBEBAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBEBAA is #141455. Grayscale: #E3E3E3. Windows color (decimal): -1315926 or 11201515. OLE color: 11201515.

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

Color convert

RGB235235170-
CMYK000.280.08
HSL60º61.9%79.41%-
HSV(B)60º27.66%92.16%-
XYZ71.2279.9849.71-
YUV227.5995.5133.29-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.72%
GREEN value IS 235 (92.19% from 255) = 36.72%
BLUE value IS 170 (66.80% from 255) = 26.56%
R=36.72%
G=36.72%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235235170000.280.086061.979.41
HexEBEBAA001C83c3e4f
Octal3533532520034107476117
Binary111010111110101110101010001110010001111001111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEBAA; }

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

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

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

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

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

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

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

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