#EAEFB0

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

Shades of Medium Goldenrod #EAEFB0

Tints of Medium Goldenrod #EAEFB0

Color information

#EAEFB0 (or 0xEAEFB0) is unknown color: approx Medium Goldenrod. HEX triplet: EA, EF and B0. RGB value is (234,239,176). Sum of RGB (Red+Green+Blue) = 234+239+176=649 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.06% from 649); Green value is 239 (93.75% from 255 or 36.83% from 649); Blue value is 176 (69.14% from 255 or 27.12% from 649); Max value from RGB is 239 - color contains mainly: green. Hex color #EAEFB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEFB0 is #15104F. Grayscale: #E6E6E6. Windows color (decimal): -1380432 or 11595754. OLE color: 11595754.

HSL color Cylindrical-coordinate representation of color #EAEFB0: hue angle of 64.76º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAEFB0 is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB234239176-
CMYK0.0200.260.06
HSL64.76º66.32%81.37%-
HSV(B)64.76º26.36%93.73%-
XYZ72.6382.3653.14-
YUV230.3297.34130.62-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.06%
GREEN value IS 239 (93.75% from 255) = 36.83%
BLUE value IS 176 (69.14% from 255) = 27.12%
R=36.06%
G=36.83%
B=27.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2342391760.0200.260.0664.7666.3281.37
HexEAEFB0201A6414251
Octal35235726020326101102121
Binary11101010111011111011000010011010110100000110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEFB0; }

 p { color: rgb(234,239,176); }

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

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

 a { background-color: rgb(234,239,176); }

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

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

 span { border-color: rgb(234,239,176); }

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