#EDDE7E

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

Shades of Light Goldenrod #EDDE7E

Tints of Light Goldenrod #EDDE7E

Color information

#EDDE7E (or 0xEDDE7E) is unknown color: approx Light Goldenrod. HEX triplet: ED, DE and 7E. RGB value is (237,222,126). Sum of RGB (Red+Green+Blue) = 237+222+126=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 222 (87.11% from 255 or 37.95% from 585); Blue value is 126 (49.61% from 255 or 21.54% from 585); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDE7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDE7E is #122181. Grayscale: #D7D7D7. Windows color (decimal): -1188226 or 8314605. OLE color: 8314605.

HSL color Cylindrical-coordinate representation of color #EDDE7E: hue angle of 51.89º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EDDE7E is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB237222126-
CMYK00.060.470.07
HSL51.89º75.51%71.18%-
HSV(B)51.89º46.84%92.94%-
XYZ64.8171.7530.17-
YUV215.5477.47143.31-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.51%
GREEN value IS 222 (87.11% from 255) = 37.95%
BLUE value IS 126 (49.61% from 255) = 21.54%
R=40.51%
G=37.95%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722212600.060.470.0751.8975.5171.18
HexEDDE7E062F7344c47
Octal3553361760657764114107
Binary11101101110111101111110011010111111111010010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDE7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDE7E; }

 p { color: rgb(237,222,126); }

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

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

 a { background-color: rgb(237,222,126); }

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

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

 span { border-color: rgb(237,222,126); }

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