#EACB75

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

Shades of Golden Sand #EACB75

Tints of Golden Sand #EACB75

Color information

#EACB75 (or 0xEACB75) is unknown color: approx Golden Sand. HEX triplet: EA, CB and 75. RGB value is (234,203,117). Sum of RGB (Red+Green+Blue) = 234+203+117=554 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.24% from 554); Green value is 203 (79.69% from 255 or 36.64% from 554); Blue value is 117 (46.09% from 255 or 21.12% from 554); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACB75 is #15348A. Grayscale: #CACACA. Windows color (decimal): -1389707 or 7719914. OLE color: 7719914.

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

Color convert

RGB234203117-
CMYK00.130.50.08
HSL44.1º73.58%68.82%-
HSV(B)44.1º50%91.76%-
XYZ58.561.4925.61-
YUV202.4679.77150.49-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.24%
GREEN value IS 203 (79.69% from 255) = 36.64%
BLUE value IS 117 (46.09% from 255) = 21.12%
R=42.24%
G=36.64%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.5
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420311700.130.50.0844.173.5868.82
HexEACB750D3282c4a45
Octal352313165015621054112105
Binary1110101011001011111010101101110010100010110010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACB75; }

 p { color: rgb(234,203,117); }

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

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

 a { background-color: rgb(234,203,117); }

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

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

 span { border-color: rgb(234,203,117); }

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