#E4C664

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

Shades of Golden Sand #E4C664

Tints of Golden Sand #E4C664

Color information

#E4C664 (or 0xE4C664) is unknown color: approx Golden Sand. HEX triplet: E4, C6 and 64. RGB value is (228,198,100). Sum of RGB (Red+Green+Blue) = 228+198+100=526 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.35% from 526); Green value is 198 (77.73% from 255 or 37.64% from 526); Blue value is 100 (39.45% from 255 or 19.01% from 526); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C664 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4C664 is #1B399B. Grayscale: #C4C4C4. Windows color (decimal): -1784220 or 6604516. OLE color: 6604516.

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

Color convert

RGB228198100-
CMYK00.130.560.11
HSL45.94º70.33%64.31%-
HSV(B)45.94º56.14%89.41%-
XYZ54.4957.820.34-
YUV195.873.94150.97-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.35%
GREEN value IS 198 (77.73% from 255) = 37.64%
BLUE value IS 100 (39.45% from 255) = 19.01%
R=43.35%
G=37.64%
B=19.01%

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
Decimal22819810000.130.560.1145.9470.3364.31
HexE4C6640D38B2e4640
Octal344306144015701356106100
Binary1110010011000110110010001101111000101110111010001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4C664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4C664; }

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

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

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

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

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

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

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

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