#E5D26C

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

Shades of Golden Sand #E5D26C

Tints of Golden Sand #E5D26C

Color information

#E5D26C (or 0xE5D26C) is unknown color: approx Golden Sand. HEX triplet: E5, D2 and 6C. RGB value is (229,210,108). Sum of RGB (Red+Green+Blue) = 229+210+108=547 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.86% from 547); Green value is 210 (82.42% from 255 or 38.39% from 547); Blue value is 108 (42.58% from 255 or 19.74% from 547); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D26C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D26C is #1A2D93. Grayscale: #CCCCCC. Windows color (decimal): -1715604 or 7131877. OLE color: 7131877.

HSL color Cylindrical-coordinate representation of color #E5D26C: hue angle of 50.58º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E5D26C is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB229210108-
CMYK00.080.530.10
HSL50.58º69.94%66.08%-
HSV(B)50.58º52.84%89.8%-
XYZ58.0763.8323.45-
YUV204.0573.79145.79-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.86%
GREEN value IS 210 (82.42% from 255) = 38.39%
BLUE value IS 108 (42.58% from 255) = 19.74%
R=41.86%
G=38.39%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.53
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22921010800.080.530.1050.5869.9466.08
HexE5D26C0835A334642
Octal345322154010651263106102
Binary1110010111010010110110001000110101101011001110001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D26C; }

 p { color: rgb(229,210,108); }

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

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

 a { background-color: rgb(229,210,108); }

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

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

 span { border-color: rgb(229,210,108); }

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