#EAC670

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

Shades of Golden Sand #EAC670

Tints of Golden Sand #EAC670

Color information

#EAC670 (or 0xEAC670) is unknown color: approx Golden Sand. HEX triplet: EA, C6 and 70. RGB value is (234,198,112). Sum of RGB (Red+Green+Blue) = 234+198+112=544 (72% of max value = 765). Red value is 234 (91.80% from 255 or 43.01% from 544); Green value is 198 (77.73% from 255 or 36.40% from 544); Blue value is 112 (44.14% from 255 or 20.59% from 544); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC670 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC670 is #15398F. Grayscale: #C7C7C7. Windows color (decimal): -1390992 or 7390954. OLE color: 7390954.

HSL color Cylindrical-coordinate representation of color #EAC670: hue angle of 42.3º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EAC670 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB234198112-
CMYK00.150.520.08
HSL42.3º74.39%67.84%-
HSV(B)42.3º52.14%91.76%-
XYZ57.0559.0523.72-
YUV198.9678.93152.99-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.01%
GREEN value IS 198 (77.73% from 255) = 36.40%
BLUE value IS 112 (44.14% from 255) = 20.59%
R=43.01%
G=36.40%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419811200.150.520.0842.374.3967.84
HexEAC6700F3482a4a44
Octal352306160017641052112104
Binary1110101011000110111000001111110100100010101010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC670; }

 p { color: rgb(234,198,112); }

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

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

 a { background-color: rgb(234,198,112); }

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

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

 span { border-color: rgb(234,198,112); }

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