#EDDD8D

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

Shades of Light Goldenrod #EDDD8D

Tints of Light Goldenrod #EDDD8D

Color information

#EDDD8D (or 0xEDDD8D) is unknown color: approx Light Goldenrod. HEX triplet: ED, DD and 8D. RGB value is (237,221,141). Sum of RGB (Red+Green+Blue) = 237+221+141=599 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.57% from 599); Green value is 221 (86.72% from 255 or 36.89% from 599); Blue value is 141 (55.47% from 255 or 23.54% from 599); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDD8D is #122272. Grayscale: #D8D8D8. Windows color (decimal): -1188467 or 9297389. OLE color: 9297389.

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

Color convert

RGB237221141-
CMYK00.070.410.07
HSL50º72.73%74.12%-
HSV(B)50º40.51%92.94%-
XYZ65.5971.6435.57-
YUV216.6685.3142.5-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.57%
GREEN value IS 221 (86.72% from 255) = 36.89%
BLUE value IS 141 (55.47% from 255) = 23.54%
R=39.57%
G=36.89%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722114100.070.410.075072.7374.12
HexEDDD8D0729732494a
Octal3553352150751762111112
Binary111011011101110110001101011110100111111001010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDD8D; }

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

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

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

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

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

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

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

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