#E1DE6E

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

Shades of Goldenrod #E1DE6E

Tints of Goldenrod #E1DE6E

Color information

#E1DE6E (or 0xE1DE6E) is unknown color: approx Goldenrod. HEX triplet: E1, DE and 6E. RGB value is (225,222,110). Sum of RGB (Red+Green+Blue) = 225+222+110=557 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.39% from 557); Green value is 222 (87.11% from 255 or 39.86% from 557); Blue value is 110 (43.36% from 255 or 19.75% from 557); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DE6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DE6E is #1E2191. Grayscale: #D2D2D2. Windows color (decimal): -1974674 or 7266017. OLE color: 7266017.

HSL color Cylindrical-coordinate representation of color #E1DE6E: hue angle of 58.43º 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 #E1DE6E is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB225222110-
CMYK00.010.510.12
HSL58.43º65.71%65.69%-
HSV(B)58.43º51.11%88.24%-
XYZ59.9969.3824.98-
YUV210.1371.49138.61-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.39%
GREEN value IS 222 (87.11% from 255) = 39.86%
BLUE value IS 110 (43.36% from 255) = 19.75%
R=40.39%
G=39.86%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522211000.010.510.1258.4365.7165.69
HexE1DE6E0133C3a4242
Octal34133615601631472102102
Binary1110000111011110110111001110011110011101010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DE6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DE6E; }

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

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

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

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

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

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

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

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