#EDEAA9

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

Shades of Pale Goldenrod #EDEAA9

Tints of Pale Goldenrod #EDEAA9

Color information

#EDEAA9 (or 0xEDEAA9) is unknown color: approx Pale Goldenrod. HEX triplet: ED, EA and A9. RGB value is (237,234,169). Sum of RGB (Red+Green+Blue) = 237+234+169=640 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.03% from 640); Green value is 234 (91.80% from 255 or 36.56% from 640); Blue value is 169 (66.41% from 255 or 26.41% from 640); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEAA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEAA9 is #121556. Grayscale: #E3E3E3. Windows color (decimal): -1185111 or 11135725. OLE color: 11135725.

HSL color Cylindrical-coordinate representation of color #EDEAA9: hue angle of 57.35º degrees, saturation: 0.65, 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 #EDEAA9 is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB237234169-
CMYK00.010.290.07
HSL57.35º65.38%79.61%-
HSV(B)57.35º28.69%92.94%-
XYZ71.5179.7149.15-
YUV227.4994.99134.79-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.03%
GREEN value IS 234 (91.80% from 255) = 36.56%
BLUE value IS 169 (66.41% from 255) = 26.41%
R=37.03%
G=36.56%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723416900.010.290.0757.3565.3879.61
HexEDEAA9011D7394150
Octal3553522510135771101120
Binary111011011110101010101001011110111111100110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEAA9; }

 p { color: rgb(237,234,169); }

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

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

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

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

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

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

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