#EACC76

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

Shades of Golden Sand #EACC76

Tints of Golden Sand #EACC76

Color information

#EACC76 (or 0xEACC76) is unknown color: approx Golden Sand. HEX triplet: EA, CC and 76. RGB value is (234,204,118). Sum of RGB (Red+Green+Blue) = 234+204+118=556 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.09% from 556); Green value is 204 (80.08% from 255 or 36.69% from 556); Blue value is 118 (46.48% from 255 or 21.22% from 556); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACC76 is #153389. Grayscale: #CBCBCB. Windows color (decimal): -1389450 or 7785706. OLE color: 7785706.

HSL color Cylindrical-coordinate representation of color #EACC76: hue angle of 44.48º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EACC76 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB234204118-
CMYK00.130.500.08
HSL44.48º73.42%69.02%-
HSV(B)44.48º49.57%91.76%-
XYZ58.7961.9926.01-
YUV203.1779.94149.99-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.09%
GREEN value IS 204 (80.08% from 255) = 36.69%
BLUE value IS 118 (46.48% from 255) = 21.22%
R=42.09%
G=36.69%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420411800.130.500.0844.4873.4269.02
HexEACC760D3282c4945
Octal352314166015621054111105
Binary1110101011001100111011001101110010100010110010010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACC76; }

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

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

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

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

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

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

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

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