#EACE76

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

Shades of Golden Sand #EACE76

Tints of Golden Sand #EACE76

Color information

#EACE76 (or 0xEACE76) is unknown color: approx Golden Sand. HEX triplet: EA, CE and 76. RGB value is (234,206,118). Sum of RGB (Red+Green+Blue) = 234+206+118=558 (73% of max value = 765). Red value is 234 (91.80% from 255 or 41.94% from 558); Green value is 206 (80.86% from 255 or 36.92% from 558); Blue value is 118 (46.48% from 255 or 21.15% from 558); Max value from RGB is 234 - color contains mainly: red. Hex color #EACE76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACE76 is #153189. Grayscale: #CCCCCC. Windows color (decimal): -1388938 or 7786218. OLE color: 7786218.

HSL color Cylindrical-coordinate representation of color #EACE76: hue angle of 45.52º 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 #EACE76 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB234206118-
CMYK00.120.500.08
HSL45.52º73.42%69.02%-
HSV(B)45.52º49.57%91.76%-
XYZ59.2762.9426.16-
YUV204.3479.28149.16-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.94%
GREEN value IS 206 (80.86% from 255) = 36.92%
BLUE value IS 118 (46.48% from 255) = 21.15%
R=41.94%
G=36.92%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420611800.120.500.0845.5273.4269.02
HexEACE760C3282e4945
Octal352316166014621056111105
Binary1110101011001110111011001100110010100010111010010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACE76; }

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

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

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

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

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

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

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

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