#EAEAAF

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

Shades of Medium Goldenrod #EAEAAF

Tints of Medium Goldenrod #EAEAAF

Color information

#EAEAAF (or 0xEAEAAF) is unknown color: approx Medium Goldenrod. HEX triplet: EA, EA and AF. RGB value is (234,234,175). Sum of RGB (Red+Green+Blue) = 234+234+175=643 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.39% from 643); Green value is 234 (91.80% from 255 or 36.39% from 643); Blue value is 175 (68.75% from 255 or 27.22% from 643); Max value from RGB is 234 - color contains mainly: red, green. Hex color #EAEAAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEAAF is #151550. Grayscale: #E3E3E3. Windows color (decimal): -1381713 or 11528938. OLE color: 11528938.

HSL color Cylindrical-coordinate representation of color #EAEAAF: hue angle of 60º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EAEAAF is Cyan = 0, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB234234175-
CMYK000.250.08
HSL60º58.42%80.2%-
HSV(B)60º25.21%91.76%-
XYZ71.0979.4352.14-
YUV227.2798.5132.8-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.39%
GREEN value IS 234 (91.80% from 255) = 36.39%
BLUE value IS 175 (68.75% from 255) = 27.22%
R=36.39%
G=36.39%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234234175000.250.086058.4280.2
HexEAEAAF001983c3a50
Octal3523522570031107472120
Binary111010101110101010101111001100110001111001110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEAAF; }

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

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

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

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

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

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

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

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