#EDE8AE

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

Shades of Pale Goldenrod #EDE8AE

Tints of Pale Goldenrod #EDE8AE

Color information

#EDE8AE (or 0xEDE8AE) is unknown color: approx Pale Goldenrod. HEX triplet: ED, E8 and AE. RGB value is (237,232,174). Sum of RGB (Red+Green+Blue) = 237+232+174=643 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.86% from 643); Green value is 232 (91.02% from 255 or 36.08% from 643); Blue value is 174 (68.36% from 255 or 27.06% from 643); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE8AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE8AE is #121751. Grayscale: #E3E3E3. Windows color (decimal): -1185618 or 11462893. OLE color: 11462893.

HSL color Cylindrical-coordinate representation of color #EDE8AE: hue angle of 55.24º 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 #EDE8AE is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB237232174-
CMYK00.020.270.07
HSL55.24º63.64%80.59%-
HSV(B)55.24º26.58%92.94%-
XYZ71.4278.7751.48-
YUV226.8898.16135.22-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.86%
GREEN value IS 232 (91.02% from 255) = 36.08%
BLUE value IS 174 (68.36% from 255) = 27.06%
R=36.86%
G=36.08%
B=27.06%

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
Decimal23723217400.020.270.0755.2463.6480.59
HexEDE8AE021B7374051
Octal3553502560233767100121
Binary1110110111101000101011100101101111111011110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE8AE; }

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

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

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

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

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

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

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

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