#E2DD75

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

Shades of Goldenrod #E2DD75

Tints of Goldenrod #E2DD75

Color information

#E2DD75 (or 0xE2DD75) is unknown color: approx Goldenrod. HEX triplet: E2, DD and 75. RGB value is (226,221,117). Sum of RGB (Red+Green+Blue) = 226+221+117=564 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.07% from 564); Green value is 221 (86.72% from 255 or 39.18% from 564); Blue value is 117 (46.09% from 255 or 20.74% from 564); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DD75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DD75 is #1D228A. Grayscale: #D3D3D3. Windows color (decimal): -1909387 or 7724514. OLE color: 7724514.

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

Color convert

RGB226221117-
CMYK00.020.480.11
HSL57.25º65.27%67.25%-
HSV(B)57.25º48.23%88.63%-
XYZ60.4369.1726.99-
YUV210.6475.16138.96-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.07%
GREEN value IS 221 (86.72% from 255) = 39.18%
BLUE value IS 117 (46.09% from 255) = 20.74%
R=40.07%
G=39.18%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22622111700.020.480.1157.2565.2767.25
HexE2DD750230B394143
Octal34233516502601371101103
Binary11100010110111011110101010110000101111100110000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DD75; }

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

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

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

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

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

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

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

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