#e3c460

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

Shades of Golden Sand #E3C460

Tints of Golden Sand #E3C460

Color information

#E3C460 (or 0xE3C460) is unknown color: approx Golden Sand. HEX triplet: E3, C4 and 60. RGB value is (227,196,96). Sum of RGB (Red+Green+Blue) = 227+196+96=519 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.74% from 519); Green value is 196 (76.95% from 255 or 37.76% from 519); Blue value is 96 (37.89% from 255 or 18.50% from 519); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3C460 is #1C3B9F. Grayscale: #C2C2C2. Windows color (decimal): -1850272 or 6341859. OLE color: 6341859.

HSL color Cylindrical-coordinate representation of color #E3C460: hue angle of 45.8º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E3C460 is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB22719696-
CMYK00.140.580.11
HSL45.8º70.05%63.33%-
HSV(B)45.8º57.71%89.02%-
XYZ53.5356.6619.18-
YUV193.8772.77151.63-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 43.74%
GREEN value IS 196 (76.95% from 255) = 37.76%
BLUE value IS 96 (37.89% from 255) = 18.50%
R=43.74%
G=37.76%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271969600.140.580.1145.870.0563.33
HexE3C4600E3AB2e463f
Octal34330414001672135610677
Binary111000111100010011000000111011101010111011101000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e3c460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e3c460; }

 p { color: rgb(227,196,96); }

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

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

 a { background-color: rgb(227,196,96); }

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

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

 span { border-color: rgb(227,196,96); }

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