#EB9A60

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

Shades of Sandy Brown #EB9A60

Tints of Sandy Brown #EB9A60

Color information

#EB9A60 (or 0xEB9A60) is unknown color: approx Sandy Brown. HEX triplet: EB, 9A and 60. RGB value is (235,154,96). Sum of RGB (Red+Green+Blue) = 235+154+96=485 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.45% from 485); Green value is 154 (60.55% from 255 or 31.75% from 485); Blue value is 96 (37.89% from 255 or 19.79% from 485); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9A60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB9A60 is #14659F. Grayscale: #ABABAB. Windows color (decimal): -1336736 or 6331115. OLE color: 6331115.

HSL color Cylindrical-coordinate representation of color #EB9A60: hue angle of 25.04º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EB9A60 is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB23515496-
CMYK00.340.590.08
HSL25.04º77.65%64.9%-
HSV(B)25.04º59.15%92.16%-
XYZ47.9341.6216.57-
YUV171.6185.34173.22-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.45%
GREEN value IS 154 (60.55% from 255) = 31.75%
BLUE value IS 96 (37.89% from 255) = 19.79%
R=48.45%
G=31.75%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351549600.340.590.0825.0477.6564.9
HexEB9A600223B8194e41
Octal353232140042731031116101
Binary11101011100110101100000010001011101110001100110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9A60; }

 p { color: rgb(235,154,96); }

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

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

 a { background-color: rgb(235,154,96); }

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

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

 span { border-color: rgb(235,154,96); }

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