#EBC869

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

Shades of Golden Sand #EBC869

Tints of Golden Sand #EBC869

Color information

#EBC869 (or 0xEBC869) is unknown color: approx Golden Sand. HEX triplet: EB, C8 and 69. RGB value is (235,200,105). Sum of RGB (Red+Green+Blue) = 235+200+105=540 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.52% from 540); Green value is 200 (78.52% from 255 or 37.04% from 540); Blue value is 105 (41.41% from 255 or 19.44% from 540); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC869 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC869 is #143796. Grayscale: #C8C8C8. Windows color (decimal): -1324951 or 6932715. OLE color: 6932715.

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

Color convert

RGB235200105-
CMYK00.150.550.08
HSL43.85º76.47%66.67%-
HSV(B)43.85º55.32%92.16%-
XYZ57.4759.9921.92-
YUV199.6474.6153.22-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.52%
GREEN value IS 200 (78.52% from 255) = 37.04%
BLUE value IS 105 (41.41% from 255) = 19.44%
R=43.52%
G=37.04%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520010500.150.550.0843.8576.4766.67
HexEBC8690F3782c4c43
Octal353310151017671054114103
Binary1110101111001000110100101111110111100010110010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC869; }

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

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

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

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

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

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

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

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