#E1DB6E

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

Shades of Goldenrod #E1DB6E

Tints of Goldenrod #E1DB6E

Color information

#E1DB6E (or 0xE1DB6E) is unknown color: approx Goldenrod. HEX triplet: E1, DB and 6E. RGB value is (225,219,110). Sum of RGB (Red+Green+Blue) = 225+219+110=554 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.61% from 554); Green value is 219 (85.94% from 255 or 39.53% from 554); Blue value is 110 (43.36% from 255 or 19.86% from 554); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DB6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DB6E is #1E2491. Grayscale: #D0D0D0. Windows color (decimal): -1975442 or 7265249. OLE color: 7265249.

HSL color Cylindrical-coordinate representation of color #E1DB6E: hue angle of 56.87º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E1DB6E is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB225219110-
CMYK00.030.510.12
HSL56.87º65.71%65.69%-
HSV(B)56.87º51.11%88.24%-
XYZ59.267.824.72-
YUV208.3772.49139.86-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.61%
GREEN value IS 219 (85.94% from 255) = 39.53%
BLUE value IS 110 (43.36% from 255) = 19.86%
R=40.61%
G=39.53%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521911000.030.510.1256.8765.7165.69
HexE1DB6E0333C394242
Octal34133315603631471102102
Binary11100001110110111101110011110011110011100110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DB6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DB6E; }

 p { color: rgb(225,219,110); }

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

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

 a { background-color: rgb(225,219,110); }

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

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

 span { border-color: rgb(225,219,110); }

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