#EDE29F

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

Shades of Pale Goldenrod #EDE29F

Tints of Pale Goldenrod #EDE29F

Color information

#EDE29F (or 0xEDE29F) is unknown color: approx Pale Goldenrod. HEX triplet: ED, E2 and 9F. RGB value is (237,226,159). Sum of RGB (Red+Green+Blue) = 237+226+159=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 226 (88.67% from 255 or 36.33% from 622); Blue value is 159 (62.5% from 255 or 25.56% from 622); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE29F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE29F is #121D60. Grayscale: #DDDDDD. Windows color (decimal): -1187169 or 10478317. OLE color: 10478317.

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

Color convert

RGB237226159-
CMYK00.050.330.07
HSL51.54º68.42%77.65%-
HSV(B)51.54º32.91%92.94%-
XYZ68.3874.943.65-
YUV221.6592.64138.95-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.10%
GREEN value IS 226 (88.67% from 255) = 36.33%
BLUE value IS 159 (62.5% from 255) = 25.56%
R=38.10%
G=36.33%
B=25.56%

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
Decimal23722615900.050.330.0751.5468.4277.65
HexEDE29F0521734444e
Octal3553422370541764104116
Binary111011011110001010011111010110000111111010010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE29F; }

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

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

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

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

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

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

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

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