#E5C664

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

Shades of Golden Sand #E5C664

Tints of Golden Sand #E5C664

Color information

#E5C664 (or 0xE5C664) is unknown color: approx Golden Sand. HEX triplet: E5, C6 and 64. RGB value is (229,198,100). Sum of RGB (Red+Green+Blue) = 229+198+100=527 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.45% from 527); Green value is 198 (77.73% from 255 or 37.57% from 527); Blue value is 100 (39.45% from 255 or 18.98% from 527); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C664 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C664 is #1A399B. Grayscale: #C4C4C4. Windows color (decimal): -1718684 or 6604517. OLE color: 6604517.

HSL color Cylindrical-coordinate representation of color #E5C664: hue angle of 45.58º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E5C664 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.10.

Color convert

RGB229198100-
CMYK00.140.560.10
HSL45.58º71.27%64.51%-
HSV(B)45.58º56.33%89.8%-
XYZ54.8157.9720.36-
YUV196.173.77151.47-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.45%
GREEN value IS 198 (77.73% from 255) = 37.57%
BLUE value IS 100 (39.45% from 255) = 18.98%
R=43.45%
G=37.57%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.56
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22919810000.140.560.1045.5871.2764.51
HexE5C6640E38A2e4741
Octal345306144016701256107101
Binary1110010111000110110010001110111000101010111010001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C664; }

 p { color: rgb(229,198,100); }

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

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

 a { background-color: rgb(229,198,100); }

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

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

 span { border-color: rgb(229,198,100); }

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