#E3D165

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

Shades of Golden Sand #E3D165

Tints of Golden Sand #E3D165

Color information

#E3D165 (or 0xE3D165) is unknown color: approx Golden Sand. HEX triplet: E3, D1 and 65. RGB value is (227,209,101). Sum of RGB (Red+Green+Blue) = 227+209+101=537 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.27% from 537); Green value is 209 (82.03% from 255 or 38.92% from 537); Blue value is 101 (39.84% from 255 or 18.81% from 537); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D165 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D165 is #1C2E9A. Grayscale: #CACACA. Windows color (decimal): -1846939 or 6672867. OLE color: 6672867.

HSL color Cylindrical-coordinate representation of color #E3D165: hue angle of 51.43º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E3D165 is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB227209101-
CMYK00.080.560.11
HSL51.43º69.23%64.31%-
HSV(B)51.43º55.51%89.02%-
XYZ56.8362.8721.45-
YUV202.0770.96145.78-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.27%
GREEN value IS 209 (82.03% from 255) = 38.92%
BLUE value IS 101 (39.84% from 255) = 18.81%
R=42.27%
G=38.92%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.56
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22720910100.080.560.1151.4369.2364.31
HexE3D1650838B334540
Octal343321145010701363105100
Binary1110001111010001110010101000111000101111001110001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D165; }

 p { color: rgb(227,209,101); }

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

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

 a { background-color: rgb(227,209,101); }

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

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

 span { border-color: rgb(227,209,101); }

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