#EAC366

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

Shades of Golden Sand #EAC366

Tints of Golden Sand #EAC366

Color information

#EAC366 (or 0xEAC366) is unknown color: approx Golden Sand. HEX triplet: EA, C3 and 66. RGB value is (234,195,102). Sum of RGB (Red+Green+Blue) = 234+195+102=531 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.07% from 531); Green value is 195 (76.56% from 255 or 36.72% from 531); Blue value is 102 (40.23% from 255 or 19.21% from 531); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC366 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC366 is #153C99. Grayscale: #C4C4C4. Windows color (decimal): -1391770 or 6734826. OLE color: 6734826.

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

Color convert

RGB234195102-
CMYK00.170.560.08
HSL42.27º75.86%65.88%-
HSV(B)42.27º56.41%91.76%-
XYZ55.8557.4820.72-
YUV196.0674.92155.06-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.07%
GREEN value IS 195 (76.56% from 255) = 36.72%
BLUE value IS 102 (40.23% from 255) = 19.21%
R=44.07%
G=36.72%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419510200.170.560.0842.2775.8665.88
HexEAC3660113882a4c42
Octal352303146021701052114102
Binary11101010110000111100110010001111000100010101010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC366; }

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

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

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

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

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

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

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

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