#EAC46D

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

Shades of Golden Sand #EAC46D

Tints of Golden Sand #EAC46D

Color information

#EAC46D (or 0xEAC46D) is unknown color: approx Golden Sand. HEX triplet: EA, C4 and 6D. RGB value is (234,196,109). Sum of RGB (Red+Green+Blue) = 234+196+109=539 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.41% from 539); Green value is 196 (76.95% from 255 or 36.36% from 539); Blue value is 109 (42.97% from 255 or 20.22% from 539); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC46D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC46D is #153B92. Grayscale: #C5C5C5. Windows color (decimal): -1391507 or 7193834. OLE color: 7193834.

HSL color Cylindrical-coordinate representation of color #EAC46D: hue angle of 41.76º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EAC46D is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB234196109-
CMYK00.160.530.08
HSL41.76º74.85%67.25%-
HSV(B)41.76º53.42%91.76%-
XYZ56.4358.0822.7-
YUV197.4478.09154.07-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.41%
GREEN value IS 196 (76.95% from 255) = 36.36%
BLUE value IS 109 (42.97% from 255) = 20.22%
R=43.41%
G=36.36%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419610900.160.530.0841.7674.8567.25
HexEAC46D0103582a4b43
Octal352304155020651052113103
Binary11101010110001001101101010000110101100010101010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC46D; }

 p { color: rgb(234,196,109); }

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

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

 a { background-color: rgb(234,196,109); }

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

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

 span { border-color: rgb(234,196,109); }

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