#EDE49E

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

Shades of Pale Goldenrod #EDE49E

Tints of Pale Goldenrod #EDE49E

Color information

#EDE49E (or 0xEDE49E) is unknown color: approx Pale Goldenrod. HEX triplet: ED, E4 and 9E. RGB value is (237,228,158). Sum of RGB (Red+Green+Blue) = 237+228+158=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 228 (89.45% from 255 or 36.60% from 623); Blue value is 158 (62.11% from 255 or 25.36% from 623); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE49E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE49E is #121B61. Grayscale: #DEDEDE. Windows color (decimal): -1186658 or 10413293. OLE color: 10413293.

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

Color convert

RGB237228158-
CMYK00.040.330.07
HSL53.16º68.7%77.45%-
HSV(B)53.16º33.33%92.94%-
XYZ68.8475.9643.38-
YUV222.7191.48138.19-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.04%
GREEN value IS 228 (89.45% from 255) = 36.60%
BLUE value IS 158 (62.11% from 255) = 25.36%
R=38.04%
G=36.60%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722815800.040.330.0753.1668.777.45
HexEDE49E0421735454d
Octal3553442360441765105115
Binary111011011110010010011110010010000111111010110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE49E; }

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

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

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

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

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

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

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

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