#EAEEAA

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

Shades of Medium Goldenrod #EAEEAA

Tints of Medium Goldenrod #EAEEAA

Color information

#EAEEAA (or 0xEAEEAA) is unknown color: approx Medium Goldenrod. HEX triplet: EA, EE and AA. RGB value is (234,238,170). Sum of RGB (Red+Green+Blue) = 234+238+170=642 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.45% from 642); Green value is 238 (93.36% from 255 or 37.07% from 642); Blue value is 170 (66.80% from 255 or 26.48% from 642); Max value from RGB is 238 - color contains mainly: green. Hex color #EAEEAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEEAA is #151155. Grayscale: #E5E5E5. Windows color (decimal): -1380694 or 11202282. OLE color: 11202282.

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

Color convert

RGB234238170-
CMYK0.0200.290.07
HSL63.53º66.67%80%-
HSV(B)63.53º28.57%93.33%-
XYZ71.7681.5449.99-
YUV229.0594.67131.53-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.45%
GREEN value IS 238 (93.36% from 255) = 37.07%
BLUE value IS 170 (66.80% from 255) = 26.48%
R=36.45%
G=37.07%
B=26.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342381700.0200.290.0763.5366.6780
HexEAEEAA201D7404350
Octal35235625220357100103120
Binary11101010111011101010101010011101111100000010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEEAA; }

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

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

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

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

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

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

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

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