#EADD84

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

Shades of Light Goldenrod #EADD84

Tints of Light Goldenrod #EADD84

Color information

#EADD84 (or 0xEADD84) is unknown color: approx Light Goldenrod. HEX triplet: EA, DD and 84. RGB value is (234,221,132). Sum of RGB (Red+Green+Blue) = 234+221+132=587 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.86% from 587); Green value is 221 (86.72% from 255 or 37.65% from 587); Blue value is 132 (51.95% from 255 or 22.49% from 587); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADD84 is #15227B. Grayscale: #D7D7D7. Windows color (decimal): -1385084 or 8707562. OLE color: 8707562.

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

Color convert

RGB234221132-
CMYK00.060.440.08
HSL52.35º70.83%71.76%-
HSV(B)52.35º43.59%91.76%-
XYZ63.9570.8732.14-
YUV214.7481.31141.74-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.86%
GREEN value IS 221 (86.72% from 255) = 37.65%
BLUE value IS 132 (51.95% from 255) = 22.49%
R=39.86%
G=37.65%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422113200.060.440.0852.3570.8371.76
HexEADD84062C8344748
Octal35233520406541064107110
Binary1110101011011101100001000110101100100011010010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADD84; }

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

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

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

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

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

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

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

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