#E1DD65

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

Shades of Goldenrod #E1DD65

Tints of Goldenrod #E1DD65

Color information

#E1DD65 (or 0xE1DD65) is unknown color: approx Goldenrod. HEX triplet: E1, DD and 65. RGB value is (225,221,101). Sum of RGB (Red+Green+Blue) = 225+221+101=547 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.13% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 101 (39.84% from 255 or 18.46% from 547); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DD65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DD65 is #1E229A. Grayscale: #D1D1D1. Windows color (decimal): -1974939 or 6675937. OLE color: 6675937.

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

Color convert

RGB225221101-
CMYK00.020.550.12
HSL58.06º67.39%63.92%-
HSV(B)58.06º55.11%88.24%-
XYZ59.2668.6622.44-
YUV208.5267.33139.76-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.13%
GREEN value IS 221 (86.72% from 255) = 40.40%
BLUE value IS 101 (39.84% from 255) = 18.46%
R=41.13%
G=40.40%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522110100.020.550.1258.0667.3963.92
HexE1DD650237C3a4340
Octal34133514502671472103100
Binary11100001110111011100101010110111110011101010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DD65; }

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

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

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

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

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

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

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

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