#E1DE75

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

Shades of Goldenrod #E1DE75

Tints of Goldenrod #E1DE75

Color information

#E1DE75 (or 0xE1DE75) is unknown color: approx Goldenrod. HEX triplet: E1, DE and 75. RGB value is (225,222,117). Sum of RGB (Red+Green+Blue) = 225+222+117=564 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.89% from 564); Green value is 222 (87.11% from 255 or 39.36% from 564); Blue value is 117 (46.09% from 255 or 20.74% from 564); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DE75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DE75 is #1E218A. Grayscale: #D3D3D3. Windows color (decimal): -1974667 or 7724769. OLE color: 7724769.

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

Color convert

RGB225222117-
CMYK00.010.480.12
HSL58.33º64.29%67.06%-
HSV(B)58.33º48%88.24%-
XYZ60.3869.5327.07-
YUV210.9374.99138.04-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.89%
GREEN value IS 222 (87.11% from 255) = 39.36%
BLUE value IS 117 (46.09% from 255) = 20.74%
R=39.89%
G=39.36%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522211700.010.480.1258.3364.2967.06
HexE1DE750130C3a4043
Octal34133616501601472100103
Binary1110000111011110111010101110000110011101010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DE75; }

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

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

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

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

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

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

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

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