#EAC36C

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

Shades of Golden Sand #EAC36C

Tints of Golden Sand #EAC36C

Color information

#EAC36C (or 0xEAC36C) is unknown color: approx Golden Sand. HEX triplet: EA, C3 and 6C. RGB value is (234,195,108). Sum of RGB (Red+Green+Blue) = 234+195+108=537 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.58% from 537); Green value is 195 (76.56% from 255 or 36.31% from 537); Blue value is 108 (42.58% from 255 or 20.11% from 537); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC36C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC36C is #153C93. Grayscale: #C5C5C5. Windows color (decimal): -1391764 or 7128042. OLE color: 7128042.

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

Color convert

RGB234195108-
CMYK00.170.540.08
HSL41.43º75%67.06%-
HSV(B)41.43º53.85%91.76%-
XYZ56.1557.6122.35-
YUV196.7477.92154.57-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.58%
GREEN value IS 195 (76.56% from 255) = 36.31%
BLUE value IS 108 (42.58% from 255) = 20.11%
R=43.58%
G=36.31%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419510800.170.540.0841.437567.06
HexEAC36C011368294b43
Octal352303154021661051113103
Binary11101010110000111101100010001110110100010100110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC36C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC36C; }

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

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

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

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

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

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

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

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