#EDE7AE

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

Shades of Pale Goldenrod #EDE7AE

Tints of Pale Goldenrod #EDE7AE

Color information

#EDE7AE (or 0xEDE7AE) is unknown color: approx Pale Goldenrod. HEX triplet: ED, E7 and AE. RGB value is (237,231,174). Sum of RGB (Red+Green+Blue) = 237+231+174=642 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.92% from 642); Green value is 231 (90.62% from 255 or 35.98% from 642); Blue value is 174 (68.36% from 255 or 27.10% from 642); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE7AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE7AE is #121851. Grayscale: #E2E2E2. Windows color (decimal): -1185874 or 11462637. OLE color: 11462637.

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

Color convert

RGB237231174-
CMYK00.030.270.07
HSL54.29º63.64%80.59%-
HSV(B)54.29º26.58%92.94%-
XYZ71.1478.2151.39-
YUV226.398.49135.63-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.92%
GREEN value IS 231 (90.62% from 255) = 35.98%
BLUE value IS 174 (68.36% from 255) = 27.10%
R=36.92%
G=35.98%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723117400.030.270.0754.2963.6480.59
HexEDE7AE031B7364051
Octal3553472560333766100121
Binary1110110111100111101011100111101111111011010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE7AE; }

 p { color: rgb(237,231,174); }

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

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

 a { background-color: rgb(237,231,174); }

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

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

 span { border-color: rgb(237,231,174); }

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