#EDE6AD

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

Shades of Pale Goldenrod #EDE6AD

Tints of Pale Goldenrod #EDE6AD

Color information

#EDE6AD (or 0xEDE6AD) is unknown color: approx Pale Goldenrod. HEX triplet: ED, E6 and AD. RGB value is (237,230,173). Sum of RGB (Red+Green+Blue) = 237+230+173=640 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.03% from 640); Green value is 230 (90.23% from 255 or 35.94% from 640); Blue value is 173 (67.97% from 255 or 27.03% from 640); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE6AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE6AD is #121952. Grayscale: #E1E1E1. Windows color (decimal): -1186131 or 11396845. OLE color: 11396845.

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

Color convert

RGB237230173-
CMYK00.030.270.07
HSL53.44º64%80.39%-
HSV(B)53.44º27%92.94%-
XYZ70.7677.6250.79-
YUV225.698.32136.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.03%
GREEN value IS 230 (90.23% from 255) = 35.94%
BLUE value IS 173 (67.97% from 255) = 27.03%
R=37.03%
G=35.94%
B=27.03%

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
Decimal23723017300.030.270.0753.446480.39
HexEDE6AD031B7354050
Octal3553462550333765100120
Binary1110110111100110101011010111101111111010110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE6AD; }

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

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

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

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

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

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

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

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