#EACD6D

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

Shades of Golden Sand #EACD6D

Tints of Golden Sand #EACD6D

Color information

#EACD6D (or 0xEACD6D) is unknown color: approx Golden Sand. HEX triplet: EA, CD and 6D. RGB value is (234,205,109). Sum of RGB (Red+Green+Blue) = 234+205+109=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 205 (80.47% from 255 or 37.41% from 548); Blue value is 109 (42.97% from 255 or 19.89% from 548); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACD6D is #153292. Grayscale: #CBCBCB. Windows color (decimal): -1389203 or 7196138. OLE color: 7196138.

HSL color Cylindrical-coordinate representation of color #EACD6D: hue angle of 46.08º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EACD6D is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB234205109-
CMYK00.120.530.08
HSL46.08º74.85%67.25%-
HSV(B)46.08º53.42%91.76%-
XYZ58.5262.2623.4-
YUV202.7375.11150.31-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.70%
GREEN value IS 205 (80.47% from 255) = 37.41%
BLUE value IS 109 (42.97% from 255) = 19.89%
R=42.70%
G=37.41%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420510900.120.530.0846.0874.8567.25
HexEACD6D0C3582e4b43
Octal352315155014651056113103
Binary1110101011001101110110101100110101100010111010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACD6D; }

 p { color: rgb(234,205,109); }

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

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

 a { background-color: rgb(234,205,109); }

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

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

 span { border-color: rgb(234,205,109); }

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