#EDE3AD

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

Shades of Pale Goldenrod #EDE3AD

Tints of Pale Goldenrod #EDE3AD

Color information

#EDE3AD (or 0xEDE3AD) is unknown color: approx Pale Goldenrod. HEX triplet: ED, E3 and AD. RGB value is (237,227,173). Sum of RGB (Red+Green+Blue) = 237+227+173=637 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.21% from 637); Green value is 227 (89.06% from 255 or 35.64% from 637); Blue value is 173 (67.97% from 255 or 27.16% from 637); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE3AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE3AD is #121C52. Grayscale: #E0E0E0. Windows color (decimal): -1186899 or 11396077. OLE color: 11396077.

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

Color convert

RGB237227173-
CMYK00.040.270.07
HSL50.62º64%80.39%-
HSV(B)50.62º27%92.94%-
XYZ69.9475.9650.51-
YUV223.8399.31137.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.21%
GREEN value IS 227 (89.06% from 255) = 35.64%
BLUE value IS 173 (67.97% from 255) = 27.16%
R=37.21%
G=35.64%
B=27.16%

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
Decimal23722717300.040.270.0750.626480.39
HexEDE3AD041B7334050
Octal3553432550433763100120
Binary11101101111000111010110101001101111111001110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE3AD; }

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

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

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

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

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

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

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

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