#EADE85

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

Shades of Light Goldenrod #EADE85

Tints of Light Goldenrod #EADE85

Color information

#EADE85 (or 0xEADE85) is unknown color: approx Light Goldenrod. HEX triplet: EA, DE and 85. RGB value is (234,222,133). Sum of RGB (Red+Green+Blue) = 234+222+133=589 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.73% from 589); Green value is 222 (87.11% from 255 or 37.69% from 589); Blue value is 133 (52.34% from 255 or 22.58% from 589); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADE85 is #15217A. Grayscale: #D7D7D7. Windows color (decimal): -1384827 or 8773354. OLE color: 8773354.

HSL color Cylindrical-coordinate representation of color #EADE85: hue angle of 52.87º 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 #EADE85 is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB234222133-
CMYK00.050.430.08
HSL52.87º70.63%71.96%-
HSV(B)52.87º43.16%91.76%-
XYZ64.2971.4332.59-
YUV215.4481.48141.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.73%
GREEN value IS 222 (87.11% from 255) = 37.69%
BLUE value IS 133 (52.34% from 255) = 22.58%
R=39.73%
G=37.69%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422213300.050.430.0852.8770.6371.96
HexEADE85052B8354748
Octal35233620505531065107110
Binary1110101011011110100001010101101011100011010110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADE85; }

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

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

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

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

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

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

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

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