#EACD69

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

Shades of Golden Sand #EACD69

Tints of Golden Sand #EACD69

Color information

#EACD69 (or 0xEACD69) is unknown color: approx Golden Sand. HEX triplet: EA, CD and 69. RGB value is (234,205,105). Sum of RGB (Red+Green+Blue) = 234+205+105=544 (72% of max value = 765). Red value is 234 (91.80% from 255 or 43.01% from 544); Green value is 205 (80.47% from 255 or 37.68% from 544); Blue value is 105 (41.41% from 255 or 19.30% from 544); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACD69 is #153296. Grayscale: #CACACA. Windows color (decimal): -1389207 or 6933994. OLE color: 6933994.

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

Color convert

RGB234205105-
CMYK00.120.550.08
HSL46.51º75.44%66.47%-
HSV(B)46.51º55.13%91.76%-
XYZ58.3162.1722.29-
YUV202.2773.11150.63-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.01%
GREEN value IS 205 (80.47% from 255) = 37.68%
BLUE value IS 105 (41.41% from 255) = 19.30%
R=43.01%
G=37.68%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420510500.120.550.0846.5175.4466.47
HexEACD690C3782f4b42
Octal352315151014671057113102
Binary1110101011001101110100101100110111100010111110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACD69; }

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

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

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

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

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

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

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

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