#ED9560

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

Shades of Sandy Brown #ED9560

Tints of Sandy Brown #ED9560

Color information

#ED9560 (or 0xED9560) is unknown color: approx Sandy Brown. HEX triplet: ED, 95 and 60. RGB value is (237,149,96). Sum of RGB (Red+Green+Blue) = 237+149+96=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 149 (58.59% from 255 or 30.91% from 482); Blue value is 96 (37.89% from 255 or 19.92% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9560 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9560 is #126A9F. Grayscale: #A9A9A9. Windows color (decimal): -1206944 or 6329837. OLE color: 6329837.

HSL color Cylindrical-coordinate representation of color #ED9560: hue angle of 22.55º 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 #ED9560 is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB23714996-
CMYK00.370.590.07
HSL22.55º79.66%65.29%-
HSV(B)22.55º59.49%92.94%-
XYZ47.7840.3416.34-
YUV169.2786.65176.31-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.17%
GREEN value IS 149 (58.59% from 255) = 30.91%
BLUE value IS 96 (37.89% from 255) = 19.92%
R=49.17%
G=30.91%
B=19.92%

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
Decimal2371499600.370.590.0722.5579.6665.29
HexED95600253B7175041
Octal35522514004573727120101
Binary1110110110010101110000001001011110111111011110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9560; }

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

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

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

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

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

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

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

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