#E7C260

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

Shades of Golden Sand #E7C260

Tints of Golden Sand #E7C260

Color information

#E7C260 (or 0xE7C260) is unknown color: approx Golden Sand. HEX triplet: E7, C2 and 60. RGB value is (231,194,96). Sum of RGB (Red+Green+Blue) = 231+194+96=521 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.34% from 521); Green value is 194 (76.17% from 255 or 37.24% from 521); Blue value is 96 (37.89% from 255 or 18.43% from 521); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C260 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C260 is #183D9F. Grayscale: #C2C2C2. Windows color (decimal): -1588640 or 6341351. OLE color: 6341351.

HSL color Cylindrical-coordinate representation of color #E7C260: hue angle of 43.56º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E7C260 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB23119496-
CMYK00.160.580.09
HSL43.56º73.77%64.12%-
HSV(B)43.56º58.44%90.59%-
XYZ54.3656.4219.09-
YUV193.8972.76154.47-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.34%
GREEN value IS 194 (76.17% from 255) = 37.24%
BLUE value IS 96 (37.89% from 255) = 18.43%
R=44.34%
G=37.24%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.58
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311949600.160.580.0943.5673.7764.12
HexE7C2600103A92c4a40
Octal347302140020721154112100
Binary11100111110000101100000010000111010100110110010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C260; }

 p { color: rgb(231,194,96); }

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

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

 a { background-color: rgb(231,194,96); }

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

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

 span { border-color: rgb(231,194,96); }

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