#E1CD6C

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

Shades of Golden Sand #E1CD6C

Tints of Golden Sand #E1CD6C

Color information

#E1CD6C (or 0xE1CD6C) is unknown color: approx Golden Sand. HEX triplet: E1, CD and 6C. RGB value is (225,205,108). Sum of RGB (Red+Green+Blue) = 225+205+108=538 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.82% from 538); Green value is 205 (80.47% from 255 or 38.10% from 538); Blue value is 108 (42.58% from 255 or 20.07% from 538); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CD6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CD6C is #1E3293. Grayscale: #C8C8C8. Windows color (decimal): -1979028 or 7130593. OLE color: 7130593.

HSL color Cylindrical-coordinate representation of color #E1CD6C: hue angle of 49.74º 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 #E1CD6C is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB225205108-
CMYK00.090.520.12
HSL49.74º66.1%65.29%-
HSV(B)49.74º52%88.24%-
XYZ55.5960.7522.98-
YUV199.9276.13145.89-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.82%
GREEN value IS 205 (80.47% from 255) = 38.10%
BLUE value IS 108 (42.58% from 255) = 20.07%
R=41.82%
G=38.10%
B=20.07%

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
Decimal22520510800.090.520.1249.7466.165.29
HexE1CD6C0934C324241
Octal341315154011641462102101
Binary1110000111001101110110001001110100110011001010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CD6C; }

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

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

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

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

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

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

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

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