#ED9660

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

Shades of Sandy Brown #ED9660

Tints of Sandy Brown #ED9660

Color information

#ED9660 (or 0xED9660) is unknown color: approx Sandy Brown. HEX triplet: ED, 96 and 60. RGB value is (237,150,96). Sum of RGB (Red+Green+Blue) = 237+150+96=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 150 (58.98% from 255 or 31.06% from 483); Blue value is 96 (37.89% from 255 or 19.88% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9660 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9660 is #12699F. Grayscale: #AAAAAA. Windows color (decimal): -1206688 or 6330093. OLE color: 6330093.

HSL color Cylindrical-coordinate representation of color #ED9660: hue angle of 22.98º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED9660 is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB23715096-
CMYK00.370.590.07
HSL22.98º79.66%65.29%-
HSV(B)22.98º59.49%92.94%-
XYZ47.9440.6616.39-
YUV169.8686.32175.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.07%
GREEN value IS 150 (58.98% from 255) = 31.06%
BLUE value IS 96 (37.89% from 255) = 19.88%
R=49.07%
G=31.06%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371509600.370.590.0722.9879.6665.29
HexED96600253B7175041
Octal35522614004573727120101
Binary1110110110010110110000001001011110111111011110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9660; }

 p { color: rgb(237,150,96); }

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

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

 a { background-color: rgb(237,150,96); }

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

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

 span { border-color: rgb(237,150,96); }

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