#EAC966

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

Shades of Golden Sand #EAC966

Tints of Golden Sand #EAC966

Color information

#EAC966 (or 0xEAC966) is unknown color: approx Golden Sand. HEX triplet: EA, C9 and 66. RGB value is (234,201,102). Sum of RGB (Red+Green+Blue) = 234+201+102=537 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.58% from 537); Green value is 201 (78.91% from 255 or 37.43% from 537); Blue value is 102 (40.23% from 255 or 18.99% from 537); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC966 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC966 is #153699. Grayscale: #C8C8C8. Windows color (decimal): -1390234 or 6736362. OLE color: 6736362.

HSL color Cylindrical-coordinate representation of color #EAC966: hue angle of 45º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EAC966 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB234201102-
CMYK00.140.560.08
HSL45º75.86%65.88%-
HSV(B)45º56.41%91.76%-
XYZ57.2260.2321.18-
YUV199.5872.93152.55-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.58%
GREEN value IS 201 (78.91% from 255) = 37.43%
BLUE value IS 102 (40.23% from 255) = 18.99%
R=43.58%
G=37.43%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420110200.140.560.084575.8665.88
HexEAC9660E3882d4c42
Octal352311146016701055114102
Binary1110101011001001110011001110111000100010110110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC966; }

 p { color: rgb(234,201,102); }

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

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

 a { background-color: rgb(234,201,102); }

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

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

 span { border-color: rgb(234,201,102); }

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