#E9D966

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

Shades of Golden Sand #E9D966

Tints of Golden Sand #E9D966

Color information

#E9D966 (or 0xE9D966) is unknown color: approx Golden Sand. HEX triplet: E9, D9 and 66. RGB value is (233,217,102). Sum of RGB (Red+Green+Blue) = 233+217+102=552 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.21% from 552); Green value is 217 (85.16% from 255 or 39.31% from 552); Blue value is 102 (40.23% from 255 or 18.48% from 552); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D966 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D966 is #162699. Grayscale: #D1D1D1. Windows color (decimal): -1451674 or 6740457. OLE color: 6740457.

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

Color convert

RGB233217102-
CMYK00.070.560.09
HSL52.67º74.86%65.69%-
HSV(B)52.67º56.22%91.37%-
XYZ60.8267.9122.47-
YUV208.6767.8145.35-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.21%
GREEN value IS 217 (85.16% from 255) = 39.31%
BLUE value IS 102 (40.23% from 255) = 18.48%
R=42.21%
G=39.31%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321710200.070.560.0952.6774.8665.69
HexE9D96607389354b42
Octal35133114607701165113102
Binary111010011101100111001100111111000100111010110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D966; }

 p { color: rgb(233,217,102); }

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

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

 a { background-color: rgb(233,217,102); }

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

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

 span { border-color: rgb(233,217,102); }

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