#EAC765

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

Shades of Golden Sand #EAC765

Tints of Golden Sand #EAC765

Color information

#EAC765 (or 0xEAC765) is unknown color: approx Golden Sand. HEX triplet: EA, C7 and 65. RGB value is (234,199,101). Sum of RGB (Red+Green+Blue) = 234+199+101=534 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.82% from 534); Green value is 199 (78.12% from 255 or 37.27% from 534); Blue value is 101 (39.84% from 255 or 18.91% from 534); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC765 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC765 is #15389A. Grayscale: #C6C6C6. Windows color (decimal): -1390747 or 6670314. OLE color: 6670314.

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

Color convert

RGB234199101-
CMYK00.150.570.08
HSL44.21º76%65.69%-
HSV(B)44.21º56.84%91.76%-
XYZ56.759.2820.77-
YUV198.2973.1153.47-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.82%
GREEN value IS 199 (78.12% from 255) = 37.27%
BLUE value IS 101 (39.84% from 255) = 18.91%
R=43.82%
G=37.27%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419910100.150.570.0844.217665.69
HexEAC7650F3982c4c42
Octal352307145017711054114102
Binary1110101011000111110010101111111001100010110010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC765; }

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

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

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

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

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

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

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

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