#EAC96E

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

Shades of Golden Sand #EAC96E

Tints of Golden Sand #EAC96E

Color information

#EAC96E (or 0xEAC96E) is unknown color: approx Golden Sand. HEX triplet: EA, C9 and 6E. RGB value is (234,201,110). Sum of RGB (Red+Green+Blue) = 234+201+110=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 201 (78.91% from 255 or 36.88% from 545); Blue value is 110 (43.36% from 255 or 20.18% from 545); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC96E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC96E is #153691. Grayscale: #C8C8C8. Windows color (decimal): -1390226 or 7260650. OLE color: 7260650.

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

Color convert

RGB234201110-
CMYK00.140.530.08
HSL44.03º74.7%67.45%-
HSV(B)44.03º52.99%91.76%-
XYZ57.6360.3923.37-
YUV200.4976.93151.9-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.94%
GREEN value IS 201 (78.91% from 255) = 36.88%
BLUE value IS 110 (43.36% from 255) = 20.18%
R=42.94%
G=36.88%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420111000.140.530.0844.0374.767.45
HexEAC96E0E3582c4b43
Octal352311156016651054113103
Binary1110101011001001110111001110110101100010110010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC96E; }

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

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

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

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

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

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

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

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