#EDDD7F

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

Shades of Light Goldenrod #EDDD7F

Tints of Light Goldenrod #EDDD7F

Color information

#EDDD7F (or 0xEDDD7F) is unknown color: approx Light Goldenrod. HEX triplet: ED, DD and 7F. RGB value is (237,221,127). Sum of RGB (Red+Green+Blue) = 237+221+127=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 221 (86.72% from 255 or 37.78% from 585); Blue value is 127 (50% from 255 or 21.71% from 585); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDD7F is #122280. Grayscale: #D7D7D7. Windows color (decimal): -1188481 or 8379885. OLE color: 8379885.

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

Color convert

RGB237221127-
CMYK00.070.460.07
HSL51.27º75.34%71.37%-
HSV(B)51.27º46.41%92.94%-
XYZ64.6171.2530.43-
YUV215.0778.3143.64-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.51%
GREEN value IS 221 (86.72% from 255) = 37.78%
BLUE value IS 127 (50% from 255) = 21.71%
R=40.51%
G=37.78%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722112700.070.460.0751.2775.3471.37
HexEDDD7F072E7334b47
Octal3553351770756763113107
Binary11101101110111011111111011110111011111001110010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDD7F; }

 p { color: rgb(237,221,127); }

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

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

 a { background-color: rgb(237,221,127); }

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

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

 span { border-color: rgb(237,221,127); }

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