#e2c460

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

Shades of Golden Sand #E2C460

Tints of Golden Sand #E2C460

Color information

#E2C460 (or 0xE2C460) is unknown color: approx Golden Sand. HEX triplet: E2, C4 and 60. RGB value is (226,196,96). Sum of RGB (Red+Green+Blue) = 226+196+96=518 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.63% from 518); Green value is 196 (76.95% from 255 or 37.84% from 518); Blue value is 96 (37.89% from 255 or 18.53% from 518); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C460 is #1D3B9F. Grayscale: #C2C2C2. Windows color (decimal): -1915808 or 6341858. OLE color: 6341858.

HSL color Cylindrical-coordinate representation of color #E2C460: hue angle of 46.15º degrees, saturation: 0.69, 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 #E2C460 is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB22619696-
CMYK00.130.580.11
HSL46.15º69.15%63.14%-
HSV(B)46.15º57.52%88.63%-
XYZ53.2256.4919.17-
YUV193.5772.94151.13-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.63%
GREEN value IS 196 (76.95% from 255) = 37.84%
BLUE value IS 96 (37.89% from 255) = 18.53%
R=43.63%
G=37.84%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261969600.130.580.1146.1569.1563.14
HexE2C4600D3AB2e453f
Octal34230414001572135610577
Binary111000101100010011000000110111101010111011101000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2c460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2c460; }

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

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

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

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

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

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

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

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