#E1DD7C

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

Shades of Goldenrod #E1DD7C

Tints of Goldenrod #E1DD7C

Color information

#E1DD7C (or 0xE1DD7C) is unknown color: approx Goldenrod. HEX triplet: E1, DD and 7C. RGB value is (225,221,124). Sum of RGB (Red+Green+Blue) = 225+221+124=570 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.47% from 570); Green value is 221 (86.72% from 255 or 38.77% from 570); Blue value is 124 (48.83% from 255 or 21.75% from 570); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DD7C is #1E2283. Grayscale: #D3D3D3. Windows color (decimal): -1974916 or 8183265. OLE color: 8183265.

HSL color Cylindrical-coordinate representation of color #E1DD7C: hue angle of 57.62º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E1DD7C is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB225221124-
CMYK00.020.450.12
HSL57.62º62.73%68.43%-
HSV(B)57.62º44.89%88.24%-
XYZ60.5569.1829.23-
YUV211.1478.83137.89-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.47%
GREEN value IS 221 (86.72% from 255) = 38.77%
BLUE value IS 124 (48.83% from 255) = 21.75%
R=39.47%
G=38.77%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522112400.020.450.1257.6262.7368.43
HexE1DD7C022DC3a3f44
Octal3413351740255147277104
Binary1110000111011101111110001010110111001110101111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DD7C; }

 p { color: rgb(225,221,124); }

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

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

 a { background-color: rgb(225,221,124); }

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

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

 span { border-color: rgb(225,221,124); }

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