#EDE4A1

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

Shades of Pale Goldenrod #EDE4A1

Tints of Pale Goldenrod #EDE4A1

Color information

#EDE4A1 (or 0xEDE4A1) is unknown color: approx Pale Goldenrod. HEX triplet: ED, E4 and A1. RGB value is (237,228,161). Sum of RGB (Red+Green+Blue) = 237+228+161=626 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.86% from 626); Green value is 228 (89.45% from 255 or 36.42% from 626); Blue value is 161 (63.28% from 255 or 25.72% from 626); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE4A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE4A1 is #121B5E. Grayscale: #DFDFDF. Windows color (decimal): -1186655 or 10609901. OLE color: 10609901.

HSL color Cylindrical-coordinate representation of color #EDE4A1: hue angle of 52.89º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDE4A1 is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB237228161-
CMYK00.040.320.07
HSL52.89º67.86%78.04%-
HSV(B)52.89º32.07%92.94%-
XYZ69.176.0644.76-
YUV223.0592.98137.95-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.86%
GREEN value IS 228 (89.45% from 255) = 36.42%
BLUE value IS 161 (63.28% from 255) = 25.72%
R=37.86%
G=36.42%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722816100.040.320.0752.8967.8678.04
HexEDE4A10420735444e
Octal3553442410440765104116
Binary111011011110010010100001010010000011111010110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE4A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE4A1; }

 p { color: rgb(237,228,161); }

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

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

 a { background-color: rgb(237,228,161); }

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

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

 span { border-color: rgb(237,228,161); }

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