#EACD6E

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

Shades of Golden Sand #EACD6E

Tints of Golden Sand #EACD6E

Color information

#EACD6E (or 0xEACD6E) is unknown color: approx Golden Sand. HEX triplet: EA, CD and 6E. RGB value is (234,205,110). Sum of RGB (Red+Green+Blue) = 234+205+110=549 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.62% from 549); Green value is 205 (80.47% from 255 or 37.34% from 549); Blue value is 110 (43.36% from 255 or 20.04% from 549); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACD6E is #153291. Grayscale: #CBCBCB. Windows color (decimal): -1389202 or 7261674. OLE color: 7261674.

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

Color convert

RGB234205110-
CMYK00.120.530.08
HSL45.97º74.7%67.45%-
HSV(B)45.97º52.99%91.76%-
XYZ58.5862.2823.69-
YUV202.8475.61150.22-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.62%
GREEN value IS 205 (80.47% from 255) = 37.34%
BLUE value IS 110 (43.36% from 255) = 20.04%
R=42.62%
G=37.34%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420511000.120.530.0845.9774.767.45
HexEACD6E0C3582e4b43
Octal352315156014651056113103
Binary1110101011001101110111001100110101100010111010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACD6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACD6E; }

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

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

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

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

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

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

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

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