#ede8ab

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

Shades of Pale Goldenrod #EDE8AB

Tints of Pale Goldenrod #EDE8AB

Color information

#EDE8AB (or 0xEDE8AB) is unknown color: approx Pale Goldenrod. HEX triplet: ED, E8 and AB. RGB value is (237,232,171). Sum of RGB (Red+Green+Blue) = 237+232+171=640 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.03% from 640); Green value is 232 (91.02% from 255 or 36.25% from 640); Blue value is 171 (67.19% from 255 or 26.72% from 640); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE8AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE8AB is #121754. Grayscale: #E2E2E2. Windows color (decimal): -1185621 or 11266285. OLE color: 11266285.

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

Color convert

RGB237232171-
CMYK00.020.280.07
HSL55.45º64.71%80%-
HSV(B)55.45º27.85%92.94%-
XYZ71.1378.6649.96-
YUV226.5496.66135.46-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.03%
GREEN value IS 232 (91.02% from 255) = 36.25%
BLUE value IS 171 (67.19% from 255) = 26.72%
R=37.03%
G=36.25%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723217100.020.280.0755.4564.7180
HexEDE8AB021C7374150
Octal3553502530234767101120
Binary1110110111101000101010110101110011111011110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ede8ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ede8ab; }

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

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

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

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

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

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

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

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