#EB9D5E

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

Shades of Sandy Brown #EB9D5E

Tints of Sandy Brown #EB9D5E

Color information

#EB9D5E (or 0xEB9D5E) is unknown color: approx Sandy Brown. HEX triplet: EB, 9D and 5E. RGB value is (235,157,94). Sum of RGB (Red+Green+Blue) = 235+157+94=486 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.35% from 486); Green value is 157 (61.72% from 255 or 32.30% from 486); Blue value is 94 (37.11% from 255 or 19.34% from 486); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9D5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB9D5E is #1462A1. Grayscale: #ADADAD. Windows color (decimal): -1335970 or 6200811. OLE color: 6200811.

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

Color convert

RGB23515794-
CMYK00.330.60.08
HSL26.81º77.9%64.51%-
HSV(B)26.81º60%92.16%-
XYZ48.3442.5816.26-
YUV173.1483.34172.12-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.35%
GREEN value IS 157 (61.72% from 255) = 32.30%
BLUE value IS 94 (37.11% from 255) = 19.34%
R=48.35%
G=32.30%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.6
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351579400.330.60.0826.8177.964.51
HexEB9D5E0213C81b4e41
Octal353235136041741033116101
Binary11101011100111011011110010000111110010001101110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9D5E; }

 p { color: rgb(235,157,94); }

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

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

 a { background-color: rgb(235,157,94); }

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

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

 span { border-color: rgb(235,157,94); }

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