#E1CC6E

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

Shades of Golden Sand #E1CC6E

Tints of Golden Sand #E1CC6E

Color information

#E1CC6E (or 0xE1CC6E) is unknown color: approx Golden Sand. HEX triplet: E1, CC and 6E. RGB value is (225,204,110). Sum of RGB (Red+Green+Blue) = 225+204+110=539 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.74% from 539); Green value is 204 (80.08% from 255 or 37.85% from 539); Blue value is 110 (43.36% from 255 or 20.41% from 539); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CC6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CC6E is #1E3391. Grayscale: #C7C7C7. Windows color (decimal): -1979282 or 7261409. OLE color: 7261409.

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

Color convert

RGB225204110-
CMYK00.090.510.12
HSL49.04º65.71%65.69%-
HSV(B)49.04º51.11%88.24%-
XYZ55.4660.3223.47-
YUV199.5677.46146.14-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.74%
GREEN value IS 204 (80.08% from 255) = 37.85%
BLUE value IS 110 (43.36% from 255) = 20.41%
R=41.74%
G=37.85%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520411000.090.510.1249.0465.7165.69
HexE1CC6E0933C314242
Octal341314156011631461102102
Binary1110000111001100110111001001110011110011000110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CC6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CC6E; }

 p { color: rgb(225,204,110); }

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

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

 a { background-color: rgb(225,204,110); }

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

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

 span { border-color: rgb(225,204,110); }

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