#E2D465

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

Shades of Golden Sand #E2D465

Tints of Golden Sand #E2D465

Color information

#E2D465 (or 0xE2D465) is unknown color: approx Golden Sand. HEX triplet: E2, D4 and 65. RGB value is (226,212,101). Sum of RGB (Red+Green+Blue) = 226+212+101=539 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.93% from 539); Green value is 212 (83.20% from 255 or 39.33% from 539); Blue value is 101 (39.84% from 255 or 18.74% from 539); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D465 is #1D2B9A. Grayscale: #CBCBCB. Windows color (decimal): -1911707 or 6673634. OLE color: 6673634.

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

Color convert

RGB226212101-
CMYK00.060.550.11
HSL53.28º68.31%64.12%-
HSV(B)53.28º55.31%88.63%-
XYZ57.2664.221.69-
YUV203.5370.14144.03-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.93%
GREEN value IS 212 (83.20% from 255) = 39.33%
BLUE value IS 101 (39.84% from 255) = 18.74%
R=41.93%
G=39.33%
B=18.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.55
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621210100.060.550.1153.2868.3164.12
HexE2D4650637B354440
Octal34232414506671365104100
Binary111000101101010011001010110110111101111010110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D465; }

 p { color: rgb(226,212,101); }

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

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

 a { background-color: rgb(226,212,101); }

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

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

 span { border-color: rgb(226,212,101); }

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