#E2D96A

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

Shades of Goldenrod #E2D96A

Tints of Goldenrod #E2D96A

Color information

#E2D96A (or 0xE2D96A) is unknown color: approx Goldenrod. HEX triplet: E2, D9 and 6A. RGB value is (226,217,106). Sum of RGB (Red+Green+Blue) = 226+217+106=549 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.17% from 549); Green value is 217 (85.16% from 255 or 39.53% from 549); Blue value is 106 (41.80% from 255 or 19.31% from 549); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D96A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D96A is #1D2695. Grayscale: #CFCFCF. Windows color (decimal): -1910422 or 7002594. OLE color: 7002594.

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

Color convert

RGB226217106-
CMYK00.040.530.11
HSL55.5º67.42%65.1%-
HSV(B)55.5º53.1%88.63%-
XYZ58.7866.8423.44-
YUV207.0470.98141.53-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.17%
GREEN value IS 217 (85.16% from 255) = 39.53%
BLUE value IS 106 (41.80% from 255) = 19.31%
R=41.17%
G=39.53%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.53
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621710600.040.530.1155.567.4265.1
HexE2D96A0435B384341
Octal34233115204651370103101
Binary111000101101100111010100100110101101111100010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D96A; }

 p { color: rgb(226,217,106); }

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

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

 a { background-color: rgb(226,217,106); }

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

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

 span { border-color: rgb(226,217,106); }

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