#EAEBAD

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

Shades of Medium Goldenrod #EAEBAD

Tints of Medium Goldenrod #EAEBAD

Color information

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

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

Color convert

RGB234235173-
CMYK0.0000.260.08
HSL60.97º60.78%80%-
HSV(B)60.97º26.38%92.16%-
XYZ71.1879.9351.21-
YUV227.6397.17132.54-

RGB Variations

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

RGB

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

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
Decimal2342351730.0000.260.0860.9760.7880
HexEAEBAD001A83d3d50
Octal3523532550032107575120
Binary111010101110101110101101001101010001111011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEBAD; }

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

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

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

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

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

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

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

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