#EDDD85

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

Shades of Light Goldenrod #EDDD85

Tints of Light Goldenrod #EDDD85

Color information

#EDDD85 (or 0xEDDD85) is unknown color: approx Light Goldenrod. HEX triplet: ED, DD and 85. RGB value is (237,221,133). Sum of RGB (Red+Green+Blue) = 237+221+133=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 133 (52.34% from 255 or 22.50% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDD85 is #12227A. Grayscale: #D8D8D8. Windows color (decimal): -1188475 or 8773101. OLE color: 8773101.

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

Color convert

RGB237221133-
CMYK00.070.440.07
HSL50.77º74.29%72.55%-
HSV(B)50.77º43.88%92.94%-
XYZ65.0271.4132.55-
YUV215.7581.3143.16-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.10%
GREEN value IS 221 (86.72% from 255) = 37.39%
BLUE value IS 133 (52.34% from 255) = 22.50%
R=40.10%
G=37.39%
B=22.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722113300.070.440.0750.7774.2972.55
HexEDDD85072C7334a49
Octal3553352050754763112111
Binary111011011101110110000101011110110011111001110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDD85; }

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

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

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

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

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

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

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

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