#E3D162

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

Shades of Golden Sand #E3D162

Tints of Golden Sand #E3D162

Color information

#E3D162 (or 0xE3D162) is unknown color: approx Golden Sand. HEX triplet: E3, D1 and 62. RGB value is (227,209,98). Sum of RGB (Red+Green+Blue) = 227+209+98=534 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.51% from 534); Green value is 209 (82.03% from 255 or 39.14% from 534); Blue value is 98 (38.67% from 255 or 18.35% from 534); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D162 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D162 is #1C2E9D. Grayscale: #CACACA. Windows color (decimal): -1846942 or 6476259. OLE color: 6476259.

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

Color convert

RGB22720998-
CMYK00.080.570.11
HSL51.63º69.73%63.73%-
HSV(B)51.63º56.83%89.02%-
XYZ56.6862.8120.69-
YUV201.7369.46146.03-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.51%
GREEN value IS 209 (82.03% from 255) = 39.14%
BLUE value IS 98 (38.67% from 255) = 18.35%
R=42.51%
G=39.14%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.57
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2272099800.080.570.1151.6369.7363.73
HexE3D1620839B344640
Octal343321142010711364106100
Binary1110001111010001110001001000111001101111010010001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D162; }

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

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

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

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

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

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

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

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