#EACB61

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

Shades of Golden Sand #EACB61

Tints of Golden Sand #EACB61

Color information

#EACB61 (or 0xEACB61) is unknown color: approx Golden Sand. HEX triplet: EA, CB and 61. RGB value is (234,203,97). Sum of RGB (Red+Green+Blue) = 234+203+97=534 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.82% from 534); Green value is 203 (79.69% from 255 or 38.01% from 534); Blue value is 97 (38.28% from 255 or 18.16% from 534); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACB61 is #15349E. Grayscale: #C8C8C8. Windows color (decimal): -1389727 or 6409194. OLE color: 6409194.

HSL color Cylindrical-coordinate representation of color #EACB61: hue angle of 46.42º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EACB61 is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB23420397-
CMYK00.130.590.08
HSL46.42º76.54%64.9%-
HSV(B)46.42º58.55%91.76%-
XYZ57.4561.0720.07-
YUV200.1869.77152.12-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.82%
GREEN value IS 203 (79.69% from 255) = 38.01%
BLUE value IS 97 (38.28% from 255) = 18.16%
R=43.82%
G=38.01%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342039700.130.590.0846.4276.5464.9
HexEACB610D3B82e4d41
Octal352313141015731056115101
Binary1110101011001011110000101101111011100010111010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACB61; }

 p { color: rgb(234,203,97); }

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

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

 a { background-color: rgb(234,203,97); }

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

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

 span { border-color: rgb(234,203,97); }

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