#EDE5A7

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

Shades of Pale Goldenrod #EDE5A7

Tints of Pale Goldenrod #EDE5A7

Color information

#EDE5A7 (or 0xEDE5A7) is unknown color: approx Pale Goldenrod. HEX triplet: ED, E5 and A7. RGB value is (237,229,167). Sum of RGB (Red+Green+Blue) = 237+229+167=633 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.44% from 633); Green value is 229 (89.84% from 255 or 36.18% from 633); Blue value is 167 (65.62% from 255 or 26.38% from 633); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE5A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE5A7 is #121A58. Grayscale: #E0E0E0. Windows color (decimal): -1186393 or 11003373. OLE color: 11003373.

HSL color Cylindrical-coordinate representation of color #EDE5A7: hue angle of 53.14º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDE5A7 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB237229167-
CMYK00.030.300.07
HSL53.14º66.04%79.22%-
HSV(B)53.14º29.54%92.94%-
XYZ69.9276.8347.7-
YUV224.3295.65137.04-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.44%
GREEN value IS 229 (89.84% from 255) = 36.18%
BLUE value IS 167 (65.62% from 255) = 26.38%
R=37.44%
G=36.18%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722916700.030.300.0753.1466.0479.22
HexEDE5A7031E735424f
Octal3553452470336765102117
Binary1110110111100101101001110111111011111010110000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE5A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE5A7; }

 p { color: rgb(237,229,167); }

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

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

 a { background-color: rgb(237,229,167); }

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

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

 span { border-color: rgb(237,229,167); }

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