#E7D764

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

Shades of Golden Sand #E7D764

Tints of Golden Sand #E7D764

Color information

#E7D764 (or 0xE7D764) is unknown color: approx Golden Sand. HEX triplet: E7, D7 and 64. RGB value is (231,215,100). Sum of RGB (Red+Green+Blue) = 231+215+100=546 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.31% from 546); Green value is 215 (84.38% from 255 or 39.38% from 546); Blue value is 100 (39.45% from 255 or 18.32% from 546); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D764 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D764 is #18289B. Grayscale: #CFCFCF. Windows color (decimal): -1583260 or 6608871. OLE color: 6608871.

HSL color Cylindrical-coordinate representation of color #E7D764: hue angle of 52.67º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E7D764 is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB231215100-
CMYK00.070.570.09
HSL52.67º73.18%64.9%-
HSV(B)52.67º56.71%90.59%-
XYZ59.5666.5121.76-
YUV206.6767.8145.35-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.31%
GREEN value IS 215 (84.38% from 255) = 39.38%
BLUE value IS 100 (39.45% from 255) = 18.32%
R=42.31%
G=39.38%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121510000.070.570.0952.6773.1864.9
HexE7D76407399354941
Octal34732714407711165111101
Binary111001111101011111001000111111001100111010110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D764; }

 p { color: rgb(231,215,100); }

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

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

 a { background-color: rgb(231,215,100); }

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

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

 span { border-color: rgb(231,215,100); }

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