#EACD76

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

Shades of Golden Sand #EACD76

Tints of Golden Sand #EACD76

Color information

#EACD76 (or 0xEACD76) is unknown color: approx Golden Sand. HEX triplet: EA, CD and 76. RGB value is (234,205,118). Sum of RGB (Red+Green+Blue) = 234+205+118=557 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.01% from 557); Green value is 205 (80.47% from 255 or 36.80% from 557); Blue value is 118 (46.48% from 255 or 21.18% from 557); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACD76 is #153289. Grayscale: #CCCCCC. Windows color (decimal): -1389194 or 7785962. OLE color: 7785962.

HSL color Cylindrical-coordinate representation of color #EACD76: hue angle of 45º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EACD76 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB234205118-
CMYK00.120.500.08
HSL45º73.42%69.02%-
HSV(B)45º49.57%91.76%-
XYZ59.0362.4626.08-
YUV203.7579.61149.57-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.01%
GREEN value IS 205 (80.47% from 255) = 36.80%
BLUE value IS 118 (46.48% from 255) = 21.18%
R=42.01%
G=36.80%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420511800.120.500.084573.4269.02
HexEACD760C3282d4945
Octal352315166014621055111105
Binary1110101011001101111011001100110010100010110110010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACD76; }

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

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

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

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

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

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

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

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