#EBC764

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

Shades of Golden Sand #EBC764

Tints of Golden Sand #EBC764

Color information

#EBC764 (or 0xEBC764) is unknown color: approx Golden Sand. HEX triplet: EB, C7 and 64. RGB value is (235,199,100). Sum of RGB (Red+Green+Blue) = 235+199+100=534 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.01% from 534); Green value is 199 (78.12% from 255 or 37.27% from 534); Blue value is 100 (39.45% from 255 or 18.73% from 534); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC764 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC764 is #14389B. Grayscale: #C6C6C6. Windows color (decimal): -1325212 or 6604779. OLE color: 6604779.

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

Color convert

RGB235199100-
CMYK00.150.570.08
HSL44º77.14%65.69%-
HSV(B)44º57.45%92.16%-
XYZ56.9859.4320.52-
YUV198.4872.43154.05-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.01%
GREEN value IS 199 (78.12% from 255) = 37.27%
BLUE value IS 100 (39.45% from 255) = 18.73%
R=44.01%
G=37.27%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519910000.150.570.084477.1465.69
HexEBC7640F3982c4d42
Octal353307144017711054115102
Binary1110101111000111110010001111111001100010110010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC764; }

 p { color: rgb(235,199,100); }

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

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

 a { background-color: rgb(235,199,100); }

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

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

 span { border-color: rgb(235,199,100); }

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