#EBD86B

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

Shades of Golden Sand #EBD86B

Tints of Golden Sand #EBD86B

Color information

#EBD86B (or 0xEBD86B) is unknown color: approx Golden Sand. HEX triplet: EB, D8 and 6B. RGB value is (235,216,107). Sum of RGB (Red+Green+Blue) = 235+216+107=558 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.11% from 558); Green value is 216 (84.77% from 255 or 38.71% from 558); Blue value is 107 (42.19% from 255 or 19.18% from 558); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD86B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBD86B is #142794. Grayscale: #D1D1D1. Windows color (decimal): -1320853 or 7067883. OLE color: 7067883.

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

Color convert

RGB235216107-
CMYK00.080.540.08
HSL51.09º76.19%67.06%-
HSV(B)51.09º54.47%92.16%-
XYZ61.4767.8423.76-
YUV209.2670.29146.36-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.11%
GREEN value IS 216 (84.77% from 255) = 38.71%
BLUE value IS 107 (42.19% from 255) = 19.18%
R=42.11%
G=38.71%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521610700.080.540.0851.0976.1967.06
HexEBD86B08368334c43
Octal353330153010661063114103
Binary1110101111011000110101101000110110100011001110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD86B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD86B; }

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

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

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

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

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

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

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

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