#EAEEAE

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

Shades of Medium Goldenrod #EAEEAE

Tints of Medium Goldenrod #EAEEAE

Color information

#EAEEAE (or 0xEAEEAE) is unknown color: approx Medium Goldenrod. HEX triplet: EA, EE and AE. RGB value is (234,238,174). Sum of RGB (Red+Green+Blue) = 234+238+174=646 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.22% from 646); Green value is 238 (93.36% from 255 or 36.84% from 646); Blue value is 174 (68.36% from 255 or 26.93% from 646); Max value from RGB is 238 - color contains mainly: green. Hex color #EAEEAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEEAE is #151151. Grayscale: #E5E5E5. Windows color (decimal): -1380690 or 11464426. OLE color: 11464426.

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

Color convert

RGB234238174-
CMYK0.0200.270.07
HSL63.75º65.31%80.78%-
HSV(B)63.75º26.89%93.33%-
XYZ72.1581.752.01-
YUV229.5196.67131.2-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.22%
GREEN value IS 238 (93.36% from 255) = 36.84%
BLUE value IS 174 (68.36% from 255) = 26.93%
R=36.22%
G=36.84%
B=26.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342381740.0200.270.0763.7565.3180.78
HexEAEEAE201B7404151
Octal35235625620337100101121
Binary11101010111011101010111010011011111100000010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEEAE; }

 p { color: rgb(234,238,174); }

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

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

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

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

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

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

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