#EDE9AD

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

Shades of Pale Goldenrod #EDE9AD

Tints of Pale Goldenrod #EDE9AD

Color information

#EDE9AD (or 0xEDE9AD) is unknown color: approx Pale Goldenrod. HEX triplet: ED, E9 and AD. RGB value is (237,233,173). Sum of RGB (Red+Green+Blue) = 237+233+173=643 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.86% from 643); Green value is 233 (91.41% from 255 or 36.24% from 643); Blue value is 173 (67.97% from 255 or 26.91% from 643); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE9AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE9AD is #121652. Grayscale: #E3E3E3. Windows color (decimal): -1185363 or 11397613. OLE color: 11397613.

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

Color convert

RGB237233173-
CMYK00.020.270.07
HSL56.25º64%80.39%-
HSV(B)56.25º27%92.94%-
XYZ71.6179.351.07-
YUV227.3697.33134.88-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.86%
GREEN value IS 233 (91.41% from 255) = 36.24%
BLUE value IS 173 (67.97% from 255) = 26.91%
R=36.86%
G=36.24%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723317300.020.270.0756.256480.39
HexEDE9AD021B7384050
Octal3553512550233770100120
Binary1110110111101001101011010101101111111100010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE9AD; }

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

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

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

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

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

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

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

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