#E1DD6D

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

Shades of Goldenrod #E1DD6D

Tints of Goldenrod #E1DD6D

Color information

#E1DD6D (or 0xE1DD6D) is unknown color: approx Goldenrod. HEX triplet: E1, DD and 6D. RGB value is (225,221,109). Sum of RGB (Red+Green+Blue) = 225+221+109=555 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.54% from 555); Green value is 221 (86.72% from 255 or 39.82% from 555); Blue value is 109 (42.97% from 255 or 19.64% from 555); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DD6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DD6D is #1E2292. Grayscale: #D1D1D1. Windows color (decimal): -1974931 or 7200225. OLE color: 7200225.

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

Color convert

RGB225221109-
CMYK00.020.520.12
HSL57.93º65.91%65.49%-
HSV(B)57.93º51.56%88.24%-
XYZ59.6768.8224.61-
YUV209.4371.33139.11-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.54%
GREEN value IS 221 (86.72% from 255) = 39.82%
BLUE value IS 109 (42.97% from 255) = 19.64%
R=40.54%
G=39.82%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522110900.020.520.1257.9365.9165.49
HexE1DD6D0234C3a4241
Octal34133515502641472102101
Binary11100001110111011101101010110100110011101010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DD6D; }

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

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

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

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

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

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

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

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