#E1DF75

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

Shades of Goldenrod #E1DF75

Tints of Goldenrod #E1DF75

Color information

#E1DF75 (or 0xE1DF75) is unknown color: approx Goldenrod. HEX triplet: E1, DF and 75. RGB value is (225,223,117). Sum of RGB (Red+Green+Blue) = 225+223+117=565 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.82% from 565); Green value is 223 (87.5% from 255 or 39.47% from 565); Blue value is 117 (46.09% from 255 or 20.71% from 565); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DF75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DF75 is #1E208A. Grayscale: #D3D3D3. Windows color (decimal): -1974411 or 7725025. OLE color: 7725025.

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

Color convert

RGB225223117-
CMYK00.010.480.12
HSL58.89º64.29%67.06%-
HSV(B)58.89º48%88.24%-
XYZ60.6570.0727.16-
YUV211.5174.66137.62-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.82%
GREEN value IS 223 (87.5% from 255) = 39.47%
BLUE value IS 117 (46.09% from 255) = 20.71%
R=39.82%
G=39.47%
B=20.71%

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
Decimal22522311700.010.480.1258.8964.2967.06
HexE1DF750130C3b4043
Octal34133716501601473100103
Binary1110000111011111111010101110000110011101110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DF75; }

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

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

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

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

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

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

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

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