#E5DA85

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

Shades of Light Goldenrod #E5DA85

Tints of Light Goldenrod #E5DA85

Color information

#E5DA85 (or 0xE5DA85) is unknown color: approx Light Goldenrod. HEX triplet: E5, DA and 85. RGB value is (229,218,133). Sum of RGB (Red+Green+Blue) = 229+218+133=580 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.48% from 580); Green value is 218 (85.55% from 255 or 37.59% from 580); Blue value is 133 (52.34% from 255 or 22.93% from 580); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DA85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5DA85 is #1A257A. Grayscale: #D3D3D3. Windows color (decimal): -1713531 or 8772325. OLE color: 8772325.

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

Color convert

RGB229218133-
CMYK00.050.420.10
HSL53.12º64.86%70.98%-
HSV(B)53.12º41.92%89.8%-
XYZ61.6268.4932.16-
YUV211.683.64140.41-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.48%
GREEN value IS 218 (85.55% from 255) = 37.59%
BLUE value IS 133 (52.34% from 255) = 22.93%
R=39.48%
G=37.59%
B=22.93%

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
Decimal22921813300.050.420.1053.1264.8670.98
HexE5DA85052AA354147
Octal34533220505521265101107
Binary1110010111011010100001010101101010101011010110000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DA85; }

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

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

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

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

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

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

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

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