#EAECAC

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

Shades of Medium Goldenrod #EAECAC

Tints of Medium Goldenrod #EAECAC

Color information

#EAECAC (or 0xEAECAC) is unknown color: approx Medium Goldenrod. HEX triplet: EA, EC and AC. RGB value is (234,236,172). Sum of RGB (Red+Green+Blue) = 234+236+172=642 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.45% from 642); Green value is 236 (92.58% from 255 or 36.76% from 642); Blue value is 172 (67.58% from 255 or 26.79% from 642); Max value from RGB is 236 - color contains mainly: green. Hex color #EAECAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAECAC is #151353. Grayscale: #E4E4E4. Windows color (decimal): -1381204 or 11332842. OLE color: 11332842.

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

Color convert

RGB234236172-
CMYK0.0100.270.07
HSL61.88º62.75%80%-
HSV(B)61.88º27.12%92.55%-
XYZ71.3780.4650.8-
YUV228.1196.34132.2-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.45%
GREEN value IS 236 (92.58% from 255) = 36.76%
BLUE value IS 172 (67.58% from 255) = 26.79%
R=36.45%
G=36.76%
B=26.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342361720.0100.270.0761.8862.7580
HexEAECAC101B73e3f50
Octal352354254103377677120
Binary11101010111011001010110010110111111111101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAECAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAECAC; }

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

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

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

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

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

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

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

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