#EBC669

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

Shades of Golden Sand #EBC669

Tints of Golden Sand #EBC669

Color information

#EBC669 (or 0xEBC669) is unknown color: approx Golden Sand. HEX triplet: EB, C6 and 69. RGB value is (235,198,105). Sum of RGB (Red+Green+Blue) = 235+198+105=538 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.68% from 538); Green value is 198 (77.73% from 255 or 36.80% from 538); Blue value is 105 (41.41% from 255 or 19.52% from 538); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC669 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC669 is #143996. Grayscale: #C6C6C6. Windows color (decimal): -1325463 or 6932203. OLE color: 6932203.

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

Color convert

RGB235198105-
CMYK00.160.550.08
HSL42.92º76.47%66.67%-
HSV(B)42.92º55.32%92.16%-
XYZ5759.0721.76-
YUV198.4675.26154.06-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.68%
GREEN value IS 198 (77.73% from 255) = 36.80%
BLUE value IS 105 (41.41% from 255) = 19.52%
R=43.68%
G=36.80%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519810500.160.550.0842.9276.4766.67
HexEBC6690103782b4c43
Octal353306151020671053114103
Binary11101011110001101101001010000110111100010101110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC669; }

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

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

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

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

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

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

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

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