#E6D167

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

Shades of Golden Sand #E6D167

Tints of Golden Sand #E6D167

Color information

#E6D167 (or 0xE6D167) is unknown color: approx Golden Sand. HEX triplet: E6, D1 and 67. RGB value is (230,209,103). Sum of RGB (Red+Green+Blue) = 230+209+103=542 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.44% from 542); Green value is 209 (82.03% from 255 or 38.56% from 542); Blue value is 103 (40.62% from 255 or 19.00% from 542); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D167 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D167 is #192E98. Grayscale: #CBCBCB. Windows color (decimal): -1650329 or 6803942. OLE color: 6803942.

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

Color convert

RGB230209103-
CMYK00.090.550.10
HSL50.08º71.75%65.29%-
HSV(B)50.08º55.22%90.2%-
XYZ57.8863.422.02-
YUV203.1971.46147.12-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.44%
GREEN value IS 209 (82.03% from 255) = 38.56%
BLUE value IS 103 (40.62% from 255) = 19.00%
R=42.44%
G=38.56%
B=19.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.55
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020910300.090.550.1050.0871.7565.29
HexE6D1670937A324841
Octal346321147011671262110101
Binary1110011011010001110011101001110111101011001010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D167; }

 p { color: rgb(230,209,103); }

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

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

 a { background-color: rgb(230,209,103); }

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

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

 span { border-color: rgb(230,209,103); }

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