#EACC6D

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

Shades of Golden Sand #EACC6D

Tints of Golden Sand #EACC6D

Color information

#EACC6D (or 0xEACC6D) is unknown color: approx Golden Sand. HEX triplet: EA, CC and 6D. RGB value is (234,204,109). Sum of RGB (Red+Green+Blue) = 234+204+109=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 204 (80.08% from 255 or 37.29% from 547); Blue value is 109 (42.97% from 255 or 19.93% from 547); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACC6D is #153392. Grayscale: #CACACA. Windows color (decimal): -1389459 or 7195882. OLE color: 7195882.

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

Color convert

RGB234204109-
CMYK00.130.530.08
HSL45.6º74.85%67.25%-
HSV(B)45.6º53.42%91.76%-
XYZ58.2861.7823.32-
YUV202.1475.44150.72-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.78%
GREEN value IS 204 (80.08% from 255) = 37.29%
BLUE value IS 109 (42.97% from 255) = 19.93%
R=42.78%
G=37.29%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420410900.130.530.0845.674.8567.25
HexEACC6D0D3582e4b43
Octal352314155015651056113103
Binary1110101011001100110110101101110101100010111010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACC6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACC6D; }

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

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

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

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

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

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

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

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