#E5DA84

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

Shades of Light Goldenrod #E5DA84

Tints of Light Goldenrod #E5DA84

Color information

#E5DA84 (or 0xE5DA84) is unknown color: approx Light Goldenrod. HEX triplet: E5, DA and 84. RGB value is (229,218,132). Sum of RGB (Red+Green+Blue) = 229+218+132=579 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.55% from 579); Green value is 218 (85.55% from 255 or 37.65% from 579); Blue value is 132 (51.95% from 255 or 22.80% from 579); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DA84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5DA84 is #1A257B. Grayscale: #D3D3D3. Windows color (decimal): -1713532 or 8706789. OLE color: 8706789.

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

Color convert

RGB229218132-
CMYK00.050.420.10
HSL53.2º65.1%70.78%-
HSV(B)53.2º42.36%89.8%-
XYZ61.5568.4731.8-
YUV211.4883.14140.49-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.55%
GREEN value IS 218 (85.55% from 255) = 37.65%
BLUE value IS 132 (51.95% from 255) = 22.80%
R=39.55%
G=37.65%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.42
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22921813200.050.420.1053.265.170.78
HexE5DA84052AA354147
Octal34533220405521265101107
Binary1110010111011010100001000101101010101011010110000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DA84; }

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

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

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

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

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

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

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

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