#eb9966

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

Shades of Sandy Brown #EB9966

Tints of Sandy Brown #EB9966

Color information

#EB9966 (or 0xEB9966) is unknown color: approx Sandy Brown. HEX triplet: EB, 99 and 66. RGB value is (235,153,102). Sum of RGB (Red+Green+Blue) = 235+153+102=490 (64% of max value = 765). Red value is 235 (92.19% from 255 or 47.96% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 102 (40.23% from 255 or 20.82% from 490); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9966 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB9966 is #146699. Grayscale: #ABABAB. Windows color (decimal): -1336986 or 6724075. OLE color: 6724075.

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

Color convert

RGB235153102-
CMYK00.350.570.08
HSL23.01º76.88%66.08%-
HSV(B)23.01º56.6%92.16%-
XYZ48.0541.418.03-
YUV171.788.67173.15-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.96%
GREEN value IS 153 (60.16% from 255) = 31.22%
BLUE value IS 102 (40.23% from 255) = 20.82%
R=47.96%
G=31.22%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515310200.350.570.0823.0176.8866.08
HexEB9966023398174d42
Octal353231146043711027115102
Binary11101011100110011100110010001111100110001011110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eb9966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eb9966; }

 p { color: rgb(235,153,102); }

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

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

 a { background-color: rgb(235,153,102); }

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

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

 span { border-color: rgb(235,153,102); }

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