#EBA164

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

Shades of Sandy Brown #EBA164

Tints of Sandy Brown #EBA164

Color information

#EBA164 (or 0xEBA164) is unknown color: approx Sandy Brown. HEX triplet: EB, A1 and 64. RGB value is (235,161,100). Sum of RGB (Red+Green+Blue) = 235+161+100=496 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.38% from 496); Green value is 161 (63.28% from 255 or 32.46% from 496); Blue value is 100 (39.45% from 255 or 20.16% from 496); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA164 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA164 is #145E9B. Grayscale: #B0B0B0. Windows color (decimal): -1334940 or 6595051. OLE color: 6595051.

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

Color convert

RGB235161100-
CMYK00.310.570.08
HSL27.11º77.14%65.69%-
HSV(B)27.11º57.45%92.16%-
XYZ49.3144.0717.96-
YUV176.1785.02169.96-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.38%
GREEN value IS 161 (63.28% from 255) = 32.46%
BLUE value IS 100 (39.45% from 255) = 20.16%
R=47.38%
G=32.46%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516110000.310.570.0827.1177.1465.69
HexEBA16401F3981b4d42
Octal353241144037711033115102
Binary1110101110100001110010001111111100110001101110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA164; }

 p { color: rgb(235,161,100); }

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

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

 a { background-color: rgb(235,161,100); }

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

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

 span { border-color: rgb(235,161,100); }

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