#EBEAAD

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

Shades of Medium Goldenrod #EBEAAD

Tints of Medium Goldenrod #EBEAAD

Color information

#EBEAAD (or 0xEBEAAD) is unknown color: approx Medium Goldenrod. HEX triplet: EB, EA and AD. RGB value is (235,234,173). Sum of RGB (Red+Green+Blue) = 235+234+173=642 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.60% from 642); Green value is 234 (91.80% from 255 or 36.45% from 642); Blue value is 173 (67.97% from 255 or 26.95% from 642); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEAAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBEAAD is #141552. Grayscale: #E3E3E3. Windows color (decimal): -1316179 or 11397867. OLE color: 11397867.

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

Color convert

RGB235234173-
CMYK00.000.260.08
HSL59.03º60.78%80%-
HSV(B)59.03º26.38%92.16%-
XYZ71.2379.5251.13-
YUV227.3497.33133.46-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.60%
GREEN value IS 234 (91.80% from 255) = 36.45%
BLUE value IS 173 (67.97% from 255) = 26.95%
R=36.60%
G=36.45%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523417300.000.260.0859.0360.7880
HexEBEAAD001A83b3d50
Octal3533522550032107375120
Binary111010111110101010101101001101010001110111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEAAD; }

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

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

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

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

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

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

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

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