#EDE6AC

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

Shades of Pale Goldenrod #EDE6AC

Tints of Pale Goldenrod #EDE6AC

Color information

#EDE6AC (or 0xEDE6AC) is unknown color: approx Pale Goldenrod. HEX triplet: ED, E6 and AC. RGB value is (237,230,172). Sum of RGB (Red+Green+Blue) = 237+230+172=639 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.09% from 639); Green value is 230 (90.23% from 255 or 35.99% from 639); Blue value is 172 (67.58% from 255 or 26.92% from 639); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE6AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE6AC is #121953. Grayscale: #E1E1E1. Windows color (decimal): -1186132 or 11331309. OLE color: 11331309.

HSL color Cylindrical-coordinate representation of color #EDE6AC: hue angle of 53.54º 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 #EDE6AC is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB237230172-
CMYK00.030.270.07
HSL53.54º64.36%80.2%-
HSV(B)53.54º27.43%92.94%-
XYZ70.6777.5850.28-
YUV225.4897.82136.22-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.09%
GREEN value IS 230 (90.23% from 255) = 35.99%
BLUE value IS 172 (67.58% from 255) = 26.92%
R=37.09%
G=35.99%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723017200.030.270.0753.5464.3680.2
HexEDE6AC031B7364050
Octal3553462540333766100120
Binary1110110111100110101011000111101111111011010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE6AC; }

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

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

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

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

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

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

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

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