#E5DA7E

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

Shades of Light Goldenrod #E5DA7E

Tints of Light Goldenrod #E5DA7E

Color information

#E5DA7E (or 0xE5DA7E) is unknown color: approx Light Goldenrod. HEX triplet: E5, DA and 7E. RGB value is (229,218,126). Sum of RGB (Red+Green+Blue) = 229+218+126=573 (75% of max value = 765). Red value is 229 (89.84% from 255 or 39.97% from 573); Green value is 218 (85.55% from 255 or 38.05% from 573); Blue value is 126 (49.61% from 255 or 21.99% from 573); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5DA7E is #1A2581. Grayscale: #D3D3D3. Windows color (decimal): -1713538 or 8313573. OLE color: 8313573.

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

Color convert

RGB229218126-
CMYK00.050.450.10
HSL53.59º66.45%69.61%-
HSV(B)53.59º44.98%89.8%-
XYZ61.1568.3129.7-
YUV210.880.14140.98-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.97%
GREEN value IS 218 (85.55% from 255) = 38.05%
BLUE value IS 126 (49.61% from 255) = 21.99%
R=39.97%
G=38.05%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22921812600.050.450.1053.5966.4569.61
HexE5DA7E052DA364246
Octal34533217605551266102106
Binary111001011101101011111100101101101101011011010000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DA7E; }

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

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

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

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

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

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

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

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