#eba85d

Color #EBA85D Sandy Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sandy Brown #EBA85D

Tints of Sandy Brown #EBA85D

Color information

#EBA85D (or 0xEBA85D) is unknown color: approx Sandy Brown. HEX triplet: EB, A8 and 5D. RGB value is (235,168,93). Sum of RGB (Red+Green+Blue) = 235+168+93=496 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.38% from 496); Green value is 168 (66.02% from 255 or 33.87% from 496); Blue value is 93 (36.72% from 255 or 18.75% from 496); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA85D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA85D is #1457A2. Grayscale: #B3B3B3. Windows color (decimal): -1333155 or 6138091. OLE color: 6138091.

HSL color Cylindrical-coordinate representation of color #EBA85D: hue angle of 31.69º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EBA85D is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB23516893-
CMYK00.290.600.08
HSL31.69º78.02%64.31%-
HSV(B)31.69º60.43%92.16%-
XYZ50.2446.4616.68-
YUV179.4879.2167.6-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.38%
GREEN value IS 168 (66.02% from 255) = 33.87%
BLUE value IS 93 (36.72% from 255) = 18.75%
R=47.38%
G=33.87%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.60
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351689300.290.600.0831.6978.0264.31
HexEBA85D01D3C8204e40
Octal353250135035741040116100
Binary11101011101010001011101011101111100100010000010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eba85d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eba85d; }

 p { color: rgb(235,168,93); }

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

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

 a { background-color: rgb(235,168,93); }

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

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

 span { border-color: rgb(235,168,93); }

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