#EAECB2

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

Shades of Medium Goldenrod #EAECB2

Tints of Medium Goldenrod #EAECB2

Color information

#EAECB2 (or 0xEAECB2) is unknown color: approx Medium Goldenrod. HEX triplet: EA, EC and B2. RGB value is (234,236,178). Sum of RGB (Red+Green+Blue) = 234+236+178=648 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.11% from 648); Green value is 236 (92.58% from 255 or 36.42% from 648); Blue value is 178 (69.92% from 255 or 27.47% from 648); Max value from RGB is 236 - color contains mainly: green. Hex color #EAECB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAECB2 is #15134D. Grayscale: #E5E5E5. Windows color (decimal): -1381198 or 11726058. OLE color: 11726058.

HSL color Cylindrical-coordinate representation of color #EAECB2: hue angle of 62.07º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EAECB2 is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB234236178-
CMYK0.0100.250.07
HSL62.07º60.42%81.18%-
HSV(B)62.07º24.58%92.55%-
XYZ71.9680.753.9-
YUV228.7999.34131.72-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.11%
GREEN value IS 236 (92.58% from 255) = 36.42%
BLUE value IS 178 (69.92% from 255) = 27.47%
R=36.11%
G=36.42%
B=27.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342361780.0100.250.0762.0760.4281.18
HexEAECB2101973e3c51
Octal352354262103177674121
Binary11101010111011001011001010110011111111101111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAECB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAECB2; }

 p { color: rgb(234,236,178); }

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

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

 a { background-color: rgb(234,236,178); }

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

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

 span { border-color: rgb(234,236,178); }

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