#EBCC66

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

Shades of Golden Sand #EBCC66

Tints of Golden Sand #EBCC66

Color information

#EBCC66 (or 0xEBCC66) is unknown color: approx Golden Sand. HEX triplet: EB, CC and 66. RGB value is (235,204,102). Sum of RGB (Red+Green+Blue) = 235+204+102=541 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.44% from 541); Green value is 204 (80.08% from 255 or 37.71% from 541); Blue value is 102 (40.23% from 255 or 18.85% from 541); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCC66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCC66 is #143399. Grayscale: #CACACA. Windows color (decimal): -1323930 or 6737131. OLE color: 6737131.

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

Color convert

RGB235204102-
CMYK00.130.570.08
HSL46.02º76.88%66.08%-
HSV(B)46.02º56.6%92.16%-
XYZ58.2561.8121.43-
YUV201.6471.77151.79-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.44%
GREEN value IS 204 (80.08% from 255) = 37.71%
BLUE value IS 102 (40.23% from 255) = 18.85%
R=43.44%
G=37.71%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520410200.130.570.0846.0276.8866.08
HexEBCC660D3982e4d42
Octal353314146015711056115102
Binary1110101111001100110011001101111001100010111010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCC66; }

 p { color: rgb(235,204,102); }

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

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

 a { background-color: rgb(235,204,102); }

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

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

 span { border-color: rgb(235,204,102); }

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