#E7D669

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

Shades of Golden Sand #E7D669

Tints of Golden Sand #E7D669

Color information

#E7D669 (or 0xE7D669) is unknown color: approx Golden Sand. HEX triplet: E7, D6 and 69. RGB value is (231,214,105). Sum of RGB (Red+Green+Blue) = 231+214+105=550 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42% from 550); Green value is 214 (83.98% from 255 or 38.91% from 550); Blue value is 105 (41.41% from 255 or 19.09% from 550); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D669 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D669 is #182996. Grayscale: #CFCFCF. Windows color (decimal): -1583511 or 6936295. OLE color: 6936295.

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

Color convert

RGB231214105-
CMYK00.070.550.09
HSL51.9º72.41%65.88%-
HSV(B)51.9º54.55%90.59%-
XYZ59.5566.122.98-
YUV206.6670.63145.36-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42%
GREEN value IS 214 (83.98% from 255) = 38.91%
BLUE value IS 105 (41.41% from 255) = 19.09%
R=42%
G=38.91%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121410500.070.550.0951.972.4165.88
HexE7D66907379344842
Octal34732615107671164110102
Binary111001111101011011010010111110111100111010010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D669; }

 p { color: rgb(231,214,105); }

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

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

 a { background-color: rgb(231,214,105); }

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

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

 span { border-color: rgb(231,214,105); }

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