#EACC74

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

Shades of Golden Sand #EACC74

Tints of Golden Sand #EACC74

Color information

#EACC74 (or 0xEACC74) is unknown color: approx Golden Sand. HEX triplet: EA, CC and 74. RGB value is (234,204,116). Sum of RGB (Red+Green+Blue) = 234+204+116=554 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.24% from 554); Green value is 204 (80.08% from 255 or 36.82% from 554); Blue value is 116 (45.70% from 255 or 20.94% from 554); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACC74 is #15338B. Grayscale: #CBCBCB. Windows color (decimal): -1389452 or 7654634. OLE color: 7654634.

HSL color Cylindrical-coordinate representation of color #EACC74: hue angle of 44.75º degrees, saturation: 0.74, 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 #EACC74 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB234204116-
CMYK00.130.500.08
HSL44.75º73.75%68.63%-
HSV(B)44.75º50.43%91.76%-
XYZ58.6861.9425.39-
YUV202.9478.94150.16-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.24%
GREEN value IS 204 (80.08% from 255) = 36.82%
BLUE value IS 116 (45.70% from 255) = 20.94%
R=42.24%
G=36.82%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420411600.130.500.0844.7573.7568.63
HexEACC740D3282d4a45
Octal352314164015621055112105
Binary1110101011001100111010001101110010100010110110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACC74; }

 p { color: rgb(234,204,116); }

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

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

 a { background-color: rgb(234,204,116); }

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

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

 span { border-color: rgb(234,204,116); }

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