#EDE9AA

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

Shades of Pale Goldenrod #EDE9AA

Tints of Pale Goldenrod #EDE9AA

Color information

#EDE9AA (or 0xEDE9AA) is unknown color: approx Pale Goldenrod. HEX triplet: ED, E9 and AA. RGB value is (237,233,170). Sum of RGB (Red+Green+Blue) = 237+233+170=640 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.03% from 640); Green value is 233 (91.41% from 255 or 36.41% from 640); Blue value is 170 (66.80% from 255 or 26.56% from 640); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE9AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE9AA is #121655. Grayscale: #E3E3E3. Windows color (decimal): -1185366 or 11201005. OLE color: 11201005.

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

Color convert

RGB237233170-
CMYK00.020.280.07
HSL56.42º65.05%79.8%-
HSV(B)56.42º28.27%92.94%-
XYZ71.3279.1849.56-
YUV227.0195.83135.12-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.03%
GREEN value IS 233 (91.41% from 255) = 36.41%
BLUE value IS 170 (66.80% from 255) = 26.56%
R=37.03%
G=36.41%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723317000.020.280.0756.4265.0579.8
HexEDE9AA021C7384150
Octal3553512520234770101120
Binary1110110111101001101010100101110011111100010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE9AA; }

 p { color: rgb(237,233,170); }

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

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

 a { background-color: rgb(237,233,170); }

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

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

 span { border-color: rgb(237,233,170); }

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