#EDE4AC

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

Shades of Pale Goldenrod #EDE4AC

Tints of Pale Goldenrod #EDE4AC

Color information

#EDE4AC (or 0xEDE4AC) is unknown color: approx Pale Goldenrod. HEX triplet: ED, E4 and AC. RGB value is (237,228,172). Sum of RGB (Red+Green+Blue) = 237+228+172=637 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.21% from 637); Green value is 228 (89.45% from 255 or 35.79% from 637); Blue value is 172 (67.58% from 255 or 27.00% from 637); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE4AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE4AC is #121B53. Grayscale: #E0E0E0. Windows color (decimal): -1186644 or 11330797. OLE color: 11330797.

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

Color convert

RGB237228172-
CMYK00.040.270.07
HSL51.69º64.36%80.2%-
HSV(B)51.69º27.43%92.94%-
XYZ70.1176.4750.09-
YUV224.3198.48137.05-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.21%
GREEN value IS 228 (89.45% from 255) = 35.79%
BLUE value IS 172 (67.58% from 255) = 27.00%
R=37.21%
G=35.79%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722817200.040.270.0751.6964.3680.2
HexEDE4AC041B7344050
Octal3553442540433764100120
Binary11101101111001001010110001001101111111010010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE4AC; }

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

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

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

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

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

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

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

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