#EDDE77

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

Shades of Light Goldenrod #EDDE77

Tints of Light Goldenrod #EDDE77

Color information

#EDDE77 (or 0xEDDE77) is unknown color: approx Light Goldenrod. HEX triplet: ED, DE and 77. RGB value is (237,222,119). Sum of RGB (Red+Green+Blue) = 237+222+119=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 222 (87.11% from 255 or 38.41% from 578); Blue value is 119 (46.88% from 255 or 20.59% from 578); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDE77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDE77 is #122188. Grayscale: #D7D7D7. Windows color (decimal): -1188233 or 7855853. OLE color: 7855853.

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

Color convert

RGB237222119-
CMYK00.060.500.07
HSL52.37º76.62%69.8%-
HSV(B)52.37º49.79%92.94%-
XYZ64.3871.5827.88-
YUV214.7473.97143.88-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.00%
GREEN value IS 222 (87.11% from 255) = 38.41%
BLUE value IS 119 (46.88% from 255) = 20.59%
R=41.00%
G=38.41%
B=20.59%

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
Decimal23722211900.060.500.0752.3776.6269.8
HexEDDE7706327344d46
Octal3553361670662764115106
Binary11101101110111101110111011011001011111010010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDE77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDE77; }

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

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

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

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

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

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

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

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