#E8D16C

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

Shades of Golden Sand #E8D16C

Tints of Golden Sand #E8D16C

Color information

#E8D16C (or 0xE8D16C) is unknown color: approx Golden Sand. HEX triplet: E8, D1 and 6C. RGB value is (232,209,108). Sum of RGB (Red+Green+Blue) = 232+209+108=549 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.26% from 549); Green value is 209 (82.03% from 255 or 38.07% from 549); Blue value is 108 (42.58% from 255 or 19.67% from 549); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D16C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D16C is #172E93. Grayscale: #CCCCCC. Windows color (decimal): -1519252 or 7131624. OLE color: 7131624.

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

Color convert

RGB232209108-
CMYK00.100.530.09
HSL48.87º72.94%66.67%-
HSV(B)48.87º53.45%90.98%-
XYZ58.7963.8423.41-
YUV204.3673.62147.71-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.26%
GREEN value IS 209 (82.03% from 255) = 38.07%
BLUE value IS 108 (42.58% from 255) = 19.67%
R=42.26%
G=38.07%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23220910800.100.530.0948.8772.9466.67
HexE8D16C0A359314943
Octal350321154012651161111103
Binary1110100011010001110110001010110101100111000110010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D16C; }

 p { color: rgb(232,209,108); }

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

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

 a { background-color: rgb(232,209,108); }

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

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

 span { border-color: rgb(232,209,108); }

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