#EDDE8A

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

Shades of Light Goldenrod #EDDE8A

Tints of Light Goldenrod #EDDE8A

Color information

#EDDE8A (or 0xEDDE8A) is unknown color: approx Light Goldenrod. HEX triplet: ED, DE and 8A. RGB value is (237,222,138). Sum of RGB (Red+Green+Blue) = 237+222+138=597 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.70% from 597); Green value is 222 (87.11% from 255 or 37.19% from 597); Blue value is 138 (54.30% from 255 or 23.12% from 597); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDE8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDE8A is #122175. Grayscale: #D9D9D9. Windows color (decimal): -1188214 or 9101037. OLE color: 9101037.

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

Color convert

RGB237222138-
CMYK00.060.420.07
HSL50.91º73.33%73.53%-
HSV(B)50.91º41.77%92.94%-
XYZ65.6372.0834.5-
YUV216.9183.47142.33-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.70%
GREEN value IS 222 (87.11% from 255) = 37.19%
BLUE value IS 138 (54.30% from 255) = 23.12%
R=39.70%
G=37.19%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722213800.060.420.0750.9173.3373.53
HexEDDE8A062A733494a
Octal3553362120652763111112
Binary111011011101111010001010011010101011111001110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDE8A; }

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

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

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

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

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

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

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

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