#E7C660

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

Shades of Golden Sand #E7C660

Tints of Golden Sand #E7C660

Color information

#E7C660 (or 0xE7C660) is unknown color: approx Golden Sand. HEX triplet: E7, C6 and 60. RGB value is (231,198,96). Sum of RGB (Red+Green+Blue) = 231+198+96=525 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44% from 525); Green value is 198 (77.73% from 255 or 37.71% from 525); Blue value is 96 (37.89% from 255 or 18.29% from 525); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C660 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C660 is #18399F. Grayscale: #C4C4C4. Windows color (decimal): -1587616 or 6342375. OLE color: 6342375.

HSL color Cylindrical-coordinate representation of color #E7C660: hue angle of 45.33º 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 #E7C660 is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB23119896-
CMYK00.140.580.09
HSL45.33º73.77%64.12%-
HSV(B)45.33º58.44%90.59%-
XYZ55.2658.2219.39-
YUV196.2471.43152.79-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44%
GREEN value IS 198 (77.73% from 255) = 37.71%
BLUE value IS 96 (37.89% from 255) = 18.29%
R=44%
G=37.71%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.58
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311989600.140.580.0945.3373.7764.12
HexE7C6600E3A92d4a40
Octal347306140016721155112100
Binary1110011111000110110000001110111010100110110110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C660; }

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

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

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

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

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

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

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

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