#EACA6D

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

Shades of Golden Sand #EACA6D

Tints of Golden Sand #EACA6D

Color information

#EACA6D (or 0xEACA6D) is unknown color: approx Golden Sand. HEX triplet: EA, CA and 6D. RGB value is (234,202,109). Sum of RGB (Red+Green+Blue) = 234+202+109=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 202 (79.30% from 255 or 37.06% from 545); Blue value is 109 (42.97% from 255 or 20% from 545); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACA6D is #153592. Grayscale: #C9C9C9. Windows color (decimal): -1389971 or 7195370. OLE color: 7195370.

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

Color convert

RGB234202109-
CMYK00.140.530.08
HSL44.64º74.85%67.25%-
HSV(B)44.64º53.42%91.76%-
XYZ57.8160.8423.16-
YUV200.9776.1151.56-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.94%
GREEN value IS 202 (79.30% from 255) = 37.06%
BLUE value IS 109 (42.97% from 255) = 20%
R=42.94%
G=37.06%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420210900.140.530.0844.6474.8567.25
HexEACA6D0E3582d4b43
Octal352312155016651055113103
Binary1110101011001010110110101110110101100010110110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACA6D; }

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

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

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

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

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

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

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

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