#EDE29E

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

Shades of Pale Goldenrod #EDE29E

Tints of Pale Goldenrod #EDE29E

Color information

#EDE29E (or 0xEDE29E) is unknown color: approx Pale Goldenrod. HEX triplet: ED, E2 and 9E. RGB value is (237,226,158). Sum of RGB (Red+Green+Blue) = 237+226+158=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 226 (88.67% from 255 or 36.39% from 621); Blue value is 158 (62.11% from 255 or 25.44% from 621); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE29E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE29E is #121D61. Grayscale: #DDDDDD. Windows color (decimal): -1187170 or 10412781. OLE color: 10412781.

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

Color convert

RGB237226158-
CMYK00.050.330.07
HSL51.65º68.7%77.45%-
HSV(B)51.65º33.33%92.94%-
XYZ68.2974.8743.2-
YUV221.5492.14139.03-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.16%
GREEN value IS 226 (88.67% from 255) = 36.39%
BLUE value IS 158 (62.11% from 255) = 25.44%
R=38.16%
G=36.39%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722615800.050.330.0751.6568.777.45
HexEDE29E0521734454d
Octal3553422360541764105115
Binary111011011110001010011110010110000111111010010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE29E; }

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

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

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

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

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

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

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

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