#EADD85

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

Shades of Light Goldenrod #EADD85

Tints of Light Goldenrod #EADD85

Color information

#EADD85 (or 0xEADD85) is unknown color: approx Light Goldenrod. HEX triplet: EA, DD and 85. RGB value is (234,221,133). Sum of RGB (Red+Green+Blue) = 234+221+133=588 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.80% from 588); Green value is 221 (86.72% from 255 or 37.59% from 588); Blue value is 133 (52.34% from 255 or 22.62% from 588); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADD85 is #15227A. Grayscale: #D7D7D7. Windows color (decimal): -1385083 or 8773098. OLE color: 8773098.

HSL color Cylindrical-coordinate representation of color #EADD85: hue angle of 52.28º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EADD85 is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB234221133-
CMYK00.060.430.08
HSL52.28º70.63%71.96%-
HSV(B)52.28º43.16%91.76%-
XYZ64.0270.932.5-
YUV214.8681.81141.66-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.80%
GREEN value IS 221 (86.72% from 255) = 37.59%
BLUE value IS 133 (52.34% from 255) = 22.62%
R=39.80%
G=37.59%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422113300.060.430.0852.2870.6371.96
HexEADD85062B8344748
Octal35233520506531064107110
Binary1110101011011101100001010110101011100011010010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADD85; }

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

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

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

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

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

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

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

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