#EDDD83

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

Shades of Light Goldenrod #EDDD83

Tints of Light Goldenrod #EDDD83

Color information

#EDDD83 (or 0xEDDD83) is unknown color: approx Light Goldenrod. HEX triplet: ED, DD and 83. RGB value is (237,221,131). Sum of RGB (Red+Green+Blue) = 237+221+131=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 221 (86.72% from 255 or 37.52% from 589); Blue value is 131 (51.56% from 255 or 22.24% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDD83 is #12227C. Grayscale: #D7D7D7. Windows color (decimal): -1188477 or 8642029. OLE color: 8642029.

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

Color convert

RGB237221131-
CMYK00.070.450.07
HSL50.94º74.65%72.16%-
HSV(B)50.94º44.73%92.94%-
XYZ64.8871.3631.83-
YUV215.5280.3143.32-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.24%
GREEN value IS 221 (86.72% from 255) = 37.52%
BLUE value IS 131 (51.56% from 255) = 22.24%
R=40.24%
G=37.52%
B=22.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722113100.070.450.0750.9474.6572.16
HexEDDD83072D7334b48
Octal3553352030755763113110
Binary111011011101110110000011011110110111111001110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDD83; }

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

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

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

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

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

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

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

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