#E3D464

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

Shades of Golden Sand #E3D464

Tints of Golden Sand #E3D464

Color information

#E3D464 (or 0xE3D464) is unknown color: approx Golden Sand. HEX triplet: E3, D4 and 64. RGB value is (227,212,100). Sum of RGB (Red+Green+Blue) = 227+212+100=539 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.12% from 539); Green value is 212 (83.20% from 255 or 39.33% from 539); Blue value is 100 (39.45% from 255 or 18.55% from 539); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D464 is #1C2B9B. Grayscale: #CCCCCC. Windows color (decimal): -1846172 or 6608099. OLE color: 6608099.

HSL color Cylindrical-coordinate representation of color #E3D464: hue angle of 52.91º 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 #E3D464 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB227212100-
CMYK00.070.560.11
HSL52.91º69.4%64.12%-
HSV(B)52.91º55.95%89.02%-
XYZ57.5264.3421.44-
YUV203.7269.47144.61-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.12%
GREEN value IS 212 (83.20% from 255) = 39.33%
BLUE value IS 100 (39.45% from 255) = 18.55%
R=42.12%
G=39.33%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.56
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22721210000.070.560.1152.9169.464.12
HexE3D4640738B354540
Octal34332414407701365105100
Binary111000111101010011001000111111000101111010110001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D464; }

 p { color: rgb(227,212,100); }

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

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

 a { background-color: rgb(227,212,100); }

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

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

 span { border-color: rgb(227,212,100); }

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