#e1cd6d

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

Shades of Golden Sand #E1CD6D

Tints of Golden Sand #E1CD6D

Color information

#E1CD6D (or 0xE1CD6D) is unknown color: approx Golden Sand. HEX triplet: E1, CD and 6D. RGB value is (225,205,109). Sum of RGB (Red+Green+Blue) = 225+205+109=539 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.74% from 539); Green value is 205 (80.47% from 255 or 38.03% from 539); Blue value is 109 (42.97% from 255 or 20.22% from 539); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CD6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CD6D is #1E3292. Grayscale: #C8C8C8. Windows color (decimal): -1979027 or 7196129. OLE color: 7196129.

HSL color Cylindrical-coordinate representation of color #E1CD6D: hue angle of 49.66º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E1CD6D is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB225205109-
CMYK00.090.520.12
HSL49.66º65.91%65.49%-
HSV(B)49.66º51.56%88.24%-
XYZ55.6460.7723.27-
YUV200.0476.63145.81-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.74%
GREEN value IS 205 (80.47% from 255) = 38.03%
BLUE value IS 109 (42.97% from 255) = 20.22%
R=41.74%
G=38.03%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520510900.090.520.1249.6665.9165.49
HexE1CD6D0934C324241
Octal341315155011641462102101
Binary1110000111001101110110101001110100110011001010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e1cd6d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e1cd6d; }

 p { color: rgb(225,205,109); }

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

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

 a { background-color: rgb(225,205,109); }

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

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

 span { border-color: rgb(225,205,109); }

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