#EDDE85

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

Shades of Light Goldenrod #EDDE85

Tints of Light Goldenrod #EDDE85

Color information

#EDDE85 (or 0xEDDE85) is unknown color: approx Light Goldenrod. HEX triplet: ED, DE and 85. RGB value is (237,222,133). Sum of RGB (Red+Green+Blue) = 237+222+133=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 222 (87.11% from 255 or 37.5% from 592); Blue value is 133 (52.34% from 255 or 22.47% from 592); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDE85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDE85 is #12217A. Grayscale: #D8D8D8. Windows color (decimal): -1188219 or 8773357. OLE color: 8773357.

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

Color convert

RGB237222133-
CMYK00.060.440.07
HSL51.35º74.29%72.55%-
HSV(B)51.35º43.88%92.94%-
XYZ65.2871.9432.64-
YUV216.3480.97142.74-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.03%
GREEN value IS 222 (87.11% from 255) = 37.5%
BLUE value IS 133 (52.34% from 255) = 22.47%
R=40.03%
G=37.5%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722213300.060.440.0751.3574.2972.55
HexEDDE85062C7334a49
Octal3553362050654763112111
Binary111011011101111010000101011010110011111001110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDE85; }

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

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

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

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

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

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

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

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