#EAEBAE

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

Shades of Medium Goldenrod #EAEBAE

Tints of Medium Goldenrod #EAEBAE

Color information

#EAEBAE (or 0xEAEBAE) is unknown color: approx Medium Goldenrod. HEX triplet: EA, EB and AE. RGB value is (234,235,174). Sum of RGB (Red+Green+Blue) = 234+235+174=643 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.39% from 643); Green value is 235 (92.19% from 255 or 36.55% from 643); Blue value is 174 (68.36% from 255 or 27.06% from 643); Max value from RGB is 235 - color contains mainly: green. Hex color #EAEBAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEBAE is #151451. Grayscale: #E3E3E3. Windows color (decimal): -1381458 or 11463658. OLE color: 11463658.

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

Color convert

RGB234235174-
CMYK0.0000.260.08
HSL60.98º60.4%80.2%-
HSV(B)60.98º25.96%92.16%-
XYZ71.2879.9751.72-
YUV227.7597.67132.46-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.39%
GREEN value IS 235 (92.19% from 255) = 36.55%
BLUE value IS 174 (68.36% from 255) = 27.06%
R=36.39%
G=36.55%
B=27.06%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342351740.0000.260.0860.9860.480.2
HexEAEBAE001A83d3c50
Octal3523532560032107574120
Binary111010101110101110101110001101010001111011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEBAE; }

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

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

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

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

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

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

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

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