#EDDE76

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

Shades of Light Goldenrod #EDDE76

Tints of Light Goldenrod #EDDE76

Color information

#EDDE76 (or 0xEDDE76) is unknown color: approx Light Goldenrod. HEX triplet: ED, DE and 76. RGB value is (237,222,118). Sum of RGB (Red+Green+Blue) = 237+222+118=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 222 (87.11% from 255 or 38.47% from 577); Blue value is 118 (46.48% from 255 or 20.45% from 577); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDE76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDE76 is #122189. Grayscale: #D7D7D7. Windows color (decimal): -1188234 or 7790317. OLE color: 7790317.

HSL color Cylindrical-coordinate representation of color #EDDE76: hue angle of 52.44º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDDE76 is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB237222118-
CMYK00.060.500.07
HSL52.44º76.77%69.61%-
HSV(B)52.44º50.21%92.94%-
XYZ64.3271.5627.56-
YUV214.6373.47143.96-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.07%
GREEN value IS 222 (87.11% from 255) = 38.47%
BLUE value IS 118 (46.48% from 255) = 20.45%
R=41.07%
G=38.47%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722211800.060.500.0752.4476.7769.61
HexEDDE7606327344d46
Octal3553361660662764115106
Binary11101101110111101110110011011001011111010010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDE76; }

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

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

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

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

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

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

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

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