#E4C764

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

Shades of Golden Sand #E4C764

Tints of Golden Sand #E4C764

Color information

#E4C764 (or 0xE4C764) is unknown color: approx Golden Sand. HEX triplet: E4, C7 and 64. RGB value is (228,199,100). Sum of RGB (Red+Green+Blue) = 228+199+100=527 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.26% from 527); Green value is 199 (78.12% from 255 or 37.76% from 527); Blue value is 100 (39.45% from 255 or 18.98% from 527); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C764 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4C764 is #1B389B. Grayscale: #C4C4C4. Windows color (decimal): -1783964 or 6604772. OLE color: 6604772.

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

Color convert

RGB228199100-
CMYK00.130.560.11
HSL46.41º70.33%64.31%-
HSV(B)46.41º56.14%89.41%-
XYZ54.7258.2620.42-
YUV196.3873.61150.55-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.26%
GREEN value IS 199 (78.12% from 255) = 37.76%
BLUE value IS 100 (39.45% from 255) = 18.98%
R=43.26%
G=37.76%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.56
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22819910000.130.560.1146.4170.3364.31
HexE4C7640D38B2e4640
Octal344307144015701356106100
Binary1110010011000111110010001101111000101110111010001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4C764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4C764; }

 p { color: rgb(228,199,100); }

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

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

 a { background-color: rgb(228,199,100); }

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

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

 span { border-color: rgb(228,199,100); }

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