#E1DD75

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

Shades of Goldenrod #E1DD75

Tints of Goldenrod #E1DD75

Color information

#E1DD75 (or 0xE1DD75) is unknown color: approx Goldenrod. HEX triplet: E1, DD and 75. RGB value is (225,221,117). Sum of RGB (Red+Green+Blue) = 225+221+117=563 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.96% from 563); Green value is 221 (86.72% from 255 or 39.25% from 563); Blue value is 117 (46.09% from 255 or 20.78% from 563); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DD75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DD75 is #1E228A. Grayscale: #D2D2D2. Windows color (decimal): -1974923 or 7724513. OLE color: 7724513.

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

Color convert

RGB225221117-
CMYK00.020.480.12
HSL57.78º64.29%67.06%-
HSV(B)57.78º48%88.24%-
XYZ60.126926.98-
YUV210.3475.33138.46-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.96%
GREEN value IS 221 (86.72% from 255) = 39.25%
BLUE value IS 117 (46.09% from 255) = 20.78%
R=39.96%
G=39.25%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522111700.020.480.1257.7864.2967.06
HexE1DD750230C3a4043
Octal34133516502601472100103
Binary11100001110111011110101010110000110011101010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DD75; }

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

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

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

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

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

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

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

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