#EDE5B0

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

Shades of Pale Goldenrod #EDE5B0

Tints of Pale Goldenrod #EDE5B0

Color information

#EDE5B0 (or 0xEDE5B0) is unknown color: approx Pale Goldenrod. HEX triplet: ED, E5 and B0. RGB value is (237,229,176). Sum of RGB (Red+Green+Blue) = 237+229+176=642 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.92% from 642); Green value is 229 (89.84% from 255 or 35.67% from 642); Blue value is 176 (69.14% from 255 or 27.41% from 642); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE5B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE5B0 is #121A4F. Grayscale: #E1E1E1. Windows color (decimal): -1186384 or 11593197. OLE color: 11593197.

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

Color convert

RGB237229176-
CMYK00.030.260.07
HSL52.13º62.89%80.98%-
HSV(B)52.13º25.74%92.94%-
XYZ70.7877.1852.24-
YUV225.35100.15136.31-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.92%
GREEN value IS 229 (89.84% from 255) = 35.67%
BLUE value IS 176 (69.14% from 255) = 27.41%
R=36.92%
G=35.67%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722917600.030.260.0752.1362.8980.98
HexEDE5B0031A7343f51
Octal355345260033276477121
Binary111011011110010110110000011110101111101001111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE5B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE5B0; }

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

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

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

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

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

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

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

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