#E9D068

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

Shades of Golden Sand #E9D068

Tints of Golden Sand #E9D068

Color information

#E9D068 (or 0xE9D068) is unknown color: approx Golden Sand. HEX triplet: E9, D0 and 68. RGB value is (233,208,104). Sum of RGB (Red+Green+Blue) = 233+208+104=545 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.75% from 545); Green value is 208 (81.64% from 255 or 38.17% from 545); Blue value is 104 (41.02% from 255 or 19.08% from 545); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D068 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D068 is #162F97. Grayscale: #CCCCCC. Windows color (decimal): -1453976 or 6869225. OLE color: 6869225.

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

Color convert

RGB233208104-
CMYK00.110.550.09
HSL48.37º74.57%66.08%-
HSV(B)48.37º55.36%91.37%-
XYZ58.6663.4322.25-
YUV203.6271.78148.96-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.75%
GREEN value IS 208 (81.64% from 255) = 38.17%
BLUE value IS 104 (41.02% from 255) = 19.08%
R=42.75%
G=38.17%
B=19.08%

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
Decimal23320810400.110.550.0948.3774.5766.08
HexE9D0680B379304b42
Octal351320150013671160113102
Binary1110100111010000110100001011110111100111000010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D068; }

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

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

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

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

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

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

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

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