#EAC965

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

Shades of Golden Sand #EAC965

Tints of Golden Sand #EAC965

Color information

#EAC965 (or 0xEAC965) is unknown color: approx Golden Sand. HEX triplet: EA, C9 and 65. RGB value is (234,201,101). Sum of RGB (Red+Green+Blue) = 234+201+101=536 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.66% from 536); Green value is 201 (78.91% from 255 or 37.5% from 536); Blue value is 101 (39.84% from 255 or 18.84% from 536); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC965 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC965 is #15369A. Grayscale: #C7C7C7. Windows color (decimal): -1390235 or 6670826. OLE color: 6670826.

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

Color convert

RGB234201101-
CMYK00.140.570.08
HSL45.11º76%65.69%-
HSV(B)45.11º56.84%91.76%-
XYZ57.1760.2120.92-
YUV199.4772.43152.63-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.66%
GREEN value IS 201 (78.91% from 255) = 37.5%
BLUE value IS 101 (39.84% from 255) = 18.84%
R=43.66%
G=37.5%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420110100.140.570.0845.117665.69
HexEAC9650E3982d4c42
Octal352311145016711055114102
Binary1110101011001001110010101110111001100010110110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC965; }

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

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

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

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

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

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

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

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