#E3D466

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

Shades of Golden Sand #E3D466

Tints of Golden Sand #E3D466

Color information

#E3D466 (or 0xE3D466) is unknown color: approx Golden Sand. HEX triplet: E3, D4 and 66. RGB value is (227,212,102). Sum of RGB (Red+Green+Blue) = 227+212+102=541 (71% of max value = 765). Red value is 227 (89.06% from 255 or 41.96% from 541); Green value is 212 (83.20% from 255 or 39.19% from 541); Blue value is 102 (40.23% from 255 or 18.85% from 541); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D466 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D466 is #1C2B99. Grayscale: #CCCCCC. Windows color (decimal): -1846170 or 6739171. OLE color: 6739171.

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

Color convert

RGB227212102-
CMYK00.070.550.11
HSL52.8º69.06%64.51%-
HSV(B)52.8º55.07%89.02%-
XYZ57.6264.3821.96-
YUV203.9470.47144.44-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.96%
GREEN value IS 212 (83.20% from 255) = 39.19%
BLUE value IS 102 (40.23% from 255) = 18.85%
R=41.96%
G=39.19%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.55
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22721210200.070.550.1152.869.0664.51
HexE3D4660737B354541
Octal34332414607671365105101
Binary111000111101010011001100111110111101111010110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D466; }

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

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

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

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

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

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

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

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