#EDE59F

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

Shades of Pale Goldenrod #EDE59F

Tints of Pale Goldenrod #EDE59F

Color information

#EDE59F (or 0xEDE59F) is unknown color: approx Pale Goldenrod. HEX triplet: ED, E5 and 9F. RGB value is (237,229,159). Sum of RGB (Red+Green+Blue) = 237+229+159=625 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.92% from 625); Green value is 229 (89.84% from 255 or 36.64% from 625); Blue value is 159 (62.5% from 255 or 25.44% from 625); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE59F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE59F is #121A60. Grayscale: #DFDFDF. Windows color (decimal): -1186401 or 10479085. OLE color: 10479085.

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

Color convert

RGB237229159-
CMYK00.030.330.07
HSL53.85º68.42%77.65%-
HSV(B)53.85º32.91%92.94%-
XYZ69.276.5543.93-
YUV223.4191.65137.69-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.92%
GREEN value IS 229 (89.84% from 255) = 36.64%
BLUE value IS 159 (62.5% from 255) = 25.44%
R=37.92%
G=36.64%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722915900.030.330.0753.8568.4277.65
HexEDE59F0321736444e
Octal3553452370341766104116
Binary11101101111001011001111101110000111111011010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE59F; }

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

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

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

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

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

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

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

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