#EBC668

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

Shades of Golden Sand #EBC668

Tints of Golden Sand #EBC668

Color information

#EBC668 (or 0xEBC668) is unknown color: approx Golden Sand. HEX triplet: EB, C6 and 68. RGB value is (235,198,104). Sum of RGB (Red+Green+Blue) = 235+198+104=537 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.76% from 537); Green value is 198 (77.73% from 255 or 36.87% from 537); Blue value is 104 (41.02% from 255 or 19.37% from 537); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC668 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC668 is #143997. Grayscale: #C6C6C6. Windows color (decimal): -1325464 or 6866667. OLE color: 6866667.

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

Color convert

RGB235198104-
CMYK00.160.560.08
HSL43.05º76.61%66.47%-
HSV(B)43.05º55.74%92.16%-
XYZ56.9559.0521.49-
YUV198.3574.76154.14-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.76%
GREEN value IS 198 (77.73% from 255) = 36.87%
BLUE value IS 104 (41.02% from 255) = 19.37%
R=43.76%
G=36.87%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519810400.160.560.0843.0576.6166.47
HexEBC6680103882b4d42
Octal353306150020701053115102
Binary11101011110001101101000010000111000100010101110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC668; }

 p { color: rgb(235,198,104); }

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

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

 a { background-color: rgb(235,198,104); }

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

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

 span { border-color: rgb(235,198,104); }

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