#E3C96C

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

Shades of Golden Sand #E3C96C

Tints of Golden Sand #E3C96C

Color information

#E3C96C (or 0xE3C96C) is unknown color: approx Golden Sand. HEX triplet: E3, C9 and 6C. RGB value is (227,201,108). Sum of RGB (Red+Green+Blue) = 227+201+108=536 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.35% from 536); Green value is 201 (78.91% from 255 or 37.5% from 536); Blue value is 108 (42.58% from 255 or 20.15% from 536); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C96C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3C96C is #1C3693. Grayscale: #C6C6C6. Windows color (decimal): -1848980 or 7129571. OLE color: 7129571.

HSL color Cylindrical-coordinate representation of color #E3C96C: hue angle of 46.89º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E3C96C is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.11.

Color convert

RGB227201108-
CMYK00.110.520.11
HSL46.89º68%65.69%-
HSV(B)46.89º52.42%89.02%-
XYZ55.2759.1922.7-
YUV198.1777.11148.56-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.35%
GREEN value IS 201 (78.91% from 255) = 37.5%
BLUE value IS 108 (42.58% from 255) = 20.15%
R=42.35%
G=37.5%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.52
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22720110800.110.520.1146.896865.69
HexE3C96C0B34B2f4442
Octal343311154013641357104102
Binary1110001111001001110110001011110100101110111110001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3C96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3C96C; }

 p { color: rgb(227,201,108); }

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

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

 a { background-color: rgb(227,201,108); }

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

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

 span { border-color: rgb(227,201,108); }

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