#eac76d

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

Shades of Golden Sand #EAC76D

Tints of Golden Sand #EAC76D

Color information

#EAC76D (or 0xEAC76D) is unknown color: approx Golden Sand. HEX triplet: EA, C7 and 6D. RGB value is (234,199,109). Sum of RGB (Red+Green+Blue) = 234+199+109=542 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.17% from 542); Green value is 199 (78.12% from 255 or 36.72% from 542); Blue value is 109 (42.97% from 255 or 20.11% from 542); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC76D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC76D is #153892. Grayscale: #C7C7C7. Windows color (decimal): -1390739 or 7194602. OLE color: 7194602.

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

Color convert

RGB234199109-
CMYK00.150.530.08
HSL43.2º74.85%67.25%-
HSV(B)43.2º53.42%91.76%-
XYZ57.1259.4422.93-
YUV199.277.1152.82-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.17%
GREEN value IS 199 (78.12% from 255) = 36.72%
BLUE value IS 109 (42.97% from 255) = 20.11%
R=43.17%
G=36.72%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419910900.150.530.0843.274.8567.25
HexEAC76D0F3582b4b43
Octal352307155017651053113103
Binary1110101011000111110110101111110101100010101110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eac76d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eac76d; }

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

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

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

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

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

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

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

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