#EAECAF

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

Shades of Medium Goldenrod #EAECAF

Tints of Medium Goldenrod #EAECAF

Color information

#EAECAF (or 0xEAECAF) is unknown color: approx Medium Goldenrod. HEX triplet: EA, EC and AF. RGB value is (234,236,175). Sum of RGB (Red+Green+Blue) = 234+236+175=645 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.28% from 645); Green value is 236 (92.58% from 255 or 36.59% from 645); Blue value is 175 (68.75% from 255 or 27.13% from 645); Max value from RGB is 236 - color contains mainly: green. Hex color #EAECAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAECAF is #151350. Grayscale: #E4E4E4. Windows color (decimal): -1381201 or 11529450. OLE color: 11529450.

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

Color convert

RGB234236175-
CMYK0.0100.260.07
HSL61.97º61.62%80.59%-
HSV(B)61.97º25.85%92.55%-
XYZ71.6780.5852.33-
YUV228.4597.84131.96-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.28%
GREEN value IS 236 (92.58% from 255) = 36.59%
BLUE value IS 175 (68.75% from 255) = 27.13%
R=36.28%
G=36.59%
B=27.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342361750.0100.260.0761.9761.6280.59
HexEAECAF101A73e3e51
Octal352354257103277676121
Binary11101010111011001010111110110101111111101111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAECAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAECAF; }

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

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

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

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

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

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

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

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