#e1dc69

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

Shades of Goldenrod #E1DC69

Tints of Goldenrod #E1DC69

Color information

#E1DC69 (or 0xE1DC69) is unknown color: approx Goldenrod. HEX triplet: E1, DC and 69. RGB value is (225,220,105). Sum of RGB (Red+Green+Blue) = 225+220+105=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 220 (86.33% from 255 or 40% from 550); Blue value is 105 (41.41% from 255 or 19.09% from 550); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DC69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DC69 is #1E2396. Grayscale: #D0D0D0. Windows color (decimal): -1975191 or 6937825. OLE color: 6937825.

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

Color convert

RGB225220105-
CMYK00.020.530.12
HSL57.5º66.67%64.71%-
HSV(B)57.5º53.33%88.24%-
XYZ59.1968.2123.41-
YUV208.3869.66139.85-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.91%
GREEN value IS 220 (86.33% from 255) = 40%
BLUE value IS 105 (41.41% from 255) = 19.09%
R=40.91%
G=40%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522010500.020.530.1257.566.6764.71
HexE1DC690235C3a4341
Octal34133415102651472103101
Binary11100001110111001101001010110101110011101010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e1dc69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e1dc69; }

 p { color: rgb(225,220,105); }

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

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

 a { background-color: rgb(225,220,105); }

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

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

 span { border-color: rgb(225,220,105); }

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