#EB9C6A

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

Shades of Sandy Brown #EB9C6A

Tints of Sandy Brown #EB9C6A

Color information

#EB9C6A (or 0xEB9C6A) is unknown color: approx Sandy Brown. HEX triplet: EB, 9C and 6A. RGB value is (235,156,106). Sum of RGB (Red+Green+Blue) = 235+156+106=497 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.28% from 497); Green value is 156 (61.33% from 255 or 31.39% from 497); Blue value is 106 (41.80% from 255 or 21.33% from 497); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9C6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB9C6A is #146395. Grayscale: #AEAEAE. Windows color (decimal): -1336214 or 6986987. OLE color: 6986987.

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

Color convert

RGB235156106-
CMYK00.340.550.08
HSL23.26º76.33%66.86%-
HSV(B)23.26º54.89%92.16%-
XYZ48.7542.4819.27-
YUV173.9289.67171.57-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.28%
GREEN value IS 156 (61.33% from 255) = 31.39%
BLUE value IS 106 (41.80% from 255) = 21.33%
R=47.28%
G=31.39%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515610600.340.550.0823.2676.3366.86
HexEB9C6A022378174c43
Octal353234152042671027114103
Binary11101011100111001101010010001011011110001011110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9C6A; }

 p { color: rgb(235,156,106); }

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

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

 a { background-color: rgb(235,156,106); }

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

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

 span { border-color: rgb(235,156,106); }

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