#E1D167

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

Shades of Golden Sand #E1D167

Tints of Golden Sand #E1D167

Color information

#E1D167 (or 0xE1D167) is unknown color: approx Golden Sand. HEX triplet: E1, D1 and 67. RGB value is (225,209,103). Sum of RGB (Red+Green+Blue) = 225+209+103=537 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.90% from 537); Green value is 209 (82.03% from 255 or 38.92% from 537); Blue value is 103 (40.62% from 255 or 19.18% from 537); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D167 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D167 is #1E2E98. Grayscale: #CACACA. Windows color (decimal): -1978009 or 6803937. OLE color: 6803937.

HSL color Cylindrical-coordinate representation of color #E1D167: hue angle of 52.13º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E1D167 is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB225209103-
CMYK00.070.540.12
HSL52.13º67.03%64.31%-
HSV(B)52.13º54.22%88.24%-
XYZ56.362.5921.95-
YUV201.772.3144.62-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.90%
GREEN value IS 209 (82.03% from 255) = 38.92%
BLUE value IS 103 (40.62% from 255) = 19.18%
R=41.90%
G=38.92%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520910300.070.540.1252.1367.0364.31
HexE1D1670736C344340
Octal34132114707661464103100
Binary111000011101000111001110111110110110011010010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D167; }

 p { color: rgb(225,209,103); }

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

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

 a { background-color: rgb(225,209,103); }

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

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

 span { border-color: rgb(225,209,103); }

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