#E5D161

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

Shades of Golden Sand #E5D161

Tints of Golden Sand #E5D161

Color information

#E5D161 (or 0xE5D161) is unknown color: approx Golden Sand. HEX triplet: E5, D1 and 61. RGB value is (229,209,97). Sum of RGB (Red+Green+Blue) = 229+209+97=535 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.80% from 535); Green value is 209 (82.03% from 255 or 39.07% from 535); Blue value is 97 (38.28% from 255 or 18.13% from 535); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D161 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D161 is #1A2E9E. Grayscale: #CACACA. Windows color (decimal): -1715871 or 6410725. OLE color: 6410725.

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

Color convert

RGB22920997-
CMYK00.090.580.10
HSL50.91º71.74%63.92%-
HSV(B)50.91º57.64%89.8%-
XYZ57.2763.1220.47-
YUV202.2168.63147.11-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.80%
GREEN value IS 209 (82.03% from 255) = 39.07%
BLUE value IS 97 (38.28% from 255) = 18.13%
R=42.80%
G=39.07%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.58
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292099700.090.580.1050.9171.7463.92
HexE5D161093AA334840
Octal345321141011721263110100
Binary1110010111010001110000101001111010101011001110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D161; }

 p { color: rgb(229,209,97); }

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

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

 a { background-color: rgb(229,209,97); }

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

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

 span { border-color: rgb(229,209,97); }

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