#EDE3AC

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

Shades of Pale Goldenrod #EDE3AC

Tints of Pale Goldenrod #EDE3AC

Color information

#EDE3AC (or 0xEDE3AC) is unknown color: approx Pale Goldenrod. HEX triplet: ED, E3 and AC. RGB value is (237,227,172). Sum of RGB (Red+Green+Blue) = 237+227+172=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 227 (89.06% from 255 or 35.69% from 636); Blue value is 172 (67.58% from 255 or 27.04% from 636); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE3AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE3AC is #121C53. Grayscale: #DFDFDF. Windows color (decimal): -1186900 or 11330541. OLE color: 11330541.

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

Color convert

RGB237227172-
CMYK00.040.270.07
HSL50.77º64.36%80.2%-
HSV(B)50.77º27.43%92.94%-
XYZ69.8475.9250-
YUV223.7298.81137.47-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.26%
GREEN value IS 227 (89.06% from 255) = 35.69%
BLUE value IS 172 (67.58% from 255) = 27.04%
R=37.26%
G=35.69%
B=27.04%

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
Decimal23722717200.040.270.0750.7764.3680.2
HexEDE3AC041B7334050
Octal3553432540433763100120
Binary11101101111000111010110001001101111111001110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE3AC; }

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

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

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

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

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

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

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

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