#E1DF6D

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

Shades of Goldenrod #E1DF6D

Tints of Goldenrod #E1DF6D

Color information

#E1DF6D (or 0xE1DF6D) is unknown color: approx Goldenrod. HEX triplet: E1, DF and 6D. RGB value is (225,223,109). Sum of RGB (Red+Green+Blue) = 225+223+109=557 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.39% from 557); Green value is 223 (87.5% from 255 or 40.04% from 557); Blue value is 109 (42.97% from 255 or 19.57% from 557); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DF6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DF6D is #1E2092. Grayscale: #D3D3D3. Windows color (decimal): -1974419 or 7200737. OLE color: 7200737.

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

Color convert

RGB225223109-
CMYK00.010.520.12
HSL58.97º65.91%65.49%-
HSV(B)58.97º51.56%88.24%-
XYZ60.269.8924.78-
YUV210.670.66138.27-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.39%
GREEN value IS 223 (87.5% from 255) = 40.04%
BLUE value IS 109 (42.97% from 255) = 19.57%
R=40.39%
G=40.04%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522310900.010.520.1258.9765.9165.49
HexE1DF6D0134C3b4241
Octal34133715501641473102101
Binary1110000111011111110110101110100110011101110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DF6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DF6D; }

 p { color: rgb(225,223,109); }

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

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

 a { background-color: rgb(225,223,109); }

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

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

 span { border-color: rgb(225,223,109); }

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