#EDEBA4

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

Shades of Pale Goldenrod #EDEBA4

Tints of Pale Goldenrod #EDEBA4

Color information

#EDEBA4 (or 0xEDEBA4) is unknown color: approx Pale Goldenrod. HEX triplet: ED, EB and A4. RGB value is (237,235,164). Sum of RGB (Red+Green+Blue) = 237+235+164=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 235 (92.19% from 255 or 36.95% from 636); Blue value is 164 (64.45% from 255 or 25.79% from 636); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEBA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEBA4 is #12145B. Grayscale: #E3E3E3. Windows color (decimal): -1184860 or 10808301. OLE color: 10808301.

HSL color Cylindrical-coordinate representation of color #EDEBA4: hue angle of 58.36º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EDEBA4 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB237235164-
CMYK00.010.310.07
HSL58.36º66.97%78.63%-
HSV(B)58.36º30.8%92.94%-
XYZ71.3380.146.82-
YUV227.592.16134.77-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.26%
GREEN value IS 235 (92.19% from 255) = 36.95%
BLUE value IS 164 (64.45% from 255) = 25.79%
R=37.26%
G=36.95%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723516400.010.310.0758.3666.9778.63
HexEDEBA4011F73a434f
Octal3553532440137772103117
Binary111011011110101110100100011111111111101010000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEBA4; }

 p { color: rgb(237,235,164); }

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

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

 a { background-color: rgb(237,235,164); }

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

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

 span { border-color: rgb(237,235,164); }

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