#E5DA82

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

Shades of Light Goldenrod #E5DA82

Tints of Light Goldenrod #E5DA82

Color information

#E5DA82 (or 0xE5DA82) is unknown color: approx Light Goldenrod. HEX triplet: E5, DA and 82. RGB value is (229,218,130). Sum of RGB (Red+Green+Blue) = 229+218+130=577 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.69% from 577); Green value is 218 (85.55% from 255 or 37.78% from 577); Blue value is 130 (51.17% from 255 or 22.53% from 577); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DA82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5DA82 is #1A257D. Grayscale: #D3D3D3. Windows color (decimal): -1713534 or 8575717. OLE color: 8575717.

HSL color Cylindrical-coordinate representation of color #E5DA82: hue angle of 53.33º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E5DA82 is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB229218130-
CMYK00.050.430.10
HSL53.33º65.56%70.39%-
HSV(B)53.33º43.23%89.8%-
XYZ61.4168.4131.09-
YUV211.2682.14140.66-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.69%
GREEN value IS 218 (85.55% from 255) = 37.78%
BLUE value IS 130 (51.17% from 255) = 22.53%
R=39.69%
G=37.78%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.43
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22921813000.050.430.1053.3365.5670.39
HexE5DA82052BA354246
Octal34533220205531265102106
Binary1110010111011010100000100101101011101011010110000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DA82; }

 p { color: rgb(229,218,130); }

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

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

 a { background-color: rgb(229,218,130); }

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

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

 span { border-color: rgb(229,218,130); }

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