#E7CC64

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

Shades of Golden Sand #E7CC64

Tints of Golden Sand #E7CC64

Color information

#E7CC64 (or 0xE7CC64) is unknown color: approx Golden Sand. HEX triplet: E7, CC and 64. RGB value is (231,204,100). Sum of RGB (Red+Green+Blue) = 231+204+100=535 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.18% from 535); Green value is 204 (80.08% from 255 or 38.13% from 535); Blue value is 100 (39.45% from 255 or 18.69% from 535); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CC64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CC64 is #18339B. Grayscale: #C8C8C8. Windows color (decimal): -1586076 or 6606055. OLE color: 6606055.

HSL color Cylindrical-coordinate representation of color #E7CC64: hue angle of 47.63º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E7CC64 is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB231204100-
CMYK00.120.570.09
HSL47.63º73.18%64.9%-
HSV(B)47.63º56.71%90.59%-
XYZ56.8561.0920.85-
YUV200.2271.45149.96-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.18%
GREEN value IS 204 (80.08% from 255) = 38.13%
BLUE value IS 100 (39.45% from 255) = 18.69%
R=43.18%
G=38.13%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120410000.120.570.0947.6373.1864.9
HexE7CC640C399304941
Octal347314144014711160111101
Binary1110011111001100110010001100111001100111000010010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CC64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CC64; }

 p { color: rgb(231,204,100); }

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

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

 a { background-color: rgb(231,204,100); }

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

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

 span { border-color: rgb(231,204,100); }

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