#EDE59E

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

Shades of Pale Goldenrod #EDE59E

Tints of Pale Goldenrod #EDE59E

Color information

#EDE59E (or 0xEDE59E) is unknown color: approx Pale Goldenrod. HEX triplet: ED, E5 and 9E. RGB value is (237,229,158). Sum of RGB (Red+Green+Blue) = 237+229+158=624 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.98% from 624); Green value is 229 (89.84% from 255 or 36.70% from 624); Blue value is 158 (62.11% from 255 or 25.32% from 624); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE59E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE59E is #121A61. Grayscale: #DFDFDF. Windows color (decimal): -1186402 or 10413549. OLE color: 10413549.

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

Color convert

RGB237229158-
CMYK00.030.330.07
HSL53.92º68.7%77.45%-
HSV(B)53.92º33.33%92.94%-
XYZ69.1276.5143.47-
YUV223.391.15137.77-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.98%
GREEN value IS 229 (89.84% from 255) = 36.70%
BLUE value IS 158 (62.11% from 255) = 25.32%
R=37.98%
G=36.70%
B=25.32%

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
Decimal23722915800.030.330.0753.9268.777.45
HexEDE59E0321736454d
Octal3553452360341766105115
Binary11101101111001011001111001110000111111011010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE59E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE59E; }

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

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

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

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

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

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

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

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