#E7CC76

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

Shades of Golden Sand #E7CC76

Tints of Golden Sand #E7CC76

Color information

#E7CC76 (or 0xE7CC76) is unknown color: approx Golden Sand. HEX triplet: E7, CC and 76. RGB value is (231,204,118). Sum of RGB (Red+Green+Blue) = 231+204+118=553 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.77% from 553); Green value is 204 (80.08% from 255 or 36.89% from 553); Blue value is 118 (46.48% from 255 or 21.34% from 553); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CC76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CC76 is #183389. Grayscale: #CACACA. Windows color (decimal): -1586058 or 7785703. OLE color: 7785703.

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

Color convert

RGB231204118-
CMYK00.120.490.09
HSL45.66º70.19%68.43%-
HSV(B)45.66º48.92%90.59%-
XYZ57.8261.4825.96-
YUV202.2780.45148.49-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.77%
GREEN value IS 204 (80.08% from 255) = 36.89%
BLUE value IS 118 (46.48% from 255) = 21.34%
R=41.77%
G=36.89%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120411800.120.490.0945.6670.1968.43
HexE7CC760C3192e4644
Octal347314166014611156106104
Binary1110011111001100111011001100110001100110111010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CC76; }

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

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

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

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

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

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

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

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