#EAECB6

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

Shades of Medium Goldenrod #EAECB6

Tints of Medium Goldenrod #EAECB6

Color information

#EAECB6 (or 0xEAECB6) is unknown color: approx Medium Goldenrod. HEX triplet: EA, EC and B6. RGB value is (234,236,182). Sum of RGB (Red+Green+Blue) = 234+236+182=652 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.89% from 652); Green value is 236 (92.58% from 255 or 36.20% from 652); Blue value is 182 (71.48% from 255 or 27.91% from 652); Max value from RGB is 236 - color contains mainly: green. Hex color #EAECB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAECB6 is #151349. Grayscale: #E5E5E5. Windows color (decimal): -1381194 or 11988202. OLE color: 11988202.

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

Color convert

RGB234236182-
CMYK0.0100.230.07
HSL62.22º58.7%81.96%-
HSV(B)62.22º22.88%92.55%-
XYZ72.3780.8656.05-
YUV229.25101.34131.39-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.89%
GREEN value IS 236 (92.58% from 255) = 36.20%
BLUE value IS 182 (71.48% from 255) = 27.91%
R=35.89%
G=36.20%
B=27.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342361820.0100.230.0762.2258.781.96
HexEAECB6101773e3b52
Octal352354266102777673122
Binary11101010111011001011011010101111111111101110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAECB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAECB6; }

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

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

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

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

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

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

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

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