#EDDE8B

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

Shades of Light Goldenrod #EDDE8B

Tints of Light Goldenrod #EDDE8B

Color information

#EDDE8B (or 0xEDDE8B) is unknown color: approx Light Goldenrod. HEX triplet: ED, DE and 8B. RGB value is (237,222,139). Sum of RGB (Red+Green+Blue) = 237+222+139=598 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.63% from 598); Green value is 222 (87.11% from 255 or 37.12% from 598); Blue value is 139 (54.69% from 255 or 23.24% from 598); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDE8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDE8B is #122174. Grayscale: #D9D9D9. Windows color (decimal): -1188213 or 9166573. OLE color: 9166573.

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

Color convert

RGB237222139-
CMYK00.060.410.07
HSL50.82º73.13%73.73%-
HSV(B)50.82º41.35%92.94%-
XYZ65.7172.1134.88-
YUV217.0283.97142.25-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.63%
GREEN value IS 222 (87.11% from 255) = 37.12%
BLUE value IS 139 (54.69% from 255) = 23.24%
R=39.63%
G=37.12%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722213900.060.410.0750.8273.1373.73
HexEDDE8B0629733494a
Octal3553362130651763111112
Binary111011011101111010001011011010100111111001110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDE8B; }

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

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

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

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

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

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

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

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