#EAECB4

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

Shades of Medium Goldenrod #EAECB4

Tints of Medium Goldenrod #EAECB4

Color information

#EAECB4 (or 0xEAECB4) is unknown color: approx Medium Goldenrod. HEX triplet: EA, EC and B4. RGB value is (234,236,180). Sum of RGB (Red+Green+Blue) = 234+236+180=650 (86% of max value = 765). Red value is 234 (91.80% from 255 or 36% from 650); Green value is 236 (92.58% from 255 or 36.31% from 650); Blue value is 180 (70.70% from 255 or 27.69% from 650); Max value from RGB is 236 - color contains mainly: green. Hex color #EAECB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAECB4 is #15134B. Grayscale: #E5E5E5. Windows color (decimal): -1381196 or 11857130. OLE color: 11857130.

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

Color convert

RGB234236180-
CMYK0.0100.240.07
HSL62.14º59.57%81.57%-
HSV(B)62.14º23.73%92.55%-
XYZ72.1780.7854.97-
YUV229.02100.34131.55-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36%
GREEN value IS 236 (92.58% from 255) = 36.31%
BLUE value IS 180 (70.70% from 255) = 27.69%
R=36%
G=36.31%
B=27.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342361800.0100.240.0762.1459.5781.57
HexEAECB4101873e3c52
Octal352354264103077674122
Binary11101010111011001011010010110001111111101111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAECB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAECB4; }

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

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

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

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

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

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

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

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