#E9D069

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

Shades of Golden Sand #E9D069

Tints of Golden Sand #E9D069

Color information

#E9D069 (or 0xE9D069) is unknown color: approx Golden Sand. HEX triplet: E9, D0 and 69. RGB value is (233,208,105). Sum of RGB (Red+Green+Blue) = 233+208+105=546 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.67% from 546); Green value is 208 (81.64% from 255 or 38.10% from 546); Blue value is 105 (41.41% from 255 or 19.23% from 546); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D069 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D069 is #162F96. Grayscale: #CCCCCC. Windows color (decimal): -1453975 or 6934761. OLE color: 6934761.

HSL color Cylindrical-coordinate representation of color #E9D069: hue angle of 48.28º degrees, saturation: 0.74, 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 #E9D069 is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB233208105-
CMYK00.110.550.09
HSL48.28º74.42%66.27%-
HSV(B)48.28º54.94%91.37%-
XYZ58.7163.4622.52-
YUV203.7372.28148.88-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.67%
GREEN value IS 208 (81.64% from 255) = 38.10%
BLUE value IS 105 (41.41% from 255) = 19.23%
R=42.67%
G=38.10%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320810500.110.550.0948.2874.4266.27
HexE9D0690B379304a42
Octal351320151013671160112102
Binary1110100111010000110100101011110111100111000010010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D069; }

 p { color: rgb(233,208,105); }

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

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

 a { background-color: rgb(233,208,105); }

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

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

 span { border-color: rgb(233,208,105); }

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