#E2DD7A

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

Shades of Goldenrod #E2DD7A

Tints of Goldenrod #E2DD7A

Color information

#E2DD7A (or 0xE2DD7A) is unknown color: approx Goldenrod. HEX triplet: E2, DD and 7A. RGB value is (226,221,122). Sum of RGB (Red+Green+Blue) = 226+221+122=569 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.72% from 569); Green value is 221 (86.72% from 255 or 38.84% from 569); Blue value is 122 (48.05% from 255 or 21.44% from 569); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DD7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DD7A is #1D2285. Grayscale: #D3D3D3. Windows color (decimal): -1909382 or 8052194. OLE color: 8052194.

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

Color convert

RGB226221122-
CMYK00.020.460.11
HSL57.12º64.2%68.24%-
HSV(B)57.12º46.02%88.63%-
XYZ60.7369.2928.59-
YUV211.2177.66138.55-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.72%
GREEN value IS 221 (86.72% from 255) = 38.84%
BLUE value IS 122 (48.05% from 255) = 21.44%
R=39.72%
G=38.84%
B=21.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22622112200.020.460.1157.1264.268.24
HexE2DD7A022EB394044
Octal34233517202561371100104
Binary11100010110111011111010010101110101111100110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DD7A; }

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

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

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

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

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

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

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

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