#EBC66B

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

Shades of Golden Sand #EBC66B

Tints of Golden Sand #EBC66B

Color information

#EBC66B (or 0xEBC66B) is unknown color: approx Golden Sand. HEX triplet: EB, C6 and 6B. RGB value is (235,198,107). Sum of RGB (Red+Green+Blue) = 235+198+107=540 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.52% from 540); Green value is 198 (77.73% from 255 or 36.67% from 540); Blue value is 107 (42.19% from 255 or 19.81% from 540); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC66B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC66B is #143994. Grayscale: #C7C7C7. Windows color (decimal): -1325461 or 7063275. OLE color: 7063275.

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

Color convert

RGB235198107-
CMYK00.160.540.08
HSL42.66º76.19%67.06%-
HSV(B)42.66º54.47%92.16%-
XYZ57.1159.1122.31-
YUV198.6976.26153.9-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.52%
GREEN value IS 198 (77.73% from 255) = 36.67%
BLUE value IS 107 (42.19% from 255) = 19.81%
R=43.52%
G=36.67%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519810700.160.540.0842.6676.1967.06
HexEBC66B0103682b4c43
Octal353306153020661053114103
Binary11101011110001101101011010000110110100010101110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC66B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC66B; }

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

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

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

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

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

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

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

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